body { 
	overflow: -moz-scrollbars-vertical;
	font-family: arial, tahoma, verdana, sans-serif; 
	font-size: 12px;
	background: url(/images/site_bg.gif) #6E6D5F fixed; 
	color: #333333; 
	text-align: center; 
	margin: 20px; 
}

 a { text-decoration: underline; color: #333333; }
 a:visited { text-decoration: underline; }
 a:hover { text-decoration: none; color: #000000; }

 p { margin-top: 0px; }
 strong, b { font-size: 12px; color: #B76709; }
 
#container {
	width: 780px! important;
	margin: 0px auto;
	position: relative; 
	text-align: justify;
}

#page_header { background: url(/images/header_bg.gif) no-repeat; height:101px; position:relative; z-index: 2; }
	#page_header h1 { font: 1px/1px sans-serif; text-indent: -9999em; }

#navigation { position:absolute; top: 28px; right: 15px; z-index: 3; }
	#navigation ul { font-size: 12px; margin: 0px 10px 0px 0px; }
	#navigation li { display: inline; }
	#navigation li A:link { color: #59584F; padding:1px 5px; text-decoration: none; }
	#navigation li A:visited { color: #59584F; padding:1px 5px; text-decoration: none; }
	#navigation li A:hover { color: #333333; padding:1px 5px; text-decoration: none; }

#hdr_img { 
	position:relative; top: -34px; left: 0px; 
	z-index: 0;
	background: url(/images/header_home_bg.gif); height: 206px; 
}
	
#content { background: url(/images/container_bg.gif) #ffffff; font-size: 11px; padding: 20px 30px 0px 30px; margin-top: -8px; position:relative; top: -26px; left: 0px; }
	#special { font-family: Trebuchet; font-size:22px; font-weight: bold; color: #ffffff; position: absolute; top: -150px; right: 32px; z-index: 4; text-align: right; line-height: 30px; }
	#special_shadow { font-family: Trebuchet; font-size:22px; font-weight: bold; color: #333333; position: absolute; top: -147px; right: 29px; z-index: 3; text-align: right; line-height: 30px; filter:alpha(opacity=40); -moz-opacity:0.4; opacity: 0.4; }

.proj_img { border: 1px solid #333333; }
	
#projects { padding: 20px 0px 0px 20px; }
	#projects h1 { font-size: 16px; font-weight: bold; color: #B76709; padding: 0px; margin: -10px 0px 10px 0px; }
	#piece{ padding-bottom: 20px; }
		#thumb { background: url(/images/frame.gif); margin-right: 10px; text-align: center; border:1px solid #7C7A6D; } /* width: 91px; height: 91px; */
		#piece img { margin: 6px; border:1px solid #000000; } /* width: 80px; height: 80px; */
	
#footer { background: url(/images/footer_bg.gif) no-repeat; height: 19px; position:relative; top:-26px; left:0px; }
	#footer p { position:absolute; right:20px; top:20px; font-size: 10px; color: #ffffff; padding: 0px; }
	#footer #maint { position:absolute; left:0px; bottom:-15px; }