body 
{

	background: #01426C  url(img/bg.jpg) top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	
}

#container
{
	margin: 0 auto;
	margin-top: 120px;
	width: 763px;
	
}

#header
{

	float: left;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
	
}

#links

{

	margin-left: 5px;
	float: right;

}

#links a
{

	color: #FFF;
	text-decoration: none;
	
}

#links a:hover
{

	text-decoration: underline;
	
}

#content
{
	
	background: url(img/middle_big.jpg) no-repeat;
	height: 366px;
	width: 763px;
	margin-top: 5px;
	
}

#slider
{

	background: url(img/bottom.jpg) no-repeat;
	height: 118px;
	width: 763px;
	margin-top: 10px;
	padding: 8px;
	padding-left: 12px;
	
}

#footer
{

	text-align: center;
	
}

