body {
	margin: 0px;
	padding: 0px;
	background-color: #190d0f;
	background-image: url(images/80_fixed_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

#wrapper {
	width: 990px;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 79px;
	width: 990px;
	clear: both;
}
#footer .inside {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 20px;
	line-height: 18px;
}
#footer .inside a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#header {
	height: 240px;
	width: 990px;
}

#nav {
	height: 121px;
	width: 990px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	float: left;
}
#nav ul li img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content {
	width: 990px;
	background-image: url(images/content.gif);
	clear: both;
	text-align: left;
	margin-top: -5px;
	float: left;
}
#content .inside {
	padding-top: 0px;
	padding-right: 43px;
	padding-bottom: 25px;
	padding-left: 43px;
	margin: 0px;
}

#sidebar {
	width: 161px;
	float: left;
	clear: left;
}
#sidebar ul {
	list-style-type: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 20px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#sidebar ul li a {
	color: #8092a9;
	font-weight: normal;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #012653;
}
#sidebar ul li .active {
	color: #012653;
	font-weight: normal;
	text-decoration: none;
}


#copy {
	clear: right;
	float: right;
	width: 730px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bfbfbf;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
#copy th {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
}

#copy h1 {
	font-family: "Helvetica Condensed", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #012653;
	font-weight: bold;
	margin: 0px 0px 8px;
	padding: 0px 0px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -2px;
	font-style: normal;
}
#copy a {
	color: #012653;
	text-decoration: none;
}
#copy form {
	margin: 0px;
	padding: 0px;
}
#copy textarea, select, input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#copy textarea {
	width: 600px;
	height: 100px;
}
#copy h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #012653;
	font-weight: normal;
	margin: 0px 0px 8px;
	padding: 0px 0px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
	font-size: 20px;
	line-height: 24px;
}
#copy h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 20px;
}
#copy h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 36px;
	color: #F00;
}
#copy .dataview {
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
}
