body {
	background: url(banner.png) repeat-x;
	font-size: 10px;
	font-family: 'Trebuchet MS', Trebuchet;
	}

	
#wrapper {
	margin: auto;
	text-align: center;
	}

#header {
	padding-top: 25px;
	}
	


	
h1 {
	font-size: 3em;
	line-height: 2em;
	font-weight: bold;
	}
	
h2 {
	font-size: 2.5em;
	line-height: 1.5em;
	font-weight: bold;
	}
	
h3 {
	font-size: 2em;
	line-height: 2em;
	font-weight: bold;
	}
	
h4 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	}	
	
.h1subhead {
	font-size: 5em;
	line-height: 2em;
	font-weight: bold;
	}
	
.h2subhead {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	}
	
#content p {
	font-size: 1.5em;
	line-height: 1.9em;
	}

#footer {
	margin-top: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #a1c9db;
	line-height: 1.3em;
	font-size: 1.2em;
	}
	
.phone {
	font-size: 2.5em;
	line-height: 1.5em;
	font-weight: bold;
	}
	
.license {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.5em;
	}
	
.banner1 {
	font-family: 'Bevan';
	font-size: 4em;
	vertical-align: middle;
	}
	
.banner2 {
	font-size: 2em;
	font-weight: bold;
	}
	
.logo {
	text-align: left;
	}
	
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
