
* {
	margin: 0;
}

html, body {
	height: 100%;
}

body{
	padding: 0px;
	color: white;
	font-family: Times New Roman, Arial;
	font-size: 16px;
	background: url(body_top.jpg) top center no-repeat;
	background-color: #c61168;
}

.body_scroller{
	overflow-y: scroll;
}

/* ..... page blocks markup .............................. */

div#page_container{
	margin: 0 auto;
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -128px;
	padding-bottom: 40px;
}

div#banner_block{
	margin-top: 167px;
	width: 100%;
	height: 380px;	
}

div#banner_container
{
	width: 970px;
	margin-left: 10px;
}

div#main{
	margin-top: 40px;
}

div#push{
	height: 128px;
}

/* Opera Fix for footer */
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* ..... main menu ....................................... */


div#menu{
	width: 230px;
	float: left;
}

#menu blockquote{
	margin-left: 25px;
}

#menu ul{
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

#menu li{		
	margin:0px;	
	list-style: none;
	display: block;	
	margin-bottom: 5px;
}

#menu a
{	
	color: white;	
	text-decoration: none;
	display: block;	
	width: 158px;	
	padding: 7px;
	padding-left: 25px;
	border: 1px solid #c61168;
}

#menu a:hover
{	
	border: 1px solid #E3DEC1;
	/*
	color: #58595D;
	background-color:#E3DEC1;
	*/
}

#menu a.selected
{	
	color: #58595D;
	background-color:#E3DEC1;
}


/* ..... content ............................... */

div#content_container{
	width: 734px;
	float: left;
	margin-left: 25px;
	background: url(content_bg_center.jpg) repeat-y;
}

div#content{
	min-height: 450px;
	height:auto !important;
	height: 450px;
	background: url(content_bg_top.jpg) top center no-repeat, url(content_bg_bottom.jpg) bottom center no-repeat;
	padding: 35px;
	padding-top: 20px;

}

/* ..... footer  .............................. */

div#footer_container{
	background: url(body_bottom.jpg) top center no-repeat;
	height: 128px;

}

div#footer{
	width: 980px;
	margin: 0 auto;
	height: 85px;
	padding-top: 43px;
}

#footer a{
	color: white;
	text-decoration:undeline;
}

div#credits{
	width: 300px;
	float: left;
}

div#phones{
	margin-left: 70px;
	height: 50px;
	float: left;
	font-size: 20px;
	width: 300px;
}

#phones .code{		
	font-size: 14px;
}

div#one_phone{
	float:left;
	padding-left: 30px;
}

div#address{
	height: 50px;
	float: left;
	width: 200px;
}

div#vk_link{
	height: 35px;
	width: 45px;
	margin-left: 40px;
	margin-top: -30px;
	float: left;	
}

#vk_link img{
	width: 45px;
	height: 35px;
	border: none;
}

/* ........................................ */ 
div#counter{
	margin-top: 7px;
}