body{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
background-color: #e3e3e3;
}


h1{
color:#333333;
}

#outer_container{
width: 972px;
margin: 0 auto;
background: url('../images/bg_container.jpg') top left repeat-y;
}
#outer_container_bottom{
width: 972px;
margin: 0 auto;
background: url('../images/bg_container_bottom.jpg') top left no-repeat;	
height: 20px;
}

#container{
margin: 10px auto 0 auto;
width: 960px;
}

	#header{
	background: url('../images/bg_header3.jpg') top left no-repeat;
	height: 200px;

	}
	#quote{
	margin: 60px 20px 0 0;
	width: 650px;
	float: right;	
	}
		#quote h2{
		font-size: 1em;
		font-weight: 700;
		color: #0D9299;
		line-height: 150%;
		text-align: center;
		}
		#quote p{
		text-align: right;
		margin-right: 20px;
		font-size: 0.8em;
		}

#content_container{
padding-bottom:  30px;
}

	#navi{
	background: url('../images/bg_navi2.jpg') top left repeat-x;
	height: 40px;
	border-bottom: 4px solid #878787;
	width: 962px;
	}
	
		#navi ul{list-style-type: none; margin:0;}
		#navi ul li{float: left}
		#navi ul li a{display: block; padding: 11px 15px; color: #fff; text-decoration: none; font-weight: 700}
		#navi ul li a:hover{background-color: #0D9299}

	#content{
	padding: 10px 10px 0 10px;
	margin-left: 30px;
	width: 600px;
	float: left;
	}
	
		#content h1{
		color: #666663;
		font-weight: 400;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-size: 2.1em;
		margin: 0;
		padding: 20px 0 0 0;
		}
		
		#content h2{
		color: #06777D;
		font-weight: 700;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		margin: 0;
		padding: 0;
		}
		
		#content p{
		font-size: 0.8em;
		color: #666663;
		line-height: 200%;
		margin-bottom: 30px;
		
		}

			#content a{color: #07979F; text-decoration:}
			#content a:hover{color: #666}
			
			
		#right_col{
			margin: 60px 20px 0 0;
			float: right;
			width: 260px;
		}
	
		#right_col p{
		font-size: 0.8em;	
		}
		#right_col ul{
			font-size: 0.8em;
			margin: 10px 0 30px 0px;
			padding: 0 0 0 22px;
		}		
		#right_col ul li{
		margin: 10px 0;
		}
		
			#contact_box{
			clear: both;
			background: url('../images/grey_corner.jpg') top right no-repeat;
			background-color: #d3d3d3;
			width: 260px;
			}
			
				#contact_box p{
				padding: 10px 0 0 15px;
				font-size: 0.8em;
				}

	#footer{
	margin: 0 auto;
	width: 960px;
	height: 104px;
	background: url('../images/bg_footer.jpg') top right no-repeat;
	border-top: 1px solid #17B3BB;
	font-size: 0.8em;
	color: #999; 
	}
	
		#footer_navi ul{list-style-type: none; }
		#footer_navi ul li{float: left;}
		#footer_navi ul li a{  margin: 11px 7px; color: #999; text-decoration: none;}
		#footer_navi ul li a:hover{color: #0D9299}
		
		
		
