/*global*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0; 
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #090000;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

p {
	margin-bottom: 2px;
}

.clear {
	clear: both; 
	line-height: 0; 
	font-size: 0;
}


#header {
	width: 768px; 
	height: 456px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	margin-top: 0px;
	top: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #d2071b;
	background-color: #d6ccad;
	padding: 3px;
}

h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #d2071b;
	text-decoration: none;
}

h1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #d2071b;
	text-decoration: underline;
}

.subtext {
	background-color: #c8bd9a;
}

.subtxt01 {
	background-color: #c8bd9a;
	width: 57px;
	padding: 3px;
	float: left;
}

.subtxt02 {
	background-color: #c8bd9a;
	width: 142px;
	padding: 3px;
	float: left;
}

/*form main*/

#form {
	width: 728px; 
	height: 214px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	margin-top: 0px;
	top: 0px;
	background-image: url(images/bg_bottom.jpg);
	text-align: center;
	padding: 0px 20px 10px 20px;
}

.dividers {
	padding: 8px;
	margin: 5px;
	text-align: left;
	float: left;
	width: 29%;
	border: 1px solid #94886a;
}

.formspacer {
	margin-right: 10px;
	margin-bottom: 3px;
	float: left;
	text-align: left;
}

.spacer {
	margin-bottom: 3px;
	text-align: left;
}

.dropdownform {
	font-family: Tahoma, Arial, sans-serif
	font-size: 10px;
	color: #000000;
	padding: 1px;
	float: left;
	margin-right: 5px;
}

.textboxform {
	font-family: Tahoma, Arial, sans-serif
	font-size: 10px;
	color: #000000;
	padding: 1px;
	width: 50px;
	margin-left: 0px;
}

.formbutton {
	vertical-align: bottom;
	margin-bottom: 3px;
}

/*footer*/

#footer {
	width: 672px; 
	height: 50px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	margin-top: 10px;
}

.footer01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #988e6b;
	margin-bottom: 3px;
	text-align: left;
	float: left;
}

.footer01 a {
	width:400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #988e6b;
	text-decoration: none;
}

.footer01 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}

.footer02 {
	width:410px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #988e6b;
	margin-bottom: 3px;
	text-align: right;
	float:right;
}

.footer02 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #988e6b;
	text-decoration: none;
}

.footer02 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}

.footer03 {
	width:40px;
	text-align: right;
	float:left;
}

.footer04 {
	width: 672px; 
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	text-align: right;
	margin-top: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #988e6b;
}

#copyright {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #988e6b;
	text-align: right;
	float: right;
}

#copyright a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #988e6b;
	text-decoration: none;
}

#copyright a:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}