	body{
		background-color: #3c3c3c;
		font-family:"Helvetica", arial ,sans-Serif;
	}
	h1{
		font-size: 27px;
		margin-bottom: 10px;
	}
	h2{
		font-size: 21px;
		margin-bottom: 10px;
	}
	h3{
		font-size: 14px;
		margin-bottom: 5px;
	}
	p{
	font-family:"Helvetica",Georgia,Serif;
		font-size: 15.5px;
		line-height: 1.5;
		margin-bottom:20px;
	}
	#wrap{
		background-color: #000;
		width: 960px;
		margin: 0px auto;
	}
	.clear_both{
		clear: both;
	}
	/* -------------- header section ------------------------------*/
	header{
		background-color: #000;
		width: 220px;
		float:left;
	}
	header img{
		border: 10px solid #000;
	}
	nav ul li{
		font-size: 20px;
		margin: 10px 0px 0px 20px;
		color: #c3c2c2;			
	}
	nav ul li a{
		text-decoration: none;
	}
	nav ul li a:link{color: #c3c2c2;}
	nav ul li a:visited{color: #c3c2c2;}
	nav ul li a:hover{color: #08449d;}
	nav ul li a:active{color: #08449d;}

	#location{
		text-align: center;
		margin-top: 30px;
		color: #08449d;
	}
	#location p{
		font-size: 20px;
	}

	/* -------------- content section ------------------------------*/
	#content{
		float: right;
		width: 740px;
		background-color: #000;
	}
	#hero{
		height: 400px;
	}
		/* -------------- footer section ------------------------------*/
		
	footer{
		background-color: #fff;
		text-align:center;
		border-top: 1px solid #000;
		padding: 25px 0px 20px 0px;
	}