/* 2072193 */

body {
	margin: 0em;
	padding: 0em;
	font-family: helvetica, arial, san-serif;
	font-size: 1em;
	color: #444;
	background-color: white;
}

div#wrapper {
	background-color: none;
}

h1 {
	font-family: georgia, serif;
	font-weight: normal;
	text-align: center;
	font-size: 1.7em;
}

h2 {
	font-family: georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.3em;
}

div.sample {
	border-bottom: 1px solid #d4d3d4;
	margin-left: 0em;
	margin-right: 0em;
}

div.sample p.title {
	font-family: georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.3em;
}

a {
	color: #888;
}

a:hover {
	background-color: #E3F5F7;
}

div#wrapper {
	border: none;
}

div#header {
	background-color: white;
	width: 750px;
	height: 100px;
}

div#header h1 {
	font-size: 2.7em;
	color: #333;
	position: absolute;
	margin-top: 1.2em;
	margin-left: 0.7em;
	font-family: Georgia, 'Times New Roman', 'Serif';
	font-weight: normal;
}

div#content_holder {
	margin-top: 0.5em;
	border-top: 1px solid #ddd;
}

ul.menu {
	list-style-type: none;
	text-align: right;
	padding: 0em;
}

ul.menu li {
	display: inline;
	padding: 0em;
}

ul.menu li:before { 
	content: "| "; 
	color: #d4d3d4;
}

ul.menu li:first-child:before { 
	content: ""; 
}

ul.tabbed {
	padding: 0.5em;
	margin: 0em;
	background-color: white;
	font-size: 1em;
}

ul.tabbed li:before {
	content: "";
}

ul.tabbed li span {
	background-color: #E3F5F7;
	padding: 0.5em;
}

ul.tabbed li a {
	padding: 0.5em;
/*	color: #bbb;*/
	color: #888;
	text-decoration: underline;
}

ul.tabbed li a:hover {
	background-color: #E3F5F7;
}

ul.favorites {
	padding-left: 0em;
}

ul.favorites li strong {
	padding-left: 0em;
	font-family: georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.3em;
}

div.resume h1 {
	margin-top: 1.5em;
	text-align: left;
}

div.resume h2 {
	margin-top: 1.5em;
}

div.resume p.contact {
	font-size: .9em;
	text-align: left;
	color: #222222;
}

