@charset "utf-8";
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #441100;
	margin-top: 15px;
}
a:link {
	color: #C0A697;
}
a:visited {
	color: #C0A697;
}
a:hover {
	color: #D2C9B8;
}
a:active {
	color: #D2C9B8;
}
#BodyRegion{
	color: #000000;
	background-image: url(index_09.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
	height: 480px;
	width: 420px;
/*	overflow: scroll;*/
}
#BodyRegion .scrollbox{
	/*	color: #000000;
	background-image: url(index_09.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;*/
	height: 480px;
	width: 420px;
	overflow: auto;
}
#BodyRegion h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #441100;
	margin-bottom: -12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #906545;
}
#BodyRegion h2 {
	font-size: 14px;
	color: #775439;
	margin-bottom: -8px;
}
#BodyRegion h3 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bolder;
	margin-bottom: -12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D0B49B;
}
#SidebarRegion {
	color: #FFFFFF;
	background-color: #000000;
	vertical-align: top;
	height: 364px;
	width: 236px;
	overflow: scroll;
	padding-top: 10px;
}
#SidebarRegion .photoborder {
	border: 2px groove #FFFFCC;
}
#SidebarRegion a {
	font-size: 11px;
}
#SidebarRegion h1 {
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-style: italic;
	margin-bottom: -8px;
}
#FooterRegion {
	font-size: 10px;
	color: #FFFFCC;
	text-align: center;
}
#FooterRegion a {
	color: #FFFFCC;
}
.centerdiv{ /*IE method of centering a relative div*/
	text-align: center;
}
.centerdiv>div{ /*Proper way to center a relative div*/
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
.centerdiv2 {
	padding-top: 0px;
	padding-left: 12px;
}
