body{
	margin: 0px;
	padding: 0px;
	font-family:Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	background-color: #454545;
	text-align: center;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}


#container
{
	width: 1024px;
	border: 10px solid #454545;
	margin-bottom: 5px;
	text-align: left;
	margin: 30px auto;
	background-color: #FFFFFF;

}

#head
{
	background-color: #42929d;	
	background-image: url(../img/head.gif);
	background-repeat:no-repeat;
	height: 165px; 
}

#menu
{
	margin: 0px;
	background-color: #a5c5c7;	
	padding: 5px 2px 5px 16px;
	border-top: 5px solid #a5c5c7;
}

#menu a
{
	text-decoration: none;
	margin-left: 30px;
	font-size: 14px;
	font-family: verdana;
	padding: 5px;
	font-weight: bold;
	color: white;	
}

#menu a.selected,#menu a:hover
{
	
	background-color: white;
	color: #74acFF;	
}

#main_content{
	padding: 30px 10px 10px 10px;
}


div.content
{
	float: left; 
	width: 650px;
}


div.news
{

}

div.news div.news_content
{
	width: 210px;
}

div.left_block
{
	width: 230px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

div.left_block div.title
{
	text-align: center;
	font-weight: bold;
}

div.left_block div.content,div.left_block div.title
{
	background-image: url(../img/left_block_background.gif);
	background-repeat: repeat-y;
	padding: 5px 5px 5px 15px;
}

div.left_block div.head
{
	background-image: url(../img/left_block_background_head.gif);
	background-repeat: repeat-y;
	height: 10px;
}

div.left_block div.foot
{
	background-image: url(../img/left_block_background_foot.gif);
	background-repeat: repeat-y;
	height: 10px;
}

div.search_fields label,div.input_fields label
{
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

#foot
{
	padding-left: 20px;
	margin: 20px;
}

#foot div.partners
{
	text-align: center;
}

#foot div.partners a
{
	margin-left: 10px;
}

#foot_links
{
	margin-left: 20px;
	color: #8b8b8b;
	padding-bottom: 30px;
}

#foot_links a
{
	color: #FFFFFF;
	margin-left: 10px;
	text-decoration: none;
	
}




#foot div.text{
	float: left;
	padding:4px;
	margin-right: 30px;
}

div.navigation_list_pages
{
	margin: 5px 0px 5px 0px;
}

