body {
	background-color: #9A4240;
	margin: 0px;
	text-align: center;
}
#header {
	width: 760px;
	height: 192px;
}
#centerPage {
	text-align: center;
	width: 760px;
	padding-right: 24px;
	padding-left: 24px;
    background-image: url(../images/shadow_sides_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	
}
#bottomShadow {
	background-image: url(../images/shadow_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
	width: 808px;
}
#homePhoto {
	padding-right: 10px;
	padding-bottom: 6px;
}
.stripes {
	background-image: url(../images/stripes.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 14px;
	width: 760px;
}
#picHeader {
	background-image: url(../images/pic_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 164px;
	width: 760px;
}
#siteBody {
	background-image: url(../images/main_body_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D9CFC3;
	width: 760px;
}
#date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #015029;
	text-align: right;
	width: 746px;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 11px;
}
#navSide {
	width: 163px;
	padding-right: 7px;
	padding-left: 4px;
	text-align: left;
	vertical-align: top;
	padding-top: 12px;
}
#contentSide {
	padding-top: 20px;
	padding-right: 14px;
	padding-bottom: 26px;
	padding-left: 16px;
	text-align: left;
	vertical-align: top;
}
#bar {
	background-color: #0f391f;
	height: 4px;
}
.headerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #302115;
	padding-bottom: 6px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0F391F;
}
#contentPhoto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0F391F;
	padding: 5px;
	height: 350px;
}
.smText {
	font-size: 12px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	height: 28px;
	color: #0F391F;
	padding-top: 8px;
}
a:link {
	color: #0F391F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F391F;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #0F391F;
}
