body {
	background-color: #fff;
font: 300 100% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
} 


A:link {
  	text-decoration: none;
   color: #220;
  }

 A:visited {
   text-decoration: none;
   color: #220;
   }

 A:hover {
   text-decoration: none;
   color: #444;
  }

#contact_container {
	margin:0px 0px 0px 135px;
	width:655px;
 	height:650px;
    background: #fff;

}
.contact_content {
	margin: 15px; auto;
	width:460px;
	height:300px;
	padding:25px 25px 25px 45px;
 font-size:1.2em; 
    background:url(../images/contact_top.jpg) no-repeat 0px 0px;
}


