div
{
	position:relative;
	margin:0px; 
	padding:0px;
}
body
{
width:100%;  
margin:0px; 
padding:0px;
top:0px;
background-image: url(../images/bckgrnd0.gif);
background-color:#666666;
margin-bottom: 20px;
}	


#header1_main
{
	float:left;
	width:100%;
	background-color: #D9D9D9;
	background-image: url(../images/headback.gif);
	background-repeat: repeat-x;
	height: 82px;
}
#header1
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	height: 82px;
}
#header2_main
{
	float:left;
	width:100%;
	background-image: url(../images/navback0.gif);
	background-repeat: repeat-x;
	background-color: #2F3236;
	height:26px;
}
#header2
{
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:26px;
}
#content_main
{
	float:left;
	width:100%;
}
#content
{

	width:750px;
	margin-left:auto;
	margin-right:auto;
}

.clearfix:after {
   content: ".";             
   display: block;         
   height: 0;             
   clear: both;
   visibility: hidden;
}

/* a fix for IE Mac */
.clearfix {
   display: inline-block;
}   

/* Hides from IE-mac \*/
* html .clearfix {
   height: 1%;
}
.clearfix {
   display: block;
}
/* End hide from IE-mac */

.google_map{width:480px;height:400px;border:1px solid red;} 