@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663333;
	text-decoration: underline;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
.container {
	text-align: center;
}
.top_white {
	background-color: #FFF;
	text-align: center;
	height: 25px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	padding-top: 25px;
}
.top_brown {
	background-color: #D2B48C;
	text-align: center;
	height: 25px;
	width: 700px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

.bottom_white {
	background-color: #FFF;
	text-align: center;
	height: auto;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
	padding-bottom: 25px;
}
.bottom_brown {
	background-color: #D2B48C;
	text-align: center;
	height: 400px;
	width: 700px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
}
.bottom_brown2 {
	background-color: #D2B48C;
	text-align: center;
	height: 400px;
	width: 700px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
}

.logo {
	background-color: #bf7329;
	width: 900px;
	height: 405px;
	z-index: 5;
	margin-left: auto;
	margin-right: auto;
}

.text_left {
	text-align: justify;
	float: left;
	height: 289px;
	width: 328px;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: auto;
}
.text_right {
	text-align: center;
	float: right;
	height: 289px;
	width: 300px;
	margin-top: 25px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: 25px;
}
.text_full {
	text-align: justify;
	float: left;
	height: 289px;
	width: 650px;
	margin-top: 25px;
	margin-bottom: auto;
	margin-left: 25px;
	margin-right: 25px;
}

.form_left {
	text-align: justify;
	float: left;
	height: auto;
	width: 128px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.form_right {
	text-align: center;
	float: right;
	height: auto;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


#menu_container{
	width: 328px;
	padding: 0px;
	border: 0px solid #bf7329;
	background: #D2B48C;
	margin-bottom: 10px;
}

#tabnav{
	height: 19px;
	margin: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #ffffff;
}
 
#tabnav li{
	margin: 0px; 
	padding: 0px;
	display: inline;
	list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited{
	float: left;
	background: #f3f3f3;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #f3f3f3;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-decoration: none;
	color: #666;
}
 
#tabnav a:link.active, #tabnav a:visited.active{
	background: #bf7329;
	border-top: 1px solid #ffffff;
	border-bottom: 0px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	color: #ffffff;
}
 
#tabnav a:hover{
	background: #bf7329;
	color: #ffffff;
}

