body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3F1B00;
	background-color: #6F3305;
	background-image: url(../images/bg_01.jpg);
	background-repeat: repeat-x;
}

form, ul, ol, h1, h2, h3, h4, h5 { 
	padding-top:0px; 
	padding-bottom:0px; 
	margin-top:0px; 
	margin-bottom:0px; 
}

p { 
	margin:0px; 
}

a{ color: #945624; }
a:link, a:visited { color: #945624; text-decoration:none; }
a:hover { color:#945624; text-decoration:underline;}

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; }

.top {
	background-image: url(../images/flip_02.jpg);
	background-repeat: no-repeat;
	height: 447px;
}
.contact {
	color:#A85C22;
	font-size: 11px;
	float: right;
	margin: 71px 25px 0px 0px;
}
.contact a{ color:#A85C22; text-decoration:none; }

.header {
	background-image: url(../images/flip_04.jpg);
	background-repeat: no-repeat;
	height: 139px;
}
.header div {
	padding: 89px 0px 0px 65px;
}

.mid {
	background-image: url(../images/flip_06_bg.jpg);
	background-repeat: repeat-y;
}
.mid_inner {
	background-image: url(../images/flip_06.jpg);
	background-repeat: no-repeat;
	height: 447px;
	padding: 53px 77px 0px 88px;
}

.bot {
	background-image: url(../images/flip_07.jpg);
	background-repeat: no-repeat;
}

.navtop_block {
	padding:293px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color:#BC753D;
	text-transform: uppercase;
}
.navtop a {
	padding:0px 6px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	height:auto; 
	width:auto;
	text-decoration:none;
	line-height: 15px;
}
.navtop a:link, .navtop a:visited { color:#BC753D; }
.navtop a:hover { color:#F5A76A; }

.navbot_block {
	padding:119px 0px 17px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color:#B56F37;
}
.navbot a {
	padding:0px; 
	height:auto; 
	width:auto;
	text-decoration:none;
}
.navbot a:link, .navbot a:visited { color:#B56F37; }
.navbot a:hover { color:#B56F37; }

.register {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 21px 0px;
}
.register a { color:#945624; text-decoration:none; }

.float_l {
	float:left;
	margin: 0px 7px 7px 0px;
}