body {
	background-color: #990000;
	background-attachment: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body a {
	color: #FF9900;
	text-decoration: none;
}
body a:hover {
	color: #FFFF33;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: oblique;
	color: #FF9900;
	text-align: center;
	float: none;
	height: 25px;
}


#header {
	background-image: url(../images/headerbg.gif);
	text-align: center;
	background-repeat: repeat-x;
	z-index: 23;
	height: 100px;
}
#menubar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	float: left;
	width: 100%;
	padding: 0px;
	background-image: url(../images/nav_bg.gif);
}
#iframe {
	width: 100%;
	height: 1000px;
	top: 0px;
	bottom: 0px;
	float: left;
}




#menubar ul li {
	display: inline;
}
#menubar a {
	text-decoration: none;
	background-image: url(images/vertical.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	padding-top: 2px;
	padding-right: 5%;
	padding-bottom: 2px;
	padding-left: 5%;
	color: #FFFFFF;
}
#menubar a:hover {
	color: #FF0000;
}

