* {
	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;
	z-index: 2;
}
#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;
	z-index: 3;
}

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



#panel {
	height: 354px;
	width: 900px;
	position: relative;
}

#collage {
	height: 334px;
	width: 287px;
	position: absolute;
	top: 10px;
	left: 10px;
}
#flashPanel {
	height: 337px;
	width: 570px;
	position: absolute;
	left: 314px;
	top: 10px;
}
#labels {
	position: relative;
	height: 50px;
	width: 900px;
}
#labelLeft {
	position: absolute;
	height: 50px;
	width: 304px;
	left: 0;
	top: 0;
	background-image: url(../images/sidepanelBG.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
#labelLeft p {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#labelLeft a {
	text-decoration: none;
	color: #FFFFFF;
}


#lableRight {
	position: absolute;
	height: 50px;
	width: 570px;
	left: 315px;
	top: 0;
	background-image: url(../images/contentBG.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
#lableRight p {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent {
	position: relative;
	height: 360px;
	width: 900px;
	height: 400px;
}

#sidebar {
	float: left;
	height: auto;
	width: 255px;
	background-color: #E8E9E4;
	position: relative;
	left: 14px;
	top: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}


#sidebar h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #D46613;
	padding-bottom: 5px;
}
#sidebar p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #555555;
}
#sidebar ul {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-decoration: none;
}
#sidebar ul  li {
	list-style-position: inside;
}


#content {
	float: left;
	height: auto;
	background-color: #E8E9E4;
	left: 315px;
	top: 0;
	margin-left: 38px;
	width: 550px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#content h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #D46613;
	padding-bottom: 10px;
}
#content  h3   {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding-bottom: 10px;
	color: #555555;
}
#content h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #555555;
	padding-bottom: 10px;
}

#content ul {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content ul li {
	list-style-position: outside;
	font-weight: bold;
}
#content ol {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content ol li {
	list-style-position: outside;
}


#content p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #555555;
	padding-bottom: 10px;
}

#footer {
	height: 60px;
	width: 900px;
	position: relative;
	clear: both;
	background-color: #AFB884;
}


#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;
	z-index: 5;
}
#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;
	z-index: 6;
}
#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;
}
.style1 {
	color: #009900;
	font-weight: bold;
}

.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;
}
