@charset "UTF-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
body {
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-color: #4a0c0c;
	padding: 0px;
	margin: 0px;
	font-family: Lucida Grande,Lucida Sans Unicode,sans-serif;
	font-size: 12px;
}

h1 {
	
}

p {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
}

a {
	color: #0088d0;	
}

a:link {
	color: #0088d0;	
	text-decoration: underline;	
}

a:hover {
	color: #0088d0;
	text-decoration: none;	
}

a:active {
	color: #0088d0;	
}

#page_container {
	width: 900px;
	margin: auto;
}

#header {
width: 100%
	
}

#nav {
	background-image: url(../images/nav_bkg.jpg);
	width: 850px;
	border: solid 1px #363434;
	height: 41px;
	background-repeat: repeat-x;
	margin: auto;
	padding: 0;
}

#content{
	
}

#footer {
	text-align: center;
	color:#9F7777;
	font-size: 10px;
	padding: 15px 0;
}

.header_top {
	background-image: url(../images/header_title.jpg);
	width: 850px;
	height: 75px;
	margin: auto;
}

.header_title {
	width: auto;
	padding: 30px 0px 10px 207px;
	color:#ffffff;
	margin-bottom: 20px;
}

.header_main {
	width: 900px;
	margin: auto;
}

#nav li {
	display: inline;
	color: #ffffff;
	float:left;
}

.nav_container {
	width: 850px;
	margin-left: 24px;
	position: absolute;
}

#nav li a {
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	line-height: 38px;
	margin-left: 32px;
	padding: 0 10px;
}


#nav a:hover {
	text-decoration: underline;
}

#nav li.active a {
	color: white;
	background-image: url(../images/nav_but_bkg.jpg);
	background-repeat: repeat-x;
	height: 48px;
	line-height:52px;
	margin-top:-7px;
	text-decoration: none;
}

.content_top {
	margin: auto;
	width: 850px;;
	margin-top: 43px;
	
}
.content_container {
	background-color:#e1e2d4;
	width: 850px;
	margin: auto;
	
}

.content {
	padding: 0 20px 20px 20px;
}

.clear {
	clear: both;
}