body {
	background-attachment: fixed;
	background-image: url(images/sitebg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #222;
	text-decoration: none;
	background-color: #919B5F;
}
a {
	color: #582807;
	font-weight: bold;
}
a:focus {outline:none;}
object {outline:none;}
#copyright {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}


#ctable {
	background-attachment: scroll;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}
#contentwrapper {
	height: auto;
	position: relative;
}
#maincontent {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 15px;
	float: none;
	position: relative;
}

#flashphotos {
	width: 377px;
	position: relative;
	z-index: 50;
}
.pagehead {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	color: #562504;
}
.subhead {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #562504;
}
.smalltext {
	font-size: 11px;
}
.photoborder {
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C96;
	border-right-color: #C96;
	border-bottom-color: #BA7C3F;
	border-left-color: #BA7C3F;
}
#answer {
	margin-top: 8px;
	background: #582807;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
#question {
	margin-bottom: 8px;	
}
.required {
	color: #900;
	font-weight:bold;
}
