img, div { behavior: url(iepngfix.htc) }

.right{
float: right;
}
.left{
float: left;
}

body{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
padding:0;
margin:0;
margin: 25px;
}


#container{
margin: 0px auto;
width: 850px;
}



	#header{
	
	height: 163px;
	}
	
	#header .left{

	}
	
	#header .right{
	width: 660px;
	height: 163px;
	background: url('../images/bg_header.jpg') top center no-repeat;
	}
		#top_header{
		width: 300px;
		color: #000;
		float: right;
		text-align: right;
		margin: 10px 12px 30px 0;
		}
		
		#bottom_header{
		font-family: Georgia, "Times New Roman", Times, serif;
		clear: both;
		background: url('../images/title_bg.png') top left repeat-y;
		width: 640px;
		color: #fff;
		padding: 10px;
		font-size: 1.5em;
		font-style:italic;
		font-weight: 400;
		}
			#bottom_header p{
			margin:0;
			padding: 0;
			}
	
#content_container{
margin: 0 auto;
width: 850px;
}


	#navi{
	margin: 40px 0 0 0;
	float: left;
	padding: 0;
	width:170px;
	font-weight: 400;
	/*font-family: "Century Gothic";*/
	}
	#navi span{color: #ff8809}
	
		#navi ul{ list-style-type: none; margin: 0; padding: 0; font-size: 0.75em;}
		#navi ul li{  background: url('../images/dots.jpg') bottom left repeat-x; height: 35px;}
		#navi ul li a{padding: 9px 0; color: #383838; text-decoration: none; padding-left: 12px;  display: block}
		#navi ul li a:hover{color: #0404b7; /*background: #ECECFF  url('../images/dots.jpg') bottom left repeat-x*/}
			
		#navi ul li .active	{background: url('../images/arrow.jpg') 0 13px no-repeat}


	#content{
	width: 650px;
	float: right;
	margin: 15px 0 45px 0;
	
	}
		#content a{
		color: #2247B7;;
		text-decoration: none;
		}
			#content a:hover{
			color: #000;
			}
	
		#content h1{
		color: #020266;
		font-weight: 400;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-size: 1.6em;
		margin: 0;
		padding: 20px 0 5px 0 ;
		}
		
		#content h2{
		color: #0404b7;
		font-weight: 400;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-size: 0.95em;
		margin: 0;
		padding: 0;
		}
		#content p, #content ul{
		font-size: 0.8em;
		color: #333;
		line-height: 170%;
		}
			#content ul{
			color: #020266;	
			}

		
	

	

	#footer_top{
	height: 1px;
	background: url('../images/dots.jpg') bottom left repeat-x
	}
	
	#footer{
	clear: both;
	margin: 0 auto;
	width: 850px;
	background: url('../images/bg_footer.jpg') bottom right no-repeat;
	}
		
		#footer_contents{
		padding: 7px 15px;
		color: #fff;
		text-align: right;
		}
		
		#footer_contents p{	
		font-size: 0.6em;
		}
			#footer_contents a{	
			color: #fff;
			}			
			
			
			