body {
	text-align: center;
	background-color: #7c7356;
	margin: 0px;
	font-family: "Times", Times, serif;
	color: #34220a;
}

/* --------------- LAYOUT CONTAINERS --------------- */

#container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 200px;
	width: 920px;
	background: #7c7356 url(../images/headerImage.jpg) top left no-repeat;
}

#leftBar {
	width: 187px;
	background: #7c7356 url(../images/leftBar.jpg) top left repeat-y; 
}

#centerContent {
	height: 300px;
	width: 546px;
	background-color: #ffffff;
}

#rightBar {
	width: 187px;
	background: #7c7356 url(../images/rightBar.jpg) top right repeat-y;
}

#footer {
	position: relative;
	height: 80px;
	width: 920px;
	background: #7c7356 url(../images/footerImage.jpg) top left no-repeat;
}

/* --------------- CONTENT HOLDERS --------------- */

.leftBarMargin {
	margin: 15px 15px 15px 25px;
	font-size: 13px;
	line-height: 18px;
}

.rightBarMargin {
	margin: 15px 15px 15px 15px;
	font-size: 13px;
	line-height: 17px;
}

.centerContentMargin {
	margin: 0px 15px 0px 15px;
	font-size: 13px;
	line-height: 18px;
}

/* --------------- XHTML ELEMENTS --------------- */

h1 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 18px;
}

h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
	font-size: 14px;
	border-bottom: thin solid #34220a;
}

h3 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
}

p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* --------------- LINKS --------------- */

#rightBar a:link, #leftBar a:link {
	text-decoration: none;
	color: #34220a;
}

#rightBar a:visited, #leftBar a:visited {
	text-decoration: none;
	color: #4f4026;
}

#rightBar a:hover, #leftBar a:hover, #rightBar a:active, #leftBar a:active {
	text-decoration: underline;
}

#centerContent a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #7c7356;
}

#centerContent a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #585339;
}

#centerContent a:hover, #centerContent a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #34220a;
}

/* --------------- FORMATTING CLASSES --------------- */

.floatLogo {
	margin: 0px 0px 15px 15px;
	border: none;
	float: right;
}

.floatLogo2 {
	margin: 0px 0px 15px 15px;
	border: none;
	float: right;
}

.floatImg {
	margin: 0px 15px 15px 0px;
	border: medium solid #34220a;
	width: 300px;
	float: left;
}

p.floatP {
	clear: left;
	margin: 10px 0px 10px 0px;
}

.logoImg {
	border: none;
	padding: 3px;
}
