body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#0f1538;
}
* {margin: 0px;padding: 0px;}
#container {
	margin: 10px auto;
	text-align: center;
	width: 900px;
	color: #FFFFFF;
}
#main {
	width: 900px;
	background-color: #1f2a71;
	
}
/******************** header ********************/
#header {
	width:850px;
	height:242px;
	margin-left:25px;
	display:center;
	background-repeat: no-repeat;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	background-attachment: inherit;
	text-align: center;
}
#nav {
	width:849px;
	height:30px;
	margin: 2px 0px 2px 25px;
	background-color:#626fbf;
	padding: 1px 0px 1px 1px;
	
}
#nav ul {
}
#nav li {
	display:inline;
	background-color:#0f1538;
	width:104px;
	height:25px;
	float:left;
	margin-left:15px;
	text-align:center;
	vertical-align: middle;
}
#nav a {
	width:104px;
	height:25px;
	padding-top:3px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#FF0000;
	font-weight:800;
}
/******************** Content ********************/
p, h1, a, span{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#content {
	width:850px;
	margin-left:25px;
	background-color:#2e3faa;
}
#left {
	float:left;
	width:555px;
	display:inline;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 20px;
}
#left p {
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 0px;
}
#left a{
	color: #fbf61e;
	font-weight:800;
}
#left a:hover{
	color:#FFFFFF;
}
#left h1{
	font-size: 16px;
	color: #fbf61e;
	display:inline;
	font-weight:900;
}
#left span{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 900;
	display:inline;
	margin-left:8px;
	font-style: inherit;
	display:inline;
	direction: inherit;
}
#right {
	float:right;
	width:200px;
	background-color:#1f2a71;
	color:#FFFFFF;
	font-weight:900;
	padding: 10px 20px;
	margin: 30px 10px 20px 10px;
	display:inline;
	direction: inherit;
}
#right p{
	padding: 7px 0px;
}
#right a{
	color:#FFFFFF;
	font-weight:900;
}
#right a:hover{
	color: #0f1538;
}
.post {
	margin-top:20px;
	color: #FFFFFF;
}
.post a{
}

.post a:hover{
}

.post p{
}

.sponsor {
	margin-top:100px;
	color: #FFFFFF;
	float: left;
}
.sponsor a{
}

.sponsor a:hover{
}

.sponsor p{
}


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