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;}
h5{
	padding-top:2px;
	padding-bottom:15px;
	font-family: Arial, Helvetica, sans-serif;
	color:white;
}
#content {
	width:846px;
	margin-left:0px;
	background-color:white;
	border:1px solid black;
}
#left {
	float:left;
	width:160px;	
	margin: 10px 0px 30px 20px;
	display:inline;
	border:1px #E4E4E4 solid;
	
}

#left p {
	font-size: 13px;
	color: #000000;
	padding: 5px 0px;
}
#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:15px;
	list-style-type:none;	
}
.postleft h5 {
	padding-left:5px;
}
.post a{
color: #027C33;
font-weight:800;
}

.post a:hover{
}

.post p{

}
.post img{
display:inline;
}
.line{
border-bottom:1px solid black;
}
/******************** 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;
}
.topborder{
border-top:1px solid black;
border-right:1px solid black;
padding-right:8px;
padding-left:8px;
}
/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(images/star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(images/star-matrix.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}
/* end rating code */
h3{margin:0 0 2px 0;font-size:110%}

