html,body{
	height: 100%;
}

body {
	background-color: #2f1202;
	background-image: url('/images/bodybg.jpg');
	background-repeat: repeat-x;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #160a01;
	margin: 0px;
}

p{

}
h1 {

}
h2 {

}
h2 {

}
h3 {

}
h4 {

}
h5 {

}

#container{
	left: 50%;
	margin-left: -485px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 970px;	
	background-image: url('/images/containerbg.jpg');
	background-color: #FFF;
	background-position: 0px 0px;
	background-repeat: repeat-x;	
}

#header{
	background-image:url('/images/header.jpg');
	background-repeat: no-repeat;
	height: 122px;
	width: 970px;	
}

#footer{
	background-color: white;
	border-top: 3px solid #a8a9ab;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding: 3px 0px 3px 0px;
}

#menu{
	float: left;
	width: 150px;	
	margin: 50px 0px 0px 0px;
}
#menu ul{
	margin: 9px 0px 0px 0px;
	
}
#menu ul li{
	text-align: right;
	width: 120px;
	margin-left:30px;
	margin: 0px 0px 3px 25px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #d0c7c2;
}

#menu ul li a{
	color: #2f1202;
	text-decoration: none;
}

#menu ul li a:hover{
	color: red;
}

#content{
	float: right;
	width: 800px;	
	padding: 20px 0px 20px 0px;
}

.error{
	color: red;
}

.highlight{
	color: blue;
	font-style: italic;
}
.note{
	font-style: italic;
	font-size: 85%;
}

#poll{
	width: 156px;
	background-color: #FEFEFE;
	border: 1px solid #EDEDED;
	padding: 0px;
}

#poll .pollResultRow{
	width: 150px;
	margin: 3px 3px 3px 3px;
	background-color: #EFEFEF;
}

#poll .pollQuestionRow{
	width: 150px;
	margin: 3px 3px 3px 3px;
	padding: 3px 0px 3px 0px;
	background-color: #EFEFEF;
}

#poll .smallRight{
	margin: 3px 3px 3px 3px;
	font-size: 70%;
	float: right;
}

#poll h2{
	font-size: 110%;
	margin: 3px;
}

#contact fieldset{
	border: 0px;
}

#contact fieldset label{
	float: left;
	border: 0px solid red;
	width: 150px;
	display: block;
}

#contact fieldset label.error{
	float: none;
	clear: right;	
}
