body {
	margin: 0;
	padding: 0;
	background: #5c5c5c;
	min-width: 1000px;
	font-family: Verdana;
}
img {
	border: 0;
}
table tr td {
	vertical-align: top;
}
#page {
	width: 1000px;
}
#left {
	width: 250px;
	background: #5f0b1c;
}
#topmenu {
	padding-top: 8px;
	text-align: left;
}
#topmenu a {
	color: #5c0c1c;
	text-decoration: none;
	font-size: 12px;
	margin: 10px;
}
#topmenu a:hover {
	text-decoration: underline;
}
#right {
	width: 750px;
	background: #dad7d8;
}
.header {
	background: url(images/headerbg.png) repeat-x;
	height: 40px;
}
.bwrap {
	background: #5f0b1c;
	height: 20px;
}
.logo, .banner {
	height:250px;
	background: #ffffff;
}
.logo {
}
.owrap {
	background: url(images/wrapbg.png) repeat-x;
	height: 15px;
}
#leftmenu a {
	font-family: Verdana;
	color: #fe9345;
	text-decoration: none;
	font-size: 12px;
}
#leftmenu a:hover {
	text-decoration: underline;
}
#leftmenu {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#leftmenu hr {
	border: none; /* Убираем границу для браузера Firefox */
	color: #fe9345; /* Цвет линии для браузера Internet Explorer */
	background-color: #fe9345; /* Цвет линии для браузера Firefox и Opera */
	height: 1px; /* Толщина линии */
}
#right {
	text-align: center;
}
#right h1 {
	font-family: Verdana;
	font-size: 16px;
	padding:15px 0 0 10px;
}
#content {
	background: #f0ebcf url(images/contentbg.png) repeat-x;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: left;
	border: 1px solid #5c0c1c;
	font-size: 12px;
	margin-bottom: 10px;
}
#content p {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.footer .header {
	padding-top: 12px;
	color: #5c0c1c;
	text-decoration: none;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.footer .header a {
	color: #5c0c1c;
	text-decoration: none;
	font-size: 10px;
	float: right;
}
.footer .header a:hover {
	text-decoration: underline;
}

