/****************
Author: Henry Rose
Email: henryrose@gmail.com
****************/



/******** Utilities ********/

.left{float:left; }
.right{float:right; }

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

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


/******** Site Layout ********/	
#header{
	height:90px; 
	width:100%;
		}
	
#main{
	width:900px;
	}
	
#left{
	width:100px;
	float:left;
	padding: 5px 5px 20px 5px;
	}
	
#mid{
	padding: 10px;
	width:620px;
	float:left;
	}
	
#right{
	width:145px;
	float:left;
	}
	
#newsitem{
	margin-bottom:30px;
	padding-bottom:5px;
	border-width: 0pt 0pt 1px 0pt;
	border-style: solid;
}

#footer{
	width:900px;
	float:left;
	margin-top: 5px;
	padding:5px 0pt 0pt 0pt;
	border-width: 1px 0pt 0pt 0pt;
	border-style: solid;
	}
	
#map_canvas{
	height:500px;
	}
	
#map_canvas_edit{
	height:660px;
	}