body {
	background-image: url('imgs/bg.gif');
	background-repeat: repeat-x;
	background-color: #AEEEEE;
}

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 {				}
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { 
	width:790px; 
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	background-color: white;
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	background-color: white;
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}
.row .row {
	background-color: white;
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}


p {
	font-size: .9em;
	font-family: Helvetica, Arial, sans-serif;
	color: #2F2F4F;
}

p.contact {
	font-size: 1.3em;
	font-family: Georgia, Times, serif;
	font-style: bold;
	color: #2F2F4F;
}


p.home {
	font-size: 1.06em;
	font-family: Georgia, Times, serif;
	font-style: bold;
	color: #33A1DE;
}

p.footer {
	font-size: .7em;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 1.4em;
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #33A1DE;
	line-height: 101%;
}

h2 {
	font-size: 1.3em;
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #2F2F4F;
	line-height: 101%;
}

h3 {
	font-size: 1.1em;
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #33A1DE;	
	line-height: 100%;
}

h4 {
	font-size: .9em;
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #2F2F4F;	
}

#all {
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-left: 95px;
	margin-top: 18px;
}

#contact-info {
	position: absolute;
	width: 320px;
	margin-left: 740px;
	margin-top: -92px;
}

#wrapper {
	background-color: #EEE8AA;
	width: 960px;
	height: 22px;
	margin-top: -3px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	text-align: right;
}

#nav {
	padding-right: 42px;
}

ul {
	font-size: .9em;
	font-family: Helvetica, Arial, sans-serif;
	color: #2F2F4F;
}

#bottom {
	width: 960px;
	height: 10px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	background-color: #79CDCD;
}

#footer {
	width: 300px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a:link {
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #2F2F4F;
	text-decoration: none;
}

a:hover {
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #2F2F4F;
	text-decoration: none;
}

a:visited {
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #2F2F4F;
	text-decoration: none;
}

a.features:link {
	font-size: 1.2em;
	font-family: Georgia, Times, serif;
	font-style: normal;
	color: #33A1DE;
	border-bottom: 1px #33A1DE dotted;
}

a.features:visited {
	font-size: 1.2em;
	font-family: Georgia, Times, serif;
	font-style: normal;
	color: #33A1DE;
	border-bottom: 1px #33A1DE dotted;
}