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;
}

#box1{
	clear:both;
	position: absolute;
	top: 130px;
	width: 250px;
	height: 215px;
	background-color:  #000000; 
	border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color:  #C3982D;
}
#box1 a, a:visited{
	text-decoration: none;
		color: #FFFFFF;
}

#box2{
	clear:both;
	position: absolute;
	top: 130px;
	left: 270px;
	width: 250px;
	height: 215px;	background-color:  #000000; border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color:  #C3982D;
}
#box2 a, a:visited{
	text-decoration: none;
		color: #FFFFFF;
}
#box3{
	clear:both;
	position: absolute;
	top: 130px;
	left: 540px;
	width: 250px;
	height: 215px;	background-color:  #000000; border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color:  #C3982D;
}
#box3 a, a:visited{
	text-decoration: none;
		color: #FFFFFF;
}

#box4{
	clear:both;
	position: absolute;
	top: 360px;
	width: 250px;
	height: 215px;	background-color:  #000000; border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color:  #C3982D;
}
#box4 a, a:visited{
	text-decoration: none;
		color: #FFFFFF;
}

#box5{
	clear:both;
	position: absolute;
	top: 360px;
	left: 270px;
	width: 250px;
	height: 215px;	background-color:  #000000; border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color:  #C3982D;
}
#box5 a, a:visited{
	text-decoration: none;
		color: #FFFFFF;
}

#box6{
	clear:both;
	position: absolute;
	top: 360px;
	left: 540px;
	width: 250px;
	height: 215px;	background-color:  #000000; border-style: solid;
	border-width: 5px 5px 5px 5px;
	border-color:  #C3982D;
}
#box6 a, a:visited{
	text-decoration: none;
		color: #FFFFFF;
}
#txtbar1{
	color: #C3982D;
	clear:both;
	position: absolute;
	padding: 2px 0 0 5px;
	width: 245px;
	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;
}