body {
	font-family: arial, verdana;
	margin: 0px;
	background: #8a582f;
	font-size: 85%;
}

#container {
	width: 780px;
	margin: 20px auto;
}

#header {
	display: none;
}

#breadimg {
	display: none;
}

#content {
	background: white url(images/top.jpg) no-repeat top;
	clear:both;
}

#right {
	display: none;
}

#center {
	width: 100%;
}

#footer {
	clear: both;
	font-size: 85%;
	text-align: center;
	height: 50px;
	background: white url(images/bottom.jpg) no-repeat bottom;
}
#footer {
	margin: 0px;
	padding: 10px;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

h1 {
	color: white;
	font-size: 125%;
	position: absolute;
	top: 0px;
	left: 410px;
}

h2, h3 {
	color: #8a582f;
}

label {
	float: left;
	width: 120px;
	margin: 5px 0px;
}

input, select {
	margin: 5px 0px;
}



