body {
	text-align: center;
	margin: 0;
	padding: 0;
  	background-color : #333333; 
  	background-attachment : scroll; 
  	background-repeat : repeat-y; 
  	background-position: center;
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 11px;
	}
/***************************************************
Header Info
***************************************************/
#Logo {
	float:left;
	width: 210px;
	margin: 0px 0px 0px 0px;
	padding: 16px 0 0 16px;
	text-align: left;
	text-decoration: none;
	border: 0px;
}

#navlist {
	margin: 0;
	padding: 100px 0 0 230px;
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0 0 0 16px;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#navlist a:hover {
	text-decoration: none;
	color: #999999;
}

#navlist a:link#highlight, #navlist a:visited#highlight, #navlist a:hover {
	text-decoration: none;
	color: #999999;
}
/***************************************************
Containers
***************************************************/
#border {
	margin: 0 auto;
	padding: 0px;
	width:740px;
	text-align:left;
}

#containerlogo {
	width: 738px;
	margin: 0 auto;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 738px;
	height: 124px;
}

#containerhome {
	width: 738px;
	margin: 0 auto;
	text-align: left;
	border-color: #FFFFFF;
	border-width: 1px 1px;
	border-style: solid;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 738px;
	height: 300px;

}
#containermain {
	width: 738px;
	margin: 0 auto;
	text-align: left;
	border-color: #FFFFFF;
	border-width: 1px 0 0 0;
	border-style: solid;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 738px;
}

#containerart {
	width: 738px;
	margin: 10px 0 0 27px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 738px;
}

#containertext {
	width: 450px;
	margin: 10px 0 0 27px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 450px;
}

/***************************************************
content
***************************************************/
#containerart p {
	margin-top: 5px;
	color: #eee;
}

a:link, a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

a:link#highlight, a:visited#highlight, a:hover#highlight {
	text-decoration: none;
	color: #999999;
}

/***************************************************
Footer
***************************************************/
#footer {
	margin: 0;
	padding: 0 15px 0 28px;
}

#footer p {
	text-align: left;
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 15px;
}

#footer a:link, #footer a:visited {
text-decoration: none;
color: #999;
}

#footer a:hover {
	text-decoration: none;
	color: #eee;
}
/***************************************************
Misc
***************************************************/
.standards { display: none; }
.SpacerClearHome { clear: left; font-size:12px; }
.clearboth { clear: both; margin: 0; padding: 0; }

.thumbnail { 
	float: left;
	width: 350px;
	height: 280px;
}

.thumbnail img {
	width: 280px;
	margin: 10px 0 0 27px;
	border: 1px solid #eeeeee;
}

.original { 
	float: left;
	margin-bottom: 35px;
}

.original2 { 
	float: left;
	margin-bottom: 35px;
}

.original img {
	width: 300px;
	border: 1px solid #eeeeee;
}

.original2 img {
	width: 300px;
}

.projects {
	float: left;
	margin-bottom:35px;
}

.projects img {
	width: 400px;
	border 1px solid #eeeeee;
}

.gallery { 
	float: left;
	width: 225px;
	height: 200px;
}

#containerlogo img {
	width: 200px;
	height: 108px;
}

#details {
	float: right;
	width: 380px;
	margin: 0;
	padding: 0;
}

#details p {
	margin: 0;
	padding: .25em;
}

#bio {
	float: right;
	width: 380px;
	margin: 0;
	padding: 0;
}

#bio p {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 16px;
	padding: .25em;
}
/***************************************************
Image Drop Shadows
***************************************************/
div.osDropShadow, div.osDropShadow div, div.osDropShadow div div {
	display:inline-table;
	/* \*/display:block;/**/
}
div.osDropShadow {
	float:left;
	background:url(../misc/shadowlrg.jpg) right bottom no-repeat;
}
div.osDropShadow div {
	background:url(../misc/corner_bllrg.jpg) -1px 100% no-repeat;
}
div.osDropShadow div div {
	padding:0 12px 12px 0;
	background:url(../misc/corner_trlrg.jpg) 100% -1px no-repeat;
}

div.osDropShadow div div img {
	display:block;
}
/***************************************************
Form
***************************************************/
form {
	margin: 0;
	padding: 0;
}

.form220  {
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 200px;
	background-color: #333333;
	border: 1px solid #999999;
	margin-bottom: 8px;
	padding-left: 3px;
}