@charset "UTF-8";
/* CSS Document */


/* Global Elements
=====================================================================*/

html{
	min-width:960px;
	background: url(../img/global/bg-interior.jpg) no-repeat top center; 
	background-color:#f5fbff;
}

body {
	font: 12px Helvetica, Arial, 'Lucida Grande', Verdana, sans-serif;
	color:#333333;
}


/* Big Tree
=====================================================================*/

#banner {
	position:relative;
	top:-42px;
	height:130px;
	padding: 40px 0 0 0;
}

.left-column {
	float:left;
	width:705px;
	margin:0 30px 0 0;
}

.right-column {
	float:left;
	width:185px;
}

.address-box{
	float:left;
	width:250px;
}

.google-map {
	float:left;
	width:450px;
	
}





