html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

h2{
	font-family:  verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #544e38;
}

img {
	border: 0px;
}

img.left {
	border:1px solid ;
	padding:2px;
	margin:3px;
	float:left;
	width:120px;
	height:88px;
}


a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.none{
	text-decoration: none;
}

p{
	margin:4px;
}

.left {
	float: left;
	margin:3px;
	clear: both;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: white;
	text-align: center;
	font: 12px  verdana, arial , sans-serif;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
}

#body {
	background-color:#A3A189;
	background-image: url(/images/body_bg.gif);
	background-repeat:repeat-y;
	width: 100%;
	
}
#body-top {
	background: top left url(/images/body_top.gif) no-repeat;
	position: relative;
}
#body-bot {
	
	background: bottom left url(/images/body_bot.gif) no-repeat;
	padding-bottom: 17px;

}
#body-top-2 {
	position: absolute;
	top: 12px;
	left: 251px;
	width: 463px;
	height: 11px;
	background: top left url(/images/body_top_2.gif) no-repeat;
}

#wrapper {
	position: relative;
	padding-top: 68px;
}
h1 {
	position: absolute;
	top: 36px;
	left: 13px;
	font-size:24px;
	color:#3f3c2d;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}
#nav {
	position: absolute;
	top: 43px;
	left: 256px;
}

#nav  a {
	background:#A3A189;
	background-image:url(/images/menu.gif);
	width:90px;
	height:19px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:#e9e4d0;
	font-weight:bolder;
}
#nav  a:hover {
	color:#544e38;
	background-image:none;
	background:none;
}

#body-bot {
	padding-top: 12px;
}

#left_panel {
	float: left;
	width: 231px;
	padding-left: 13px;
	padding-bottom:1px;
	height:450px;
	color:white;
}


#left_panel a {
	text-align:center;
	color:white;
}

#content {
	float: right;
	width: 438px;
	padding-right: 24px;
	padding-top: 13px;
	color: black;
	height:459px;
	text-align:justify;
}

#content .left {
	margin-right: 10px;
}

#content a {
	color: #5A5644;
}

#content a:hover {
	color: #26241A;
}


.fineline {
	border-bottom: 1px solid #D3CAA9;
	margin-top: 5px;	
	margin-bottom: 5px;	
}

.bar-lit {
	padding-left: 6px;
	background: 0px 4px url(/images/bar_lit.gif) no-repeat;
}
.bar-drk {
	padding-left: 6px;
	background: 0px 4px url(/images/bar_drk.gif) no-repeat;
}

#picbar {
	background: #A3A189;
	width: 415px;
	margin: 2px;
	text-align:center;
}

.picbox {
	float: left;
	width: 117px;
	height:77px;
	padding:2px;
	border: 1px solid #8B846A;
	margin: 6px;

}

#picbar img {
	display: block;
}

.hand{
	cursor: pointer;
}
	

.clear-flat {
	margin-bottom: 4px;
}

#bottom{
	font: 11px arial, sans-serif;
	color: #4E4A3A;
	text-align: right;
	padding-right: 47px;
}

/*Таблица отправка писем*/
table.sendmail {
	border: 0px solid #8B846A;
	width:100%;
}

table.sendmail td.left{
	text-align:right;
	width:22%;
}

table.sendmail td.right{
	text-align:left;
	width:73%;
}

