body
	{
	width: 100%;
	background-color: #d4c4a9;
	margin: 0;
	padding: 0;
	min-width: 1050px;
	}
p
	{
	font-family: Arial;
	font-size: .8em;
	color: #562440;
	}
h1
	{
	font-family: Times;
	font-size: 1em;
	color: #782011;
	}
h2
	{
	font-weight: bold;
	font-family: Arial;
	font-size: .8em;
	color: #562440;
	margin: 0;
	}
h3
	{
	font-weight: normal;
	font-style: italic;
	font-family: Arial;
	font-size: .8em;
	color: #562440;
	margin: 0;
	}
hr
	{
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
  	color: #b7956c;
	background-color: #b7956c;
	height: 3px;
	}
img 
	{
	border: 0;
	}
ul
	{
	font-family: Arial;
	font-size: .8em;
	color: #562440;
	}
a:link 
	{
	text-decoration: none;
	font-weight: bold;
	color: #4c6336;
	}
a:visited 
	{
	text-decoration: none;
	font-weight: bold;
	color: #4c6336;
	}
a:hover 
	{
	text-decoration: underline;
	font-weight: bold;
	color: #658548;
	}
a:active 
	{
	text-decoration: underline;
	font-weight: bold;
	color: #4c6336;
	}	
.bodytext
	{
	margin-left: 40px;
	margin-right: 40px;
	line-height: 1.4em;
	}
.bodyimage
	{
	margin: 0px 10px 0px 10px; 
	/*border: 3px solid #b7956c;*/
	}
.hourstext
	{
	margin: 0px;
	font-family: Arial;
	font-size: .8em;
	color: #562440;
	line-height: 1.4em;
	}
.footertext
	{
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial;
	font-size: .8em;
	color: #562440;
	}
.footertextheading
	{
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial;
	font-size: .8em;
	font-weight: bold;
	color: #782011;
	}
.footertextwide
	{
	margin-left: 20px;
	margin-right: 20px;
	font-family: Arial;
	font-size: .8em;
	color: #562440;
	}	
.footertextsmall
	{
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Arial;
	font-size: .6em;
	color: #562440;
	}
#header
	{
	float: left;
	width: 100%;
	height: 179px;
	background-image: url(images/headerspine.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
#navbar
	{
	float: left;
	width: 100%;
	height: 68px;
	background-image: url(images/navbarbackground.gif);
	background-repeat: repeat-x;
	}
#leftcontent
	{
	float: left;
	width: 60%;
	}
#rightcontent
	{
	float: right;
	width: 39%;
	background-image: url(images/bodyspine.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
#slideshow
	{
	float: right;
	margin: 0px 10px 5px 10px;
	}
#footer
	{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	}	