@charset "UTF-8";
/* CSS Document */

body
{
 margin: 0 0;
}

#container
{
	width:927px;
	margin-left:auto;
	margin-right:auto;
}
#menu
{
	position:relative;
}
#header
{
	width:927px;
	height:345px;
	background-image:url(../images/header.jpg);
	position:relative;
}
#content_top
{
	width:924px;
	height:5px;
	background-image:url(../images/content_box_top.png);
	position:relative;
}
#content_middle
{
	width:924px;
	background-repeat:repeat-y;
	background-image:url(../images/content_box_middle.png);
	position:relative;
}
#spacing
{
	position:relative;
	margin-left:100px;
}
h1,h2,h3,h4,h5,h6
{
	font-family:Arial, Helvetica, sans-serif;
}
h1
{

}
#container #header h1 {
	text-indent: -4444px;
}

h2
{
	font-size: 17px;
	color: #844631;
	font-weight: bold;
}
h3 {
	font-size: 14px;
}

p
{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
#line
{
	width:2px;
	height:530px;
	background-color:#060;
}
#content_bottom
{
	width:924px;
	height:11px;
	background-image:url(../images/content_box_bottom.png);
	position:relative;
}
#footer
{
	height:200px;
	width:100%;
	position:absolute;
	background-image:url(../images/footer.jpg);
	top:900px;
	left:0px;
	color: #EBD1AF;
	background-repeat: repeat-x;
	background-color: #442812;
	font-size: 11px;
}
#container #footer #identity a:hover {
	color: #009900;
	text-decoration: none;
}

#identity
{
	font-family:Arial, Helvetica, sans-serif;
	top:110px;
	margin-left:300px;
	position:relative;
	font-size: 11px;
}
a
{
	color:#090;
}
#container #content_middle #spacing h1 {
	font-size: 26px;
	color: #009933;
	margin-top: 5px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container #content_middle #spacing a:hover {
	text-decoration: none;
}
textarea {
	width: 300px;
	border: 1px solid #BB926E;
	background-color: #F7F2E8;
}
.input_txt {
	border: 1px solid #BB926E;
	font-size: 11px;
	width: 280px;
	background-color: #F7F2E8;
}

