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: #ffffff;
	font-size: medium;
	margin-top: 10px;
	
	-moz-border-radius: .2em;
	border-radius: .2em;
	background-color:rgb(204, 1, 0);
	
	z-index:-10;
	padding:5px 10px;
	margin:0 10px;
	
}

#leftcolumn {
	width: 60%;
	float: left;
	padding: 2%;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	height:98em;
}

#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;
}

div.roundbox {
	-moz-border-radius: 1em;
	border-radius: 1em;
	background-color:rgba(252, 177, 0, 0.2);
	
	z-index:-10;
	padding:5px 10px;
	
	filter:alpha(opacity=20);
}
div.roundbox p {
	color:#fff;
	z-index:10;
}
