div{
/*border: 1px solid green;*/
}

.left{
float: left;
}

.right{
float: right;
}

.clear{
clear: both;
}
img, div { behavior: url(iepngfix.htc) }

body{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
background: url('../images/bg_body.jpg') top left repeat-x;
}


.left{
float: left;
}

.right{
float: right;
}

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


#header_container{

}
	#contact_details{
	width: 400px;
	float: right;
	padding-top: 20px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #676C73;
	font-weight: 700;
	font-size: 0.9em;
	text-align: right;
	}
	
		#contact_details a{
		color: #676C73;
		text-decoration: none;
		}
			#contact_details a:hover{
			text-decoration: underline;
			color: #8BD0F7;
			}	

	#header{
	background: url('../images/bg_header.jpg') top left no-repeat;
	margin: 0 auto;
	width: 960px;
	height: 350px;
	}


#navi_container{

}

	#navi{
	margin: 0 auto;
	width: 960px;	
	color: #232427;
	}
	
		#navi ul{ list-style-type: none; margin: 0; padding: 0; font-size: 1.4em;}
		#navi ul li{ display: inline;  }
		#navi ul li a{color: #fff; text-decoration: none; padding: 0 5px}
		#navi ul li a:hover{color: #8BD0F7;}



#content_container{
margin: 0 auto;
width: 960px;
padding-bottom:  30px;
}

	#content{
	padding: 10px;
	width: 600px; 
	float: left;
	}
	
		#content h1{
		margin-top: 40px;
		font-weight: 400;
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		color: #025887;
		}
		
		#content h2{
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		color: #025887;
		font-size: 1.1em;
		}
		
		#content p, #content ul{
		font-size: 0.8em;
		color: #666663;
		line-height: 160%;
		}

	#content_right{
	float: right;
	padding: 10px;
	width: 300px; 
	margin-top: 100px;
	}
	
		#content_right img{
		padding: 3px;
		border: 1px solid #ccc;	
		}
	
#footer_container{
height: 129px;
background: url('../images/bg_header_container.jpg') top left repeat-x;
}

	#footer{
	border-top: 1px solid #44474c;
	color: #44474c;
	margin: 0 auto;
	width: 960px;
	height: 129px;
	font-size: 0.7em;
	text-align: right;
	}
	
	#footer ul{ list-style-type: none; margin: 15px 0 0 0; padding: 0;}
	#footer ul li{ display: inline;  }
	#footer ul li a{color: #44474c; text-decoration: none; padding: 0 3px}
	#footer ul li a:hover{color: #8BD0F7;}

