@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	background:url(../_media/images/index/header_bg.gif) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	margin:0 0 10px 0;
}
.p_special {
	font-size:12px;
	}
h1 {
}
h2 {
	font-size:18px;
	margin:0px;
}
a {
	color:#000066;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#7B869A;
	text-decoration:underline;
}
a:visited {
	color:#000066;
}
a:active {
	color:#7B869A;
}
/*----------------------------------INDEX STYLES*/
#container {
	width:800px;
	height:600px;
	margin:0 auto 500px auto;
}
#header {
	height:46px;
}
#nav_bg {
	height:110px;
	background:url(../_media/images/index/index_nav_bg.jpg);
}
#nav_container {
	height:109px;
	width:800px;
	margin:0 auto;
}
#content_container {
	height:202px;
	width:800px;
	background:url(../_media/images/index/index_content_bg.jpg)
}
#content {
	width:660px;
	margin:0 auto;
}
#content_float {
	width:175px;
	height:150px;
	float:right;
}
#footer {
	height:243px;
}
#footer_container {
	background:url(../_media/images/index/footer_bg.gif) bottom repeat-x;
}
#footer_content {
	width:800px;
	margin:0 auto;
}
#footer_nav p {
	width:700px;
	margin:0 auto;
	font-size:12px;
}
