body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color:black;
}

* {margin: 0px;padding: 0px;}
#container {
	margin: 10px auto;
	text-align: left;
	width: 846px;
}
#main {
	width: 846px;
	
}
/******************** header ********************/
#header {
	width:848px;
	height:100px;
	margin-left:0px;
	background-image:url(images/header.jpg);
	display:block;
}
#header h1{
	color:white;
	font-family:tahoma;
	padding-top:40px;
	text-align:center;
}

/******************** Content ********************/
.picleft {
	float: left;
	padding-right:5px;
}
.picright {
	float: right;
	margin-left:5px;
}
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
h2{
	padding-top:2px;
	padding-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	color:#007831;
	font-size: 14px;
}
#content {
	width:846px;
	margin-left:0px;
	background-color:white;
	border:1px solid black;
}
#left {
	float:left;
	width:150px;	
	margin: 10px 0px 30px 20px;
	display:inline;
	border:1px #E4E4E4 solid;
}

#left p, #left ul {
	font-size: 11px;
	color: #000000;
	padding: 5px;
}
#left a{
	color: #027C33;
	font-weight:800;
}
#left a:hover{
	color:#80B33A;
}
#left h1{
	font-size: 14px;
	color:#027C33;
	font-weight:900;
}
#left span{
	font-size: 13px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#middle {
	float:right;
	width:625px;
	display:inline;
	margin: 10px 22px 30px 10px;
	border:1px #E4E4E4 solid;
}
#middle h1{
	font-size: 18px;
	color:#027C33;
	font-weight:900;
}
#middle a{
	color: #027C33;
}
#middle a:hover{
	color:#80B33A;
}
.post {
	background-image:url(images/link_bg2.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:0px;
	padding-left:5px;
	padding-right:5px;
}
.postleft {
	background-image:url(images/link_bg2.gif);
	background-position:top;
	background-repeat:repeat-x;
	
}
.postleft ul {
	padding-left:10px;
	list-style-type:none;	
}
.postleft h3 {
	padding-left:5px;
}
.post a{
color: #027C33;
font-weight:800;
}

.post a:hover{
}

.post p{
	padding:5px;
}
.post img{
display:inline;
}

/******************** Footer ********************/
#footer {
	width:800px;
	text-align:center;
	color:white;
	margin: 10px 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#FFFFFF;	
	font-size: 0.75em;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:white;
	font-size: 1.00em;
	margin: 10px 0px;
}
.clear{
	clear:both;
}

