body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #0071BB;
}

#top {
	clear:both;
	position: absolute;
	top: 0;
	background: url('images/logo.jpg') no-repeat left top; 
	float: left;
	width: 800px;
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu{
position: absolute;
top: 105px;
font-size: 14px;
font-weight: bold;
}
#menu a{
color: #FFFFFF;
text-decoration: none;
}
#linksbox{
	position: absolute;
	top:70px;
	text-align: center;
	width: 800px;
	height: 25px;
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color:  #C3982D;
	background-color: #000000;
}
#links{
	padding: 2px 0 0 0;
	font-size: 14px;
	text-transform: lowercase;
	font-weight: bold;
	text-decoration: none;
	color:  #C3982D;
}
#links a, a:visited{
	text-decoration: none;
	color:  #FFFFFF;
}

#links2{
	position: absolute;
	top:16px;
	left:630px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#links2 a, a:visited{
	text-decoration: none;
		color: #FFFFFF;
}

/* END TOP SECTION */

#main {
	clear:both;
	position: absolute;
	width: 800px;
}

#bigbox{
	clear:both;
	position: absolute;
	top: 130px;
	width: 800px;
	height: 440px;
	background-color: #000000; 
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color:  #C3982D;
}
#bigbox a, a:visited{
	text-decoration: none;
		color: #FFFFFF;
}

#txtbar1{
	color: #C3982D;
	clear:both;
	position: absolute;
	padding: 2px 0 0 5px;
	width: 795px;
	height: 20px;
	background-color: #000000;
	font-weight: bold;
}

/* END MAIN SECTION */

#footer {
	clear:both;
	position: absolute;
	bottom: 0;
	width: 800px;
	margin: 0 auto;
	color: #999999;
	font-size: 10px;
	text-align: center;
}
#footer a, a:visited{
	color: #FFFF00;
}