body {
	background: url('../images/pageBG.gif') repeat-y center;
	background-color: #ceb99a;
	text-align: center;
	margin: 0;

	color: black;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
}

a:link {
	color: #5C2216;
	text-decoration: underline;
}
a:visited {
	color: #5C2216;
}
a:hover {
	color: #5C2216;
	text-decoration: none;
}
a:active {
	color: #5C2216;
}

div#layout {
	width: 778px;
	margin: 0 auto 0 auto;
	text-align: left;
}

img#head {
	display: block;
	border: 0;
}
img#headPrint {
	display: none;
}

div#menu {
	background-color: black;
	color: white;
}
img#collage {
	display: inline;
}
div#sep {
	background: url('../images/sepBG.gif') repeat-x;
	height: 14px;
}

div#content {
	background: url('../images/contBG.jpg') 0% 100% no-repeat;
	background-color: white;
	padding: 25px 30px 80px 30px;
}

div#paneLeft {
	float: left;
	width: 190px;
}

div#paneRight {
	margin-left: 220px;
}

div#sep2 {
	background: url('../images/sep2BG.gif') repeat-x;
	height: 12px;
	clear: both;
}

div#footer {
	padding: 20px;
	background-color: #ceb99a;
	font-size: 12px;
	height: 50px;
}
div#footer a,
div#footer a:link {
	color: black;
}

div#footer img#sLogo {
	float: left;
}
div#footer div#cRight {
	float: right;
	text-align: right;
}
div#footer div#links {
	margin-bottom: 10px;
}
div#footer div#links a,
div#footer div#links a:link {
	text-decoration: underline;
}

/* global styles */

h1 {
	margin: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

h2 {
	margin: 0;
	color: #81301F;
	font-family: arial, verdana, tahoma;
	font-size: 18px;
}
h3 {
	margin: 0;
	color: #8B7055;
	font-family: arial, verdana, tahoma;
	font-size: 14px;
}

.smallprint {
	font-size: 10px;
}
.hoatable {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.frameright {
	float:right;
	border-style: double;
	border-color: #996633;
	border-width: 3px;
	margin-left: 15px;
	margin-bottom: 3px;
}	