
body {
	font: 10px Verdana, Helvetica, sans-serif;
	background: #e5e5e5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
	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 */
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color:#c6c6c6;
}

#content {
	position: absolute;
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	min-height: 100%;
	background: #FFFFFF;
	margin: 0 auto 0 40px; /* the auto margins (in conjunction with a width) center the page */
	border-left: 0px solid #666666;
	border-right: 0px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 0 200px 0;
}
table.titles {
	width: 100%;
	height: 50px;
	border-collapse: collapse;
}

table.titles a img.nohover {border:0}
table.titles a img.hover {border:0;display:none}
table.titles a:hover img.hover {display:inline}
table.titles a:hover img.nohover {display:none}

table.projects_big {
	width: auto;
	margin: 15px auto 0 auto;
	height: 100px;
	border-collapse: collapse;
	text-align: center;
	}
table.projects_big td, th { 
	border: 0px solid #666666;
	}
.projects_big img{
	width: 200px;
	height: 135px;
	border: 0;
	}

table.projects_small {
	width: auto;
	margin: 0 auto 15px auto;
	height: 100px;
	border-collapse: collapse;
	text-align: center;
	}
table.projects_small td, th { 
	border: 0px solid #666666;
	}
.projects_small img{
	width: 160px;
	height: 108px;
	border: 0;
	}

.thumb img.nohover {border:0}
.thumb img.hover {border:0;display:none}
.thumb:hover img.hover {display:inline}
.thumb:hover img.nohover {display:none}

.thumb:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.sidebar {
	width: 153px;
	margin: 0 0 0 15px;
	float: left;
}
.text {
	margin: 0 10px;
	text-align: left;
}
.caption {
	margin: 0 0 10px 0;
	text-align: left;
}
.caption p {
	margin: 0;
	font-style: italic;
}
}
.sub {
	margin: 0;
	padding: 0;	
	color: #666666;
}
.page {
	float: left;
	width: 802px;
	margin: 9px 19px 9px 19px;
	text-align: center;
}
.page img {
	margin-top:20px;
	margin-bottom:20px;
	display: inline;
	border: 0px solid #666;
	overflow: hidden;
}
.page object {
	margin-top:20px;
	margin-bottom:20px;
	display: none;
	float: bottom;
	border: 1px solid #666;
	overflow: hidden;
}
.video {
	margin-top:20px;
	margin-bottom:20px;
	float: bottom;
	border: 0px solid #666;
	overflow: hidden;
}
.portrait {
	width: auto;
	margin: 9px 30px 10px 30px;
	float: left;
}
.bio {
	margin: 0 30px 0 0 ;
	text-align: left;
}
