* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: verdana;
	font-size: 11px;
}
h3 {
	font-size: 14px;
}
p {
	margin: 0em 0em 1.2em 0em;
}
#main {
	height: auto;
	width: 800px;
	margin: 6px auto;
	background-color: #3f3f45;
}
#top {
	height: 46px;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(backtop2.png);
}
#banner {
	height: 300px;
	width: 800px;
}
#nav {
	height: 33px;
	width: 800px;
	background-image: url(backnav.gif);
}
#nav h4 {
	padding: 6px 0px;
	font-size: 16px;
	color: #b2b2b2;
	letter-spacing: -1px;
}
#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:link {
	color: #b2b2b2;
	text-decoration: none;
}
#nav a:visited {
	color: #b2b2b2;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	height: auto;
	width: auto;
	margin: 6px 12px 0px 12px;
	padding: 30px 50px 10px 50px;
	background-color: #cfcfd0;
}
#content-left {
	float: left;
	height: auto;
	width: 230px;
}
#content-middle {
	height: auto;
	padding: 0px 200px;
}
#content-right {
	float: right;
	height: auto;
	width: 230px;
}
#content-bottom {
	clear: both;
}
#content a:active {
	text-decoration: none;
}
#content a:link {
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
}
#content a:hover {
	text-decoration: none;
}
#bottom {
	height: 20px;
	width: 800px;
	background-color: #3f3f45;
	clear: both;
}
#bottom h6 {
	margin: 4px 12px;
	color: #a4a4a6;
	font-size: 11px;
	font-weight: normal;
}
.column {
	float: left;
	height: auto;
	width: 225px;
}
.column img {
	display: block;
}
img {
	border: 0;
	outline: 0;
}