body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#5c6244;
}
* {margin: 0px;padding: 0px;}
#container {
	margin: 10px auto;
	text-align: left;
	width: 1004px;
}
#main {
	width: 1004px;
	background-image:url(images/background.gif);
        background-position: center;
	
}
/******************** header *****+204px***************/
#header {
	width:988px;
	height:158px;
	margin-left:8px;
	background-image:url(images/header.jpg);
	display:block;
}
#nav {
	width:988px;
	height:30px;
	margin: 0px 0px 0px 8px;
	background-color:transparent;
	padding: 0px 0px 0px 0px;
        background-image:url(images/nav.gif);
}
#nav ul {
}
#nav li {
	display:inline;
	background-color:transparent;
	width:120px;
	height:30px;
	float:left;
	margin-left:4px;
	text-align:center;
}
#nav a {
	width:120px;
	height:30px;
	padding-top:7px;
	text-decoration:none;
	color:#ffffff;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#Fdf63e;
	font-weight:800;
}
/******************** Content ********************/
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:988px;
	margin-left:8px;
	background-color:#ffffff;
}
#left {
	float:left;
	width:650px;
	display:inline;
	margin:10px 0px 30px 10px;
      background-color: #ffffff;
}
#left p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px 5px 5px;	
}
#left a{
	color: #0000ee;
	font-weight:800;
}
#left a:hover{
	color:#1d67ff;
}
#left h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
        padding: 5px 5px 5px 5px;
}
#left span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#right {
	float:right;
	width:300px;
	background-color:#fff;
	color:#000000;
	font-weight:900;
	padding: 3px 3px 3px 3px;
	margin: 10px 10px 30px 0px;
	display:inline;
}
#right p{
	padding: 5px 0px;
}
#right a{
	color:#0000ee;
	font-weight:900;
}
#right a:hover{
	color: #1d67ff;
}
.post {
	margin-top:0px;
}
.post a{
}

.post a:hover{
}

.post p{
}


/******************** Footer ********************/
#footer {
	width:800px;
	text-align:center;
	color:#FFFFFF;
	margin: 10px 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#0000ee;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
      color:#000000;
}
#footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	margin: 10px 0px;
}
.clear{
	clear:both;
}


