html, body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	background: #24576a url(../images/body_bg.jpg) repeat-x;
	background-attachment: fixed;
}

.hidden {
	display: none;
}
.paging span{
	padding-left:5px;
	}
#page-container {
	width: 950px;
	margin: auto;
	background: #347d98;
}

#header {
	height: 170px;
	background: url(../images/header_bg.png);
}
	
#lg_bar {
	height: 25px;
	background: #000;
	text-align: right;
}

#lg_select {
	float: right;
    margin-top: 3px;
	margin-right: 70px;
	
}

#nav_menu {
	width: 170px;
	background: #347d98 url(../images/menu_bg.jpg) no-repeat;
	float: left;
	min-height: 600px;
    margin: 0 auto;	
	
}

#nav_menu ul{
	width: 170px;
	font-size: 16px;
	list-style: none;
	list-style-type: none;
	margin: 0 auto;
	padding-top: 20px;
	
	
}



#nav_menu ul li a{
	color: #99cccc;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	
	
}

#nav_menu ul li a:hover{
	font-weight: normal;
	color: #fff;
}

#nav_menu ul li a:active{
	font-weight: normal;
	color: #fff;
}



#content {
	width: 670px;
	margin-left: 170px;
	min-height: 600px;
	padding: 15px 20px 20px 20px;
	color: #4d4d4d;
	text-align: justify;
	text-justify: newspaper;
	background: #fff url(../images/content_bg.jpg) no-repeat;
	line-height: 200%;
}

#content a{
	text-decoration: underline;
	color: darkred;		
}

#content a:hover{
	color: #d3614b;	
}


#content h2 {
	font-size: 30px;
	font-weight: normal;
}

#content h3 {
	font-size: 20px;
	font-weight: normal;
}

#content img {
	padding: 5px;
	margin: 5px;
	border: 0px solid #cccccc;
}

#content table, th, tr, td {
	border: 0px solid #cccccc;
	text-align: left;
}

#content th  {
	background: #cccccc;	
}

#content table.img {
	border: none;
	
}
	
#footer {
	clear: both;
	height: 60px;
	background: #000 url(../images/footer_bg.jpg) repeat-x;
	text-align: center;
}

#f_links {
	position: relative;
	top: 12px;
	font-size: 10px;
	list-style: none;
	list-style-type: none;
	margin: 0 auto;	
}

#f_links li  {
	display: inline;
	border-right: 1px solid #fff;
}

#f_links li.last {
	border: none;
}

#f_links li a{	
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	color: #fff;
}

#f_links li a:hover{	
	color: #d3614b;
}




	