* {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #B69E7C;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #E7DFD4;
}
#header {
	position: relative;
	width: 900px;
	height: 130px;
	background-image: url(../images/headerGradient.jpg);
}
#logo {
	height: 139px;
	width: 360px;
	top: -80px;
	position: absolute;
}
#tagline {
	height: 55px;
	width: 314px;
	position: absolute;
	left: 580px;
	top: -26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: right;
	line-height: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#navigation {
	height: 42px;
	width: 900px;
	left: 0px;
	top: 80px;
	position: absolute;
	text-align: center;
	background-color: #AFB884;
}

#footer {
	height: 60px;
	width: 900px;
	position: relative;
	clear: both;
	background-color: #AFB884;
}
#content {
	margin-left: 15px;
	margin-top: 15px;
	background-color: #E0D4C6;
	width: 870px;
	margin-bottom: 10px;
}
#content table {
}
#content th, td {
	vertical-align: top;
}
#content td {
	border: 1px solid #999999;
	width: 110px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#content tr.altRow td {
	background-color: #E8E9E4;
}

#content th {
	border: 1px solid #666666;
	padding: 5px;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	text-align: center;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555555;
	padding-bottom: 5px;
}



#address {
	height: 55px;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 3px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer #address p {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footerNav {
	position: absolute;
	height: 30px;
	width: 565px;
	top: 13px;
	left: 310px;
	text-align: center;
}
#footerNav ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 10px;
}
#footerNav ul li {
	display: inline;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 10px;
}
#footerNav li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerNav li a:hover {
	color: #D46613;

}


.AFB884 {
	color: #AFB884;
}
.D46613 {
	color: #D46613;
}
.E8E9E4 {
	color: #E8E9E4;
}

.white {
	color: #FFFFFF;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
S
