/* CSS Document */

body
{
	margin: 0px;
	background: url(/images/bg.jpg)  repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .78em;
	color: #414141;
}

div.content-wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 660px;
}
div.top-left
{
	float:left;
	width: 30px;
	height: 25px;
}
div.top-middle
{
	width: 600px;
	height: 25px;
	float: left;
}
div.top-right
{
	width: 30px;
	height: 25px;
	float: left;
}
div.middle-left
{
	width: 30px;
	height: 153px;
	float:left;
}
div.middle-middle
{
	width: 600px;
	height: 153px;
	float:left;
}
div.middle-right
{
	width: 30px;
	height: 153px;
	float:left;
}
div.bottom-left
{
	width: 30px;
	height: 179px;
	float:left;
}
div.bottom-right
{
	width: 30px;
	height: 179px;
	float:left;
}
div.main
{
	width: 590px;
	float:left;
	padding: 5px;
}
div.top-menu
{
	height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	width: 580px;
	float:left;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-bottom: 2px solid #198ADA;
	margin-bottom: 10px;
}

div.top-menu a:link {color: #0A598F; text-decoration: none;}
div.top-menu a:hover {color: #E67525;}
div.top-menu a:visited {color: #0A598F; text-decoration: none;}

h1
{
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
}

div.side-ads
{
	display: block;
	width: 186px;
	height: 468px;
	margin: -28px 8px 8px 8px;
	float: right;
}
div.footer
{
	width: 100%;
	float: left;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	font-size: .88em;
	color: #fff;
	background-color: #0F5C91;
}
