#container {
	background-image: url(assets/gradient.gif);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#nav {
	background-image: url(assets/nav.gif);
	height: 30px;
	width: 910px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	float: none;
	clear: none;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-image: url(assets/footer.gif);
	height: 65px;
	width: 863px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	position: relative;
}
.footer_links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: underline;
}
#topbox {
	background-image: url(assets/topbox.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 44px;
	width: 863px;
	margin-right: auto;
	margin-left: auto;
}
#footer_inner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	height: 20px;
	width: 863px;
	padding-top: 45px;
	font-weight: normal;
	text-decoration: none;
}
#content {
	background-color: #FFF;
	height: 100%;
	width: 863px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: auto;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(assets/content.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
}
#content_inner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003;
	text-align: left;
	padding: 0px;
	height: 100%;
	width: 785px;
	margin-top: 0px;
	margin-left: 40px;
}
#title {
	background-image: url(assets/title.gif);
	height: 277px;
	width: 863px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.headlines {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
}
a:link {
	color:#C2FDF4;
	text-decoration:none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a:visited {
	color:#C2FDF4;
	text-decoration:none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}	
a:hover {
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a.two:link {
	color:#03F;
	text-decoration:none;
	font-weight: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
a.two:visited {
	color:#300;
	text-decoration:none;
	font-weight: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}	
a.two:hover {
	color:#36F;
	text-decoration:none;
	font-weight: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
