body { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #005e00 url(img/bckg.gif) repeat-x center top;
	text-align: center;
	margin: 0;
	padding: 0;
}

a { color: #005e00; text-decoration: none; font-weight: bold; }
a:hover { color: #000000; }

#container {  
	width: 760px;
	background: #ffffff url(img/bckg_mid.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

h2 { font-size: 16px; color: #005e00; }
h3 { font-size: 13px; color: #005e00; }

b { color: #005e00; }

#tbg { width: 100%; min-height: 300px; background: transparent url(img/bckg_top.gif) no-repeat center top; }
#logo { float: left; width: 400px; padding: 20px 0 0 50px; }
#about { float: left; width: 455px; padding: 5px 0 15px 50px; }
#about p { padding-left: 30px; }
#contact { float: right; padding: 20px 50px 0 0; font-weight: bold; }

#text { padding: 0 50px; }
#text p { margin-bottom: 20px; }
#imgs { padding-bottom: 30px; text-align: center; }
#imgs img { margin: 0 5px 10px 5px; }

.imgrght { float: right; margin: 0 0 15px 15px; }
.clear { clear: both; }
.margt { margin-top: 35px; }

