html, body {height: 100%; width: 100%;}
* {margin: 0; padding: 0;}

body {
	background-color : #efefef;
	background-image : url(../images/body_bg.gif);
	background-repeat : repeat-x;
	font-family : georgia;
	font-size : 12px;
	color : #4d4d4d;
}

a {
	color : #88bad4;
	font-weight : bold;
}

h3 {
	color : #4d4d4d;
	font-weight : bold;
	text-transform : uppercase;
	padding : 0 0 7px 0;
}

.sbody {  width: 1200px; margin: auto;  height: auto !important; }

.header { height : 252px; width:100%; }
#afisha {  padding : 0 35px 0 0;  }

.header ul { list-style : none; padding :  10px 0 0 260px; }
.header ul li { float : left; }
.header ul li a {
	display : block;
	float : left;
	padding : 3px 15px 0 15px;
	color : #fff;
	background-image : url(../images/menu_top_line.gif);
	background-repeat : no-repeat;
	background-position : right;
	text-decoration : none;
	font-family : arial, Helvetica, sans-serif;
	font-weight : bold;
}
.header ul li a:hover { text-decoration :  underline; }

.content {  width: 100%;  overflow: hidden; min-height:10px; float: left; }
#left_col {
	width : 230px;
	float : left;
	padding : 15px 15px;
}

#left_col ul { list-style : none; padding : 0 0 0 20px; }
#left_col ul a {
	text-decoration : none;
	color : #4d4d4d;
}
#left_col ul a:hover { text-decoration : underline; }

#text {
	float : left;
	background-color : #fff8df;
	width : 650px;
	padding : 15px 15px;
	overflow: hidden; 
}

#right_col {
	width : 230px;
	float : left;
	padding : 15px 15px;
}

.footerhelp { height: 151px; clear: both; }
.footer { margin: auto; margin-top: -151px; width: 100%; height: 81px; clear: both;   
background-image : url(../images/footer_bg.gif);  color : #ff833b; font-size : 10px; 
text-align : center;  padding : 70px 0 0 0; }

.block {
	padding : 15px 0;
	width : 100%;
	border-bottom : 1px solid #ccc;
}