body {
	margin: 0px;
	padding: 0px;
	background: #000000;
}

#wrapper {
	width: 825px;
	margin: 0px auto;
}

#box {
	width: 100%;
	float: left;
}

#header {
	width: 100%;
	height: 128px;
	float: left;
	/* background: url("/images/header.jpg") top center no-repeat; */
}

#box2 {
	width: 100%;
	float: left;
	border: 2px solid #606060;
	background: #353533;
}

#navwrap {
	width: 100%;
	height: 34px;
	padding-top: 6px;
	float: left;
	background: url("/images/navback.jpg") repeat-x;
}

.nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.nav li {
	float: left;
	padding: 3px 18px 3px 18px;
}

.reg {
	border-right: 1px groove #606060;
}

.nav a {
	text-decoration: none;
	font-size: .9em;
	font-family: Arial;
	color: white;
}

.nav a:hover {
	color: #cccccc;
}

#splashpic {
	width: 100%;
	height: 418px;
	float: left;
	background: url("/images/splashback.jpg") no-repeat top center;
}

#barbarapic {
	padding:5px 0 0 10px;
	float:left;
}

#flashsplash {
	padding:5px 0 0 0;
	float:left;
}

#contentfooter {
	width: 100%;
	height: 73px;
	float: left;
	background: url("/images/contentfooter.gif") no-repeat top center #999999;
}

#footer {
	width: 100%;
	float: left;
	padding:20px 0;
	font-size: 12px;
	font-family: arial;
}

.copyright {
	text-align: center;
	color: #606060;
	margin: 4px;
}

.copyright a {
	text-decoration:none;
	color:#acbe58;
}

.copyright a:hover {
	text-decoration:underline;
}

.green {
	color: #acbe58;
}

.footcontact {
	text-align: center;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}

.footcontact a {
	text-decoration: none;
	color: #CCCCCC;;
}

.footcontact a:hover {
	text-decoration: underline;
}