
html, body {
	height: 100%;
	color: #000000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px; }
div {
	margin: 0px;
	padding: 0px; }
a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: none; }
a:hover {
	text-decoration: underline; }	
a:link img, a:visited img, a:hover img, a:active img {
	color: #000000;
	border-width: 0px;
	text-decoration: none; }
.display_none {
	display: none; }
#full_height {
	position: relative;
	background-image: url();
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 100%; }
/* HACK for IE */
* html #full_height {
	height: 100%; }
#footer {
	position: relative;
	height: 70px;
	width: 100%;
	margin-top: -70px; }
/* HACK for IE */
* html #footer	{
	height: 69px;
	margin-top: -69px; }
.horizontal_nav {
	height: 30px;
	width: 900px;
	margin: 0px auto;
	text-align: left; }
.horizontal_nav ul li {
	float: left;
	width: 148px;
	text-align: center;
	font-size: 18px;
	line-height: 25px; }
.horizontal_nav ul {
	height: 30px;
	margin: 0px; 
	padding: 0px;
	list-style-type: none; }
#content_area {
	width: 900px;
	margin: 0px auto;
	text-align: left; }
#content_area a:link, #content_area a:visited, #content_area a:hover, #content_area a:active {
	color: #000000;
	text-decoration: underline; }
#content_area a:hover {
	text-decoration: none; }	
