@charset "windows-1251";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background:url(img/bg-0.png);
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-size:24px;
	padding:5px 0 5px 0;
	margin:0;
}
#main{
	width:800px;
	height:auto;
	margin:auto;
	background:#FFF;
	border: 1px solid #CCC;
}
#top-head{
	width:auto;
	height:23px;
	background:url(img/top-bg.jpg) repeat-x;
}
#head{
	width:auto;
	background:url(img/head-bg.jpg);
	height:408px;
}
.menu{
	width:153px;
	height:140px;
	margin: 0px 0 0 37px;
	padding:245px 0 0 25px;
	float:left;
	
	
}
.menu a{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	display:block;
	padding-top:11px;
	padding-bottom:7px
}
.menu a:hover{
	color:#F00;
	
}
.bot_menu{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.bot_menu a{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0 5px;
	
	text-decoration:none;
}
.bot_menu a:hover{
	color:#333;
	text-decoration:underline;
}
#content-1{
	height:auto;
	background:url(img/red-0.png);
	padding:20px 40px 20px 40px;
	color:#FFF;
}

#content-2{
	height:auto;
	background:url(img/red-1.png);
	padding:20px 40px 20px 40px;
	color:#FFF;
}
#content-2 a{
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}
#content-2 a:hover{
	color:#999;
}
#foot{
	height:85px;
	background:url(img/red-2.png); 
	clear:both;
}