body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#6599FF;
}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: auto;
	text-align: left;
	width: 950px;
	background-repeat: no-repeat;
}
#main {
	width: 950px;
	margin-left: 0px;
	
}
/******************** header ********************/
#header {
	width:900px;
	height:264px;
	margin-left:20px;
	background-image:url(images/header.jpg);
	display:block;
}
#nav {
	width:675px;
	height:20px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 110px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: left;
	position: relative;
	top: 235px;
}
#nav ul {
	color: #CCC;
}
#nav li {
	display:inline;
	width:90px;
	height:22px;
	float:left;
	margin-left:22px;
	text-align:center;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 22px;
}
#nav a {
	width:100px;
	height:18px;
	padding-top:3px;
	color:#F00;
	font-weight:bold;
	display:inline;
	font-size: 12px;
	cursor: auto;
	text-decoration: none;
}
#nav a:hover {
	color:#000;
	font-weight:bolder;
	font-size:12px;
	cursor: auto;
}
/******************** Content ********************/
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
#contenthead {
	width:900px;
	margin-left:20px;
	background-image: url(images/contenthead.jpg);
	height: 40px;
}
#content {
	width:719px;
	margin-left:107px;
	background-image: url(images/body.jpg);
	font-size: 12px;
}
#left {
	float:left;
	width:500px;
	display:inline;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#left p {
	font-size: 12px;
	color: #333;
	padding: 2px 0px;
}
#left a{
	color: #052d4e;
	font-weight:800;
}
#left a:hover{
	color:#F00;
}
#left h1{
	font-size: 14px;
	color: #000;
	display:inline;
	font-weight:900;
}
#left span{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#right {
	float:right;
	width:150px;
	color:#CCCCCC;
	font-weight:900;
	display:block;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	border: thin groove #999;
	height: 350px;
}
#right p{
	padding: 7px 0px;
	color: #666;
}
#right a{
	color:#FFFFFF;
	font-weight:900;
}
#right a:hover{
	color: #052d4e;
}
#center {
	float:left;
	width:670px;
	margin-left: 25px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-align: center;
}
#contr {
	float:right;
	width:150px;
	color:#CCCCCC;
	font-weight:900;
	display:block;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	border: thin groove #666;
	height: 350px;
	margin-right: 70px;
}
#contr p{
	padding: 7px 0px;
	color: #666;
}
#contl {
	float:left;
	width:150px;
	color:#CCCCCC;
	font-weight:900;
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 80px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	text-align: center;
	border: thin groove #666;
	height: 350px;
}
#contl p{
	padding: 7px 0px;
	color: #666;
}
.post {
	margin-top:0px;
	width: 500px;
	margin-left: 0px;
	color: #666;
}
.post a{
}

.post a:hover{
}

.post p{
}

.titlee {
	width: 250px;
	margin-left: 150px;
}
/******************** Footer ********************/
#footer {
	width:900px;
	text-align:center;
	color:#FFFFFF;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-image: url(images/footer.jpg);
	height: 130px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#FFF;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	color: #CCC;
}
#footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	width: 200px;
	margin-left: 0px;
	margin-top: 90px;
}
.clear{
	clear:both;
}
#container #main #contenthead .orar h2 {
	color: #F00;
	font-weight: bold;
	font-size: 12px;
}
#container #main #contenthead .titlee h2 {
	font-size: 13px;
	color: #F00;
	font-weight: bold;
}
#container #main #contenthead .titlee h2 strong {
	color: #333;
}
#container #main #content #left .post h2 {
	font-size: 12px;
	color: #333;
}
