body {
	margin: 0 auto;
	padding: 0;
	background: #e5e5e3;
	font-family: Verdana;
	font-size: 12px;
	color: #6D6D6D;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

a {
	color: #fa7f03;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header {
	margin: 0 auto;
	background: url(../images/site/header_bg.png) top center no-repeat;
	height: 197px;
}
#page {
	margin: 0 auto;
	width: 860px;
	overflow: hidden;
	background: url(../images/site/wrapper_top.png) top center no-repeat;
}
#wrapper {
	width: 860px;
	overflow: hidden;
	background: url(../images/site/wrapper_bg.png) repeat-y;
}
#footer {
	margin: 0 auto;
	height: 200px;
	background: url(../images/site/footer_bg.png) top center no-repeat;
}
#menu {
	width: 178px;
	margin-left: 10px;
	float: left;
}
.main_menu {
	width: 158px;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0px 10px;
	color: #ffffff;
}
.main_menu_sub {
	width: 148px;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0px 10px 0px 20px;
	color: #ffffff;
}
.main_menu:hover, .main_menu_sub:hover {
	background: #6D6D6D;
	opacity: 0.5;
	text-decoration: none;
}

#menu_contacts {
	margin-top: 30px;
}

#content {
	width: 652px;
	float: right;
	margin: 0px 10px 10px 10px;
	background: #f3f3f3;
}
#content_header {
	width: 662px;
	margin-right: 10px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: right;
	text-transform: uppercase;
	font-size: 18px;
	color: #6e94ca;
	background: url(../images/site/content_header.jpg) top center no-repeat;
}

.impossible {
	color: red;
	font-weight: bold;
}

#company_schedule1 {
	display: block;
	width: 50%;
	float: left;
}
#company_schedule2 {
	display: block;
	width: 50%;
	float: right;
}