BODY {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-image: url(images/backgr.jpg);
}
h1{
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
	color: #B54617;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow:1px 1px 0px #000;
}
h2{
	font-weight: bold;
	text-decoration: none;
	font-size: 17px;
	color: #B54617
}
h3{
	text-decoration: none;
	font-size: 14px;
	color: #B54617
}

#container 
{
	width: 900px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
}
#bg
{
	position:relative;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	background-position: 0px 30px;
}

#header {
	position:relative;
	width:900px;
	height:205px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	margin-top: 32px;
}
#footer {
	position:relative;
	width:940px;
	height:92px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	line-height: 35px;
	color: #752900;
}
a.footer:link {
	color:  #752900;
	text-decoration: none;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dotted #3E0000;
	border-left: 1px none #CCCCCC;
	border-bottom-color: #3E0000;
}
a.footer:visited {
	color:  #752900;
	text-decoration: none;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom-color: #3E0000;
	border-left: 1px none #FFFFFF;
}
a.footer:hover {
	color: #FFCC00;
	border-top: 0px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-bottom-width: 1px;
}
a.footer:active {
	color: #3E0000;
}

#main {
	width:940px;
	left:0px;
	color: #333;
	position: relative;
	font-size: 10px;
	border-left: dashed #B8AB70 2px;
	border-bottom: dashed #B8AB70 2px;
	border-right: dashed #B8AB70 2px;
	top: 31px;
}
#main_content {
	position:relative;
	width:820px;
	left: 0px;
	top: 0px;
	font-size: 15px;
	text-align: justify;
	margin-left: 90px;
	margin-right: 30px;
}
#head_content {
	position:absolute;
	width:900px;
	height:204px;
	z-index:3;
	left: 0px;
	top: 0px;
}

a.main_content:link {
	color:  #069;
	text-decoration: none;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dotted #069;
	border-left: 1px none #CCCCCC;
}
a.main_content:visited {
	color:  #069;
	text-decoration: none;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px dotted #069;
	border-left: 1px none #FFFFFF;
}
a.main_content:hover {
	color: #FFFFFF;
	border-top: 0px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-bottom-width: 1px;
}
a.main_content:active {
	color: #CC0000;
}
#menu {
	position:absolute;
	width:166px;
	left: -83px;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	text-align: left;
	color: #FFFFCC;
	margin-top: 10px;
	float: left;
	text-decoration: none;
}
a.menu:link {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	border-bottom: none #FFFFCC 0px;
	background-image: url(images/menu_on.png);
	background-repeat: no-repeat;
	width: 166px;
	height: 32px;
	float: left;
	text-decoration: none;
	margin-bottom: 5px;
	text-indent: 5px;
}
a.menu:visited {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	border-bottom: none #FFFFCC 0px;
	background-image: url(images/menu_on.png);
	background-repeat: no-repeat;
	width: 166px;
	height: 32px;
	float: left;
	text-decoration: none;
	margin-bottom: 5px;
	text-indent: 5px;
}
a.menu:hover {
	color: #030;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	border-bottom: none #FFFFCC 0px;
	background-image: url(images/menu_off.png);
	background-repeat: no-repeat;
	width: 166px;
	height: 32px;
	float: left;
	text-decoration: none;
	margin-bottom: 5px;
	text-indent: 5px;
}
a.menu:active {
	color: #000000;
}
.red {
	color: #CC0000;
}
#home {
	position:absolute;
	width:614px;
	height:35px;
	z-index:2;
	left: 2px;
	top: -32px;
	cursor: pointer;
}
.input{
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	background-color: #F7F5EE;
	border: solid 1px #333333;
}
.floatright {
	float: right;
	color: #333;
	font-size: 12px;
	border-top: 1px dashed #B8AB70;
	border-right: 1px dashed #B8AB70;
	border-bottom: 1px dashed #B8AB70;
	border-left: 1px dashed #B8AB70;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 15px;
	text-align: center;
	background-image: url(images/img_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 15px;
	margin-left: 15px;
}
div.floatright img {
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: -15px;
	margin-left: -15px;
	border: 4px solid #FFF;
}
a.floatright:link {
	text-decoration: none;
	border-style: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
}
a.floatright:visited {
	text-decoration: none;
	border-style: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
}
.hidelink:a{
	text-decoration: none;
	border: 0px none;
}
.hidelink:hover {
	text-decoration: none;
	border: 0px none;
}
.hidelink:visited {
	text-decoration: none;
	border: 0px none;

}
p { margin-top: 0; }
#header_adr {
	position:absolute;
	width:380px;
	height:94px;
	z-index:4;
	left: 148px;
	top: 104px;
}
.style1 {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}
.style3 {
	font-size: 13px
}
.box {
	font-size: 13px;
	padding: 5px;
	border: dotted #999 1px;
	margin: 5px;
	height: 200px;
	border-top-color: #999;
}

#adress-box {
	position:absolute;
	width:237px;
	height:115px;
	z-index:4;
	left: 719px;
	top: 30px;
	color: #FFF;
	text-align: left;
	font-size: 10px;
}
.noscreen {
	display:none
}

