body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#03a8fe;
}
* {margin: 0px;padding: 0px;}
#container {
	margin: 10px auto;

	width: 1004px;

}
#main {
	width: 1004px;	
}



/******************** 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;
	color:#000000;
	font-weight:900;
	padding: 3px 3px 3px 3px;
	margin: 10px 10px 30px 0px;
	background-color:#fff;
	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{
}

#right ul {
width: 100%;
list-style-type: none;
}

#right li {
padding-left: 10px;
width: 100%;
background-color: #fff;
}

#right li a:link, #right li a:visited {
color: #000;
text-decoration: none;
}

#right li a:hover {
color: #000;
text-decoration: underline;
}

/******************** Footer ********************/
#footer {
   color: #99885a;
	width: 988px;
	height: 120px;
	background-color: #000;
}

#footer ul {
}

#footer li {
	display:inline;
	float:none;
	text-align:center;
}

#footer a {
	color:#99885a;
	font-weight:900;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
      color:#99885a;
}

#footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	margin: 10px 0px;
}

.clear{
	clear:both;
}

/****************** left-second 1 h1 *****************/

#left-second1 {
height: 100%;
width: 100%;
margin-top: 0px;
margin-bottom: 10px;
}

#left-second1 h1 {
font-family:"Times New Roman",Georgia,Serif;
font-size: 20px;
color: #000;
padding-left: 30px;
padding-top: 7px;
background-image: url(images/h1-bg.png);
background-repeat: no-repeat;
background-position: left;
}

#left-second1 a, #left-second1 a:visited {
font-weight: normal;
color: #000;
text-decoration: none;
}

#left-second1 a:hover {
color: #000;
text-decoration: underline;
}

