@charset "utf-8";
html {
	height: 99%;
	margin: 0px;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


body {
	height: 99%;
	margin: 0px;
	background-image: url(../images/back_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #964b00;
	margin: 0px;
	padding: 0px;
}
a {
	color: #964B00;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}



#main_container {
	height: 99%;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	position: relative;
}
#footer {
	position: absolute;
	bottom: 0px;
}

#top {
	height: 25px;
	background-color: #964b00;
	margin: 0px;
}
#menu {
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	line-height: 25px;
	padding-left: 15px;
}
#menu ul {
}

#menu  li {
	display: inline;
	padding-right: 10px;

}
#menu li a {
	text-decoration: none;
	color: #ffa500;
	font-size: 11px;
}
#menu li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#middle {
	padding-left: 15px;
	padding-top: 80px;
}
form {
	margin: 0px;
	padding: 0px;
}

input.field {
	width: 292px;
	border: 0;
	padding: 4px;
	color: #663300;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	font-weight: normal;
}

textarea.field {
	width: 380px;
	border: 0;
	padding: 4px;
	color: #663300;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	height: 120px;
	overflow: hidden;
}

input.submit {
	width: 65px;
	color: #ffa500;
	background-color: #663300;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
}

