body {
	font: 90% Helvetica, Arial, sans-serif;
	line-height: 1.125em;
	background: #fff ; 
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color: #999;
	text-decoration:none;
}
a:visited {
	color: #222;
}
a:active, a:hover {
	color: #222;
}
div.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
.email-replace {
}
#container {
	width: 820px;  /* #mainContent + 60 + 60 (60 is overflow width of nav) */
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
#mainContent {
	width: 520px; /* total width is 700px (180px padding) */
	background: #FFFFFF;
	margin: 0 auto;
	padding: 19px 60px 19px 120px;
	min-height: 500px;
}
/* menu styles */
#menucontainer {
	position: fixed;
	top: 0px;
	left: 50%;
	height: 1px;
	width: 1px;
	overflow: visible;
}
#nav {
	position: relative;
	left: -430px; /* half of #mainContent + 60px overflow */
	width: 130px;
	text-align: right;
	margin: 49px 0 0 0;
	/*background: url("../img/menu.png");*/
	background:#fff;
	color: #000;
	padding: 13px;
}
#nav h1 {
	font-weight: normal;
	margin: 2px 0 10px 0;
	padding: 5px 0;
	font-size: 1em;
	text-transform:uppercase;
	line-height: 1.1em;
	width: 100%;
	text-align: right;
	border-bottom: 1px solid #CCC;
}
#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	line-height: 1.87em;
}
#nav ul li {
	padding: 0;
	margin: 0;
}
#nav ul a, #nav ul a:visited {
	/*display: block;*/
	color: #000;
	text-decoration: none;
	padding: 1px;
	text-transform:uppercase;
}
#nav ul a:hover, #nav ul a:active {
	background: #CCC;
}
/* end menu styles */
/* breadcrumbs & footer */
#breadcrumbs {
	font-size: 0.69em;
	line-height: 1em;
	padding: 0 0 9px 0;
	margin: 0 0 32px 0;
	border-bottom: 1px solid #ccc;	
	text-transform: lowercase;
}
#breadcrumbs a, #breadcrumbs a visited {
	text-decoration: none;
	color: #000000;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	text-decoration: underline;
	color: #ccc;
}
#footercontainer {
	width: 520px; /* total width is 700px (180px padding) */
	background: #FFFFFF;
	margin: 0 auto;
	padding: 13px 60px 19px 120px;
}
#footer {
	font-size: 0.69em;
	line-height: 1em;
	padding: 9px 0 36px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	clear: both;
}
/* end breadcrumbs & footer */
/* project page styles */
#mainContent #photo {
	width: 500px;
	height: 500px;
	margin: 0 0 20px 0;
	border: 1px solid #e0e0e0;
}
#mainContent #photo img {
	display: none;
}
#mainContent #thumbs a {
	float: left;
	margin: 0 10px 10px 0;
	outline: none;
}
#mainContent #thumbs a img:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}
#mainContent #thumbs a img {
	border: none;
	outline: none;
}
#mainContent #separator {
	clear: both;
	padding: 0 0 22px 0;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #ccc;
}
#mainContent h2 {
	font-size: 1.1em;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height: 1em;
	font-weight: normal;
	color: #999;
	margin: 0;
}
#mainContent p {
	font-size: 0.81em;
	line-height: 1.38em;
	margin: 15px 0;
}
#mainContent p.vitals {
	margin: 0;
}
/* end project page styles */
/* home page styles */
#home {
	float: left;
}
#home a {
	display: block;
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
	text-decoration: none;
}
#home a:hover, #home a:visited, #home a:active {
	color: #3aa5bc;
	text-decoration: none;
}
#home a.last {
	margin: 0 0 20px 0;
}
#home a img {
	border: none;
	margin: 0;
	padding: 0;
}
#home a img.active {
	opacity:0.20;
	filter:alpha(opacity=20);
	-moz-opacity: 0.20;
	-khtml-opacity: 0.20;
}
#home a span.thumbtitle {
	position: absolute;
	top: 46%;
	left: 0px;
	width: 100%;
	z-index: 999;
	text-align: center;
	display: none;
	cursor: pointer;
}
/* end home page styles */
/* cv styles */
#cv h3 {
	font-size: 0.81em;
	line-height: 1.38em;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 2em 0 0 0;
	text-transform: uppercase;
}
#cv h3 .note {
	font-weight: normal;
	letter-spacing: 0em;
	text-transform: none;
}
#cv dl {
	font-size: 0.81em;
	line-height: 1.38em;
	margin: 0 0 1em 0;
}
#cv dt {
	float: left;
	width: 4.167em;
}
#cv dd {
	margin: 0 0 0 5em;
}
#cv dl.wide dt {
	width: 7.334em;
}
#cv dl.wide dd {
	margin: 0 0 0 8.167em;
}
/* end cv styles */