body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/5.jpg);
	display:block;
	color:#555F6A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:justify;
}
p {
text-align:justify;
}
* {margin: 0px;padding: 0px;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
	
}
#main {
	width: 800px;
	background-image:url(images/background.gif);
	
}
/******************** header ********************/
#header {
   margin-left:25px;
	display:block;
}
#navlist{
	width:744px;
	height:17px;
	margin: 2px 0px 2px 25px;
	margin-left: 25px;
	background-image: url(images/back.jpg);
	padding: 3px 5px 3px 1px;
}
#navlist li{
	display:inline;
	width:120px;
	height:22px;
	float:left;
	margin-left:4px;
	text-align:center;
}
#navlist a {
	padding: 2px 10px;
	background-image: url(images/button.gif);
	height: 19px;
	width: 91px;
	display: inline;
	text-align: center;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
#navlist a:hover{background-image: url(images/buttonover.gif);}
#n1{left: 0px;}
#n2{left: 111px;}
#n3{left: 222px;}
#n4{left: 333px;}
#n5{left: 444px;}
#n6{left: 555px;}
#n7{left: 666px;}
#leftside{
	float: left;
}
/******************** Content ********************/
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:750px;
	margin-left:25px;
	background-color:#ffffff;
}
#left {
	float:left;
	width:390px;
	display:inline;
	margin: 20px 0px 30px 20px;
}
#left p {
	font-size: 12px;
	
	padding: 5px 0px;	
}
#left a{
	color: #000000;
	font-weight:800;
}
#left a:hover{
	color:#243f82;
}
#left h1{
	font-size: 16px;
	color: ##828282;
	display:inline;
	font-weight:900;
}
#left span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#right {
	float:right;
	width:260px;
	background-color:#397eb7;
	color:#ffffff;
	font-weight:900;
	padding: 10px 20px;
	margin: 30px 20px 20px 0px;
	display:inline;
}
#right p{
	padding: 7px 0px;
}
#right h1{
	font-size:14px;
}
#right h2{
	font-size:14px;
}
#right a{
	color:#FFFFFF;
	font-weight:900;
}
#right a:hover{
	color: #052d4e;
}
.post {
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}


/******************** Footer ********************/
#footer {
	width:800px;
	text-align:center;
	color:#052d4e;
	margin: 10px 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#052d4e;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:#052d4e;
	margin: 10px 0px;
}
.clear{
	clear:both;
}
#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
overflow: hidden;
padding: 2px;
padding-left: 4px;
line-height:20px;
}

