body{
	background-image: url(../images/tall.jpg);
	background-repeat: repeat-x;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #FCB100;
}
#pageholder{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;

}
#banner{
	height: 320px;
	margin-bottom: 17px;
	position: relative;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}
#menutop{
	text-align: center;
}
#content{
	color: #FFFFFF;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#content h1{
	color: #FFFFFF;
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	height: 50px;
	padding-left: 30px;
	padding-top: 10px;
	font-size: large;
	margin-bottom: 0px;
}
#content h1 a{
	color: #FFFFFF;
	font-size: large;
}
#content h2{
	color: #990000;
	font-size: medium;
	margin-top: 10px;
}
#leftcolumn{
	width: 60%;
	float: left;
	padding: 2%;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
}
#rightcolumn{
	float: left;
	width: 32%;
	padding: 2%;
	font-size: 14px;
}

.reset{
clear:both;}
#footer{
	margin-top: 100px;
	background-color: #990000;
	text-align: center;
	font-size: small;
	padding: 10px;
}
#footer a{
	text-decoration:none;
	color: #FFFFFF;
}
#footer a:hover{
	text-decoration:none;
	color:#FF9900;
}
.center{	
	margin-left: auto;
	margin-right: auto;
	width: 1000px;}
img{
border:0;}
input, select{
	height:25px;
	font-weight:bold;
	width: 250px;
}
table,td,tr{ padding:10px;}
