body
{
	font-family: Arial sans-serif;
	text-align: center;
	color: #191961;
	background: #2c3351;
}

#site-container
{
	margin: auto;
	width: 960px;
	text-align: left;
	background: #fff;
}

#top h2
{
	font-size: 8pt;
	font-family: Arial;
	text-align: right;
	color: #7878c8;
	margin: 1px 0 1px;	
}

#header
{
	width: 960px;
	height: 50px;
	padding-top: 30px;
	border-bottom: 10px solid #fff;
	background: #fffe00;
	font-family: Arial;
	font-size: 16pt;
}

#center
{
	width: 960px;
}

#header p
{
	margin: 0;
	padding: 0;
}

#header img
{
	float: left;
	margin-right: 10px;
}

.big-links
{
	display: block;
	float: left;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	padding-top: 7px;
	line-height: 23px;
	font-size: 13pt;
	font-weight: bold;
	text-indent: 30px;
	text-decoration: none;
	color: #fff;
	background: url(../img/tab-bg.png);
}

.big-links img
{
	border: 2px solid #33339a;
}

.area-links
{
	display: block;
	float: left;
	border: 10px solid;
	padding-top: 7px;
	line-height: 23px;
	font-family: Arial;
	font-weight: bold;
	text-indent: 30px;
	text-decoration: none;
	color: #fff;
	background: url(../img/links-bg.png);
}

.area-links a
{
	display: block;
	width: 300px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #191961;
}

#footer
{
	clear: both;
	margin: 0 10px;
	border-top: 10px solid #fff;
	padding: 0 5px 5px;
	background: url(../img/footer-bg.png);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 10pt;
}

#bottom
{
	padding-top: 20px;
	width: 960px;
	background-color: #2c3351;

}

#bottom p
{
	padding: 10px 0 10px 0px;
	width: 960px;
	text-align: left;
	color: #7878c8;
	background-color: #fff;
	font-family: Arial;
	font-size: 8pt;
	text-indent: 10px;
}
