body {
	margin: 0px;
	padding: 0px;
	background: #000000;
}

#wrapper {
	width: 852px;
	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;
}

#contentwrap {
	width: 850px;
	float: left;
	background: url("/images/contentback.gif") repeat-y #ffffff;
	border-left: 2px solid #606060;
	border-right: 2px solid #606060;
}

#left {
	float: left;
	width: 195px;
	padding: 8px 10px 400px 8px;
}

.leftnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.leftnav li {
	float: left;
	width: 190px;
	border-bottom: 1px dotted #58a6a6;
	padding: 3px 0px 3px 0px;
}

.leftnav a {
	font-weight: bold;
	font-family: tahoma;
	text-decoration: none;
	color: #000000;
	font-size: .8em;
}

.leftnav a:hover {
	color: #58a6a6;
}

.leftinfo {
	font-family: tahoma;
	font-size: .9em;
	text-align: center;
}

#main {
	padding: 10px;
	width: 600px;
	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;
}
