body
{
	background: #97a1ad url('img/top-repeat.jpg') repeat-x top; 
	margin: 0;
	text-align: center;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

div#main_container
{
	margin: 0 auto 0 auto;
	width: 1050px;
	text-align: left;
}

div#boxHeader
{
	width: 796px;
	height: 92px;
	background: #FFF url('img/top.jpg') no-repeat 0 0;
}

div#boxMenu
{
	/*background-color: red;*/
	float:left;
	width:227px;
	_height: 380px;
	min-height:380px;
}

div#boxContent
{
	/*background-color: red;*/
	float:left;
	width:717px;
	_height: 380px;
	margin-top:0px;
	min-height:380px;
	background: #aaa;
	background: url('img/main.jpg') no-repeat 0 0;
}

div#boxContent2
{
	/*background-color: red;*/
	float:left;
	width:517px;
	_height: 380px;
	min-height:380px;
	margin-top:0px;
	background: #aaa;
	background: url('img/main.jpg') no-repeat 0 0;
}

div#boxFooter1
{
	/*background-color: red;*/
	float:left;
	width:269px;
	height:35px;
}

div#boxFooter2
{
	/*background-color: red;*/
	float:left;
	width:527px;
	height:35px;
	background: #222 url('img/main-bottom.jpg') no-repeat 0 0;	
}

img
{
	border:0;
}

a:link, a:visited
{
	text-decoration: none;
	color:blue;
}

a:hover
{
	color:black;
	text-decoration: underline;
}
