body {
	background-color: #000000;
	background-image: url(homebg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	scrollbar-arrow-color: #5E0D02;
	scrollbar-base-color: black;
	scrollbar-DarkShadow-Color: black; 
}
/* LINKS & COLORS */
a:link {
	color: #FFAB00;
	text-decoration: none;
}
a:visited {
	color: #FFAE00;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #FAAC09;
	text-decoration: none;
}
.texta {
 font-size: 10px;
 background-color: #FFAB00;
 border: 1px solid #000;
}
h1 {font-family: verdana, arial, helvetica, tahoma; color: #FFF; font-size: 11px; line-height: 14px; font-weight: bold; text-transform: uppercase; margin: 0; border-bottom: #5E0D02 1px solid;}
#container {
	height: 751px;
	width: 960px;
	margin: auto;
}
#footer {
	z-index: 0;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	bottom: 0px;
	height: 690px;
	width: 960px;
	margin-top: 460px;
	background-position: center bottom;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: left;
	vertical-align: text-bottom;
	font-weight: bold;
}
#nav {
	height: 110px;
	width: 275px;
	position: relative;
	visibility: visible;
	z-index: 100;
	left: 60px;
	top: 70px;
}
#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	height: 370px;
	width: 275px;
	position: relative;
	visibility: visible;
	z-index: 100;
	border: 1px solid #5E0D02;
	left: 60px;
	top: 75px;
	float: left;
	overflow: auto;
	text-align: center;
}
#title {
	height: 370px;
	width: 510px;
	z-index: 100;
	top: -35px;
	border: 1px solid #5E0D02;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	vertical-align: middle;
	font-weight: bold;
	overflow: hidden;
	visibility: visible;
	position: relative;
	left: 125px;
}
#content {
	height: 345px;
	width: 510px;
	z-index: 100;
	border-top: 1px solid #5E0D02;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
#textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #990000;
	height: 15px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	height: 15px;
	border: 1px solid #888888;
}
button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	height: 15px;
	width: 75px;
}
