body { margin: 0; padding: 0; font: 13px Arial; color: #555; background: URL("../images/backgrounds/site.png") repeat-x #fff; }

a { color: #627d56; }
a:hover { color: #36462f; }

#container { width: 900px; margin: 0 auto 0 auto; overflow: hidden; }
#header { width: 840px; margin: 0 auto 0 auto; overflow: hidden; }
	#header img { float: left; display: inline; width: 266px; height: 91px; margin: 30px 0 0 0; }
	#header ul { float: right; display: inline; list-style-type: none; margin: 95px 0 0 0; padding: 0; }
	#header ul li { display: inline; margin: 0; padding: 0; }
	#header ul li a { font: 14px Palatino, "Times New Roman"; text-decoration: none; color: #000; padding: 6px; }
	#header ul li a:hover { background: #91ad84; color: #fff; }
	
#random { width: 870px; height: 318px; margin: 0 auto 0 auto; background: URL("../images/backgrounds/random.png") no-repeat; behavior: url("_common/css/iepngfix.htc"); }
	#random .padding { width: 825px; margin: 0 auto 0 auto; padding-top: 23px; }
	
#content { width: 870px; margin: 0 auto 0 auto; background: URL("../images/backgrounds/content.gif") repeat-y; overflow: hidden; }
	#content .text2 { margin: 0 25px 0 25px; }
	#content .text { float: left; display: inline; width: 50%; margin: 0 25px 0 25px; }
		.text h1, .text2 h1 { margin: 0; padding: 0; font: 45px Palatino, "Times New Roman"; color: #86ab76; }
		.text p, .text2 p { text-align: justify; margin-left: 5px; margin-top: 5px; padding-top: 0px; line-height: 20px; }
		
		blockquote { border: 1px solid #86ab76; padding: 10px;  margin: 30px 20px 0 20px; }
		blockquote div { color: #86ab76; }
		p strong { color: #627d56; }
		
		.text li { margin-bottom: 10px; }
		.text th { text-align: left; background: #627d56; color: #fff; }
		.text td { border-right: 1px solid #ccc;  }
	
		.project { padding: 3px; background: #fff; border: 1px solid #ccc; margin: 8px; border-bottom: 5px solid #86ab76; }
		.tour_box { background: #eeeeee; border: 1px solid #ddd; }
		
	#content .thumbs  { float: right; display: inline; width: 344px; margin: 0 30px 0 0; padding: 0; }
	
#foot { width: 870px; margin: 0 auto 0 auto; background: URL("../images/foot.png") no-repeat; padding-bottom: 10px; }
	#foot p { margin: 0; padding: 25px 0 0 25px; }
	
/* Internet Explorer 6 PNG Transparency Fix */
.png { behavior: url("_common/css/iepngfix.htc"); }
