body {
	background:url(images/bg.png) #003366 repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 15px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color:#999900;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-style:normal;
	font-weight:300;
	
}
	
h1 {font-size:16px; font-weight: bold; color:#990000;}


ul {
	font-family:Arial, Helvetica, sans-serif;
}
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
}

#container {width: 900px; background:#FFFFFF repeat-y;}
#header{
	width: 900px;
	height: 196px;
	background:url(images/top_banner.jpg) no-repeat;
}

#content {	
	width: 900px;
	background:url(images/content_bg.jpg) repeat-y;
}
.background {
	background:url(images/content_bg.jpg) repeat-y;
	width: 900px;
	float:left;

}



.nav {
	width: 231px;
	height: 350px;
	/*background:url(images/nav.jpg) no-repeat;*/
	float:left;

}
.content_nav{
	width: 231px;
	height: 42px;
	background:url(images/links_bg.jpg) no-repeat;
	

}

.content_nav_links {
		margin-left: 10px;
		margin-top: 10px;
		padding-left: 25px;
		line-height: 20px;
		display: block;
		
}


#content_text {
	margin-top: 5px;
	width: 449px;
	margin-left: 15px;
	float:left;
	border: #990000 solid;
	border-width: 1px;
	padding: 8px;
}
.content_rt{
	
	width: 186px;
	/*height: 650px;*/
	float: right;
}
#footer {
	width: 900px;
	height: 199px;
	background:url(images/footer_bg.jpg) no-repeat;
	float:left;
}
