#body {
	text-align: center;
	}

#container {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:10px;
	text-align:left;
	}
	
#contenttop {
	width: 800px;
	text-align: left;
	padding:0px;
	float:left;
	background: #330000;
	margin: 0px;
	}

#contentleft{	
	width:110px;
	height:865px;
	padding:0px;
	float:left;
	border:none;
	background:#330000;
	}

#contentcenter {
	width:688px;
	height: 865px;
	padding:0px;
	float:left;
	background-image: none;
	background: #999933;
	border-right: 2px solid #330000;
	}

#openingimg{
	float: right;
	margin-top: 20px;
	margin-right: 5px;
	padding-right: 0px;
	border: 2px solid #333300;
	}

#contentbottom {
	width:800px;
	height:20px;
	padding:0px;
	float:left;
	background:#330000;
	}

h1{
	margin:0px;
	font: 30pt Georgia, Times, "Times New Roman", serif;
	text-shadow: 5px 5px;
	color:#ffffff;
	padding: 15px 0px 0px 20px;
	}

h3{
	font: 10pt Georgia, Times, "Times New Roman", serif;
	color: #ffffff;
	padding: 0px;
	line-height: 8pt;
	}

h6{
	margin: 0px;
	font: 8pt sans-serif;
	color: #ffffff;
	text-align: justify;
	padding: 3px 0px 3px 270px;
	}

p{
	font: 10pt Georgia, Times, "Times New Roman", serif;
	color: #ffffff;
	text-align: justify;
	padding: 0px 30px 0px 25px;
	line-height: 14pt;
	margin: 0px
	}

#sheet {
	width: 500px;
	height: 460px;
	margin-left: 70px;
	margin-top: 15px;	
	background: none;
	padding: 20px;
	padding-top: 20px;
	color: #ffffff;
	border: 2px solid #330000;
	}

label, input {
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 15px;
	}

label{
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#address {
	width: 300px;
	}

#city {
	width: 150px;
	}

#state {
	margin-right: -20px;
	width: 25px;
	}

#zip {
	width: 60px;
	}

#email {
	width: 300px;
	}

#submitbutton {
	width: 80px;
	}

#checkbox {
	margin-right: -60px;
	}

br {
	clear: left;
	}

a{
	color: #660000;
	text-decoration: none;
	}

a:hover{
	color: #ffffff;
	text-decoration: none;
	}

#contentleft a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 0px 5px 4px;
	text-transform:uppercase;
	border-bottom: 1px dashed #ffffff;
	}

#contentleft a:hover{
	background: #990000;
	}
