/* CSS Document */
body {
	margin-top: 0px;
	background-image: url(images/bkimage.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	color:#B87333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}
a:link, a:visited {
	color: #FF9900; text-decoration: none;
	font-size:12px;
	font-weight: bold;
}
h1{
	font-size:16px;
	}
a:hover {
	color: #FFFFFF;	text-decoration: none;
	font-weight: bold;
}
a.mainlevel:link, a.mainlevel:visited {
	color: #CC9933;
	background: url(images/navbuttoncss.jpg) no-repeat;
	width: 156px;
	height: 40px;
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
	text-align: center;
	max-width: 156px;
	display: block;
	float: left;
	font-style:normal;
	padding-top:10px;
}
a.mainlevel:hover {
	color: #E9E9E9;
	background-position: 0px -50px;
	font-style:normal;
}
#container {
	width: 1000px;
/*	border-left: 1px solid #555555;
border-right: 1px solid #555555;
border-bottom: 1px solid #555555;
*/
float:none;
}
#titlebox {
width: 1000px;
height: 131px;
float:inherit;
}
.splitbar {
background: url(images/splitbar.gif) no-repeat;
width: 1000px;
height: 6px;
float:none;
}
#navmenu {
width: 180px;
float:left;
margin-top: 7px;
margin-left:5px;
height: 100%;
}
#content {
	top: 0px;
	width: 540px;
	vertical-align:top;
	float:left;
	margin-top: 7px;
	height: 100%;
	margin-left: 140px;
	text-align: center;
}
#contentview {
	top: 0px;
	width: 800px;
	vertical-align:top;
	float:right;
	margin-top: 7px;
	height: 100%;
	margin-right: 10px;
	text-align:left;
}
#contentview a:link {
	font-size:14px;
}
#contentview a:visited {
	font-size:14px;
}
#footer {
	width: 1000px;
	height: 50px;
	padding-top: 7px;
	font-size:10px;
	color:#CCCCCC;
	background-color: #8C5726;
}
#footer a:link, a:visited{
font-size:10px;
}
#clearer {
clear:both;
width: 750px;
height: 1px;
float:none;
}

/* Legendary Rollovers */
#atlas {
display:block;
background:url(images/atlassmall.jpg) no-repeat 0px -0px;
width: 200px;
height: 230px;
padding-left: 0px;
}
#atlas:hover {
background-position: -200px 0px;
}
#atlas span {
display:none;
}
#apollo {
display:block;
background:url(images/apollosmall.jpg) no-repeat 0px -0px;
width: 200px;
height: 230px;
padding-left: 0px;
}
#apollo:hover {
background-position: -200px 0px;
}
#apollo span {
display:none;
}
#vulcan {
display:block;
background:url(images/vulcansmall.jpg) no-repeat 0px -0px;
width: 200px;
height: 230px;
padding-left: 0px;
}
#vulcan:hover {
background-position: -200px 0px;
}
#vulcan span {
display:none;
}
#neptune {
display:block;
background:url(images/neptunesmall.jpg) no-repeat 0px -0px;
width: 200px;
height: 230px;
padding-left: 0px;
}
#neptune:hover {
background-position: -200px 0px;
}
#neptune span {
display:none;
}
#seaside {
display:block;
background:url(images/seasidesmall.jpg) no-repeat 0px -0px;
width: 200px;
height: 230px;
padding-left: 0px;
}
#seaside:hover {
background-position: -200px 0px;
}
#seaside span {
display:none;
}

.rotator {
float:right;
}
#portfolioouter {
	width: 156px;
	padding: 2px;
	padding-left: 2px;
	float: left;
	height: 200px;
}
#portfolioinner {
	width: 125px;
	height: 94px;
	border:#CCCCCC;
	border:#CCCCCC;
	margin-left: 15px;
	margin-top: 2px;
}
#footer_container{
	width: 1000px;
	margin: 0 auto;
	float: left;
	background-color: #8C5726;
}
#footer_left{
	float: left;
	width: 490px;
	height: 50px;
	margin-left: 0px;
font-size:10px;
	color:#CCCCCC;
	padding-top: 8px;
	text-align:left;
	padding-left: 10px;
}
#footer_left a:link{
font-size:10px;
	color: #DD8604;
}
#footer_left a:visited{
font-size:10px;
	color: #DD8604;
}
#footer_left a:hover{
font-size:10px;
	color: #FFFFFF;
}
#footer_right{
	float: left;
	width: 490px;
	height: 50px;
	margin-left: 0px;
font-size:10px;
	color:#CCCCCC;
	padding-top: 8px;
	text-align:right;
	padding-right: 10px;
}
#footer_right a:link{
font-size:10px;
	color: #DD8604;
}
#footer_right a:visited{
font-size:10px;
	color: #DD8604;
}
#footer_right a:hover{
font-size:10px;
	color: #FFFFFF;
}
