@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #d1d2d4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.all_body_div {
	margin: 0 auto;
	width: 1050px;
}

.body_container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.left_collumn {
	width: 285px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 15px 15px 50px;
	float: left;
	color: #6d6e71;
	font-weight: bold;
	line-height: 16px;
}
#main_div {
	background-image: url(bg_gray.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.left_collumn h1{
	font-size: 24px;
	line-height: 20px;
}
.left_collumn h2{
	font-size: 16px;
	line-height: 10px;
}
.left_collumn h3{
	font-size: 36px;
	line-height: 0px;
}
.left_collumn .parting_button{
	font-size: 16px;
	color: #ca3466;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 50px;
}
.left_collumn .menu_style a{
	font-size: 11pt;
	color: #ca3466;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 23pt;
	text-decoration: underline;
}
.parting_button {
	width: 100%;
}
.right_collumn {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 45px 100px 0;
	overflow: hidden;
}
#main_text {
	font-size: 12px;
	color: #000000;
}
#main_text H1{
	font-size: 24px;
	color: #cb1450;
} 
#main_text H2{
	font-size: 24px;
	color: #000000;
}  
#links {
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
#links a{
	font-size: 12pt;
	font-weight: bold;
	color: #CB1450;
}
#bottom_div {
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 2;
	font-size: 10px;
	color: #666666;
}

#vasha_reklama {
	font-size: 16px;
	font-weight: normal;
	margin-top: 150px;
}
#vasha_reklama .phone{
	font-size: 30px;
	font-weight: bold;
	color: #CB1450;
}
