@import url(main_menu.css);
@import url(slider.css);
@import url(../text.css);
 body, html {
height:100%;
margin:0;
padding:0;
}
body{
	background-color : transparent;
	background : White url(../images/fon.gif) repeat-x center 110px;
}
*{
margin:0;
padding:0;
}
a img{
	border : none;
}
:focus {
	outline: none;
}
blockquote, q {
	quotes: none;
}
.clear{
	clear : both;
}
#wrapper {
 min-height:100%;height:auto !important;height:100%;
 width : 940px;
padding : 0px 10px;
 position : relative;
 margin : 0px auto;
 background : transparent url(../images/fon_wrapper.gif) repeat-y 650px top;
 }
#wrapper .empty {
 height:80px;
 clear : both;
 }
 #wrapper_footer {
 position:relative; 
 margin-top:-60px; 
 background-color : #2F2F2F;
 height : 60px;
 min-width : 960px;
 }
 #header{
	overflow : hidden;
	padding : 20px 0px;
	height : 70px;
}
 #header h1{
	font-size : 50px;
	line-height : 40px;
	color : #f4a641;
}
 #header h1 a{
	font-size : 50px;
	line-height : 40px;
	color : #f4a641;
	text-decoration : none;
}
 #header h1 span{
	font-size : 18px;
	display : block;
	margin-top : 15px;
	line-height : 18px;
	color : Black;
}
#main_menu{
	background-color : #F7B96C;
	height : 40px;
	margin-bottom : 20px;
	border-left: 1px solid #FFF;
}

#text{
	width : 600px;
	padding : 15px 20px 10px 0;
	float : left;
	overflow : hidden;
	background-color : White;
}
#sidebar{
	width : 260px;
	padding : 15px 20px 10px;
	background-color : #f1be7c;
	float : right;
	background-color : #F9CB92;
}
#sidebar ul{
	list-style-type : none;
}
#sidebar li{
	margin-left : 0px;
}
#footer{
	width : 940px;
	overflow : hidden;
	padding : 20px 10px;
	margin : 0px auto;
	height : 20px;
	line-height : 20px;
	color : White;
}
#footer a{
	color : White;
}
#footer .left{
	float : left;
}
#footer .right{
	float : right;
	margin-left : 20px;
}