body{
	margin: 15px;
	padding: 0px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	/* dark blue: 00386a	light blue: 95aec6 */
}
img{
	margin: 0px;
}
h2{
	float: left;
	color: #fff;
	font-size: 20px;
	margin: 0px 0px 0px 3px;
}
#body{
	width: 600px;
	margin: 0px auto;
	border: 1px solid #ccc;
	padding: 3px 4px;
}
#unews{
	width: 600px;
	margin: 3px 0px 4px;
	background-color: #95aec6;
	border-top: solid 1px #fff;
}
#unews p{	
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	margin: 2px 3px 2px 150px;
}
#unews a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#blocks{
	width: 600px;
	height: 125px;
	overflow: hidden;
}
.block{
	float: left;
}
a#block1, a#block2{
	display: block;
	width: 299px;
	height: 125px;
	text-indent: -1000px;
}
a#block1{
	background-image: url("img/block1.png");
}
a#block2{
	margin-left: 2px;
	background-image: url("img/block2.png");
}
#block1:hover, #block2:hover{
	background-position: 300px 0px;
}
#about{
	background-color: #fff;
	border-top: 4px solid #fff;
	padding: 5px;
	color: #00386a;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	font-family: Tahoma,Arial,sans-serif;
}
#clearcontent{
	width: 1px;
	height: 20px;
	margin-top: -20px;
	clear: both;
}
#footer{
	width: 600px;
	margin: 0px auto;
	padding: 0px 3px;
	border-top: 1px solid #fff;
}
#footleft{
	float: left;
	width: 300px;
}
#footright{
	margin-left: 300px;
	text-align: right;
}
#footer p{
	color: #888;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
}
#footer a{
	text-decoration: none;
	color: #888;
}
