BODY {
	font: 12px Arial;
	color: #fff;
	background-color: #1e242c;
	margin: 0px;
	padding: 0px;
}
A {
	color: #fff;	
}
#wrapper {
	width: 100%;
	text-align: center;
}
#contentWrapper {
	width: 790px;
	margin: 10px auto 0px auto;
	text-align: left;
}
#header {
	width: 790px;
	height: 267px;
}
#header img {
	width: 790px;
	height: 267px;
	border: 0px;
}
#navigation {
	margin: 0 0 20px 0px;
}

#navigation .active {
	background-color: #617749;	
}
#navigation ul {
	list-style-type: none;
	display: inline;
	white-space:nowrap;
}

#navigation li {
	padding: 6px;
	float: left;
	background-color: #1e242c;
	cursor: pointer;
	text-decoration: underline;
}

#navigation li:hover {
	background-color: #617749;
}

#content {
	width: 770px;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding: 10px;
	min-height: 267px;
}
#content p {
	margin-left: 10px;	
}
#content ul {
	list-style-type: none;
	display: inline;
	white-space:nowrap;
}

#content li {
	padding: 6px;
	float: left;
	
	cursor: pointer;
	text-decoration: underline;
}

#content li:hover {
	background-color: #617749;
}
#content .active {
	background-color: #617749;	
}

.h1seo { display: none; }
h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 15pt;
	margin-bottom: 10px;
}
#footer {
	text-align: center;
}
