@charset "windows-1251";
html, body {
	height: 100%;
	width: 100%;
}
h1, h2, h3, h4, td, tr, table, form, div, body, html, img, br {
	margin: 0px 0px;
	padding: 0px;
}
.relative {
	position:relative;
}

#header {
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 148px;
	width: 100%;
	z-index:10;
}
#header .logo {
	position: absolute;
	top:2px;
	right:-40px;
	z-index:20;
}
#header .topmenu1 {
	position: absolute;
	top:102px;
	left:0px;
	z-index:30;
}
#header .topmenu1 img {
	border:0px;
}
#header .topmenu1bg {
	position: absolute;
	top:102px;
	left:635px;
}
#body {
	background-image: url(/images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 800px;
	width: 100%;
	text-align:center;
	z-index:0;
}
.contentbox {
	width: 840px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
}
.contentbox a {
	color: #be2678;	
}
#header .contentbox {
	z-index:0;
}
#body .contentbox {
	padding: 50px 305px 0 43px;
	width: 492px;
	z-index:0;
	position:relative;
}
#body .contentbox h2, #body .contentbox h1 {
	font-size:15px;
	color: #a71967;
}
#body .contentbox em {
	color: #be2678;
	font-style: normal;
	font-weight: bold;
}
#body .contentbox .imgb {
	border: 4px solid #dedede;
}
#footer {
	height:230px;
}
#footer .copyright {
	position: absolute;
	left:13px;
	top: 78px;
}
#footer .contacts {
	position: absolute;
	right:50px;
	top: 77px;
}
#body .contentbox .mylist b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #a71967;
}
#body .contentbox .mylist a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #a71967;
}
#body .contentbox .mylist img, #body .contentbox .imglist img {
	margin-right: 17px;
	border:3px solid #d9d9d9;
}
#body .contentbox .mylist td, #body .contentbox .imglist td {
	padding-bottom:15px;
}
