@charset "utf-8";
/* CSS Document */

#mainDiv
{
	position: relative;
	width: 990px;
}

#header
{
	position: relative;
	display: block;
	width: 990px;
	height: 225px;
	background: url(../images/back_top.gif) top center no-repeat;	
}
#menu
{
	position: absolute;
	left: 0px;
	top: 185px;	
}
#menu a
{
	color: white;
	padding-left: 15px;
	padding-right: 15px;	
}
#menu a:hover
{
	color: #e5e5e5;	
}
#main
{
	position: relative;
	display: block;
	width: 990px;	
}
#leftSquares
{
	position: absolute;	
	left: 0px;
	top: 12px;
}
#rightSquares
{
	position: absolute;
	right: 0px;
	top: 159px;
}
#regBox
{
	position: absolute;	
	right: 0px;
	top: 12px;
}
#content
{
	padding-left: 165px;
	padding-right: 312px;
	padding-top: 30px;	
	text-align: justify;
	height: 553px;
}
#news1
{
	left: 150px;	
}
#news2
{
	left: 429px;	
}
#news1,#news2
{
	position: absolute;
	top: 305px;
	background-color: #015697;
	width: 265px;
	height: 282px;
	text-align: justify;
	color: white;
}
#news1 a,#news2 a
{
	color: white;	
}
#footer
{
	display: block;
	text-align: right;	
	padding-top: 12px;
}
#footer a
{
	color: #767676;
	padding-right: 25px;
	position: relative;
	top: -5px;
}
#footer a:hover
{
	color: #333333;	
}
#subMenu
{
	display: block;
	background-color: #015697;
	width: 281px;
	color: white;
	line-height: 150%;
	text-align: left;
}
#sep
{
	display: block;
	width: 120px;
	height: 12px;	
}
#subMenu a
{
	color: white;	
}