body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #997a56;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	cursor: default;
	color: #000000;
}
.SiteContainer {
	width: 760px;
	border: 1px solid #7c6346;
	height: 100%;
	background-color: #dac5aa;
	background-image: url(images/TextBG.jpg);
	background-repeat: no-repeat;
	background-position: 1px bottom;
}
#Content table {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aa9780;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aa9780;
}
#Content td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aa9780;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aa9780;
}

.ContentContainer {
	padding-bottom: 100px;
	margin-right: 40px;
	margin-left: 40px;
	font-size: 12px;

}
.ContentContainer h1 {
	font-size: 18px;
}
.ContentContainer h2 {
	font-size: 16px;
}
.ContentContainer h3 {
	font-size: 14px;
}
.ContentContainer p {
	font-size: 12px;
}
.ContentContainer li {
	font-size: 12px;
	padding-bottom:5px;
}
#Control a{
	color:#000000;
	text-decoration:none;
}
#Control a:hover{
	color:#000000;
	text-decoration:underline;
}

.Specials {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
}
.Specials a {
	color: #FFFFFF;
	text-decoration: none;
}
.Specials a:hover {
	text-decoration: underline;
}

.Sponsors {
	margin-top: 8px;
	border: 1px solid #7c6346;
	width: 762px;
	background-color: #FFFFFF;
}
.Footer {
	font-size: 11px;
	width: 762px;
	margin-top: 8px;
}
.Footer a {
	color: #000000;
	text-decoration: none;
}
.Footer a:hover {
	text-decoration: underline;
}
.PicContainer {
	padding: 2px;
	border: 1px solid #aa9780;
	float: right;
	background-color: #e4d3be;
	width: 100px;
	clear: right;
	margin-bottom: 10px;
}
.PicDesc {
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.gallerythumb {
	width: 140px;
}
.gallerythumb img{
	border: 1px solid #aa9780;
}
.gallerythumbover {
	width: 140px;
}
.gallerythumbover img{
	border: 1px solid #000000;
}
.gallerytext {
	font-size: 12px;
	color:#000000;
}
.subgalleriestable {
	margin-top: 10px;
	width:678px;
}
.subgalleriestext {
	padding: 6px 9px 4px;

}
.subgalleriestitle {
	font-size: 11px;
	text-transform: none;
	color: #000000;
	font-style: italic;
	margin-bottom: 5px;

}
.gallerybigthumb {
	width: 140px;
	border: 1px solid #aa9780;
	margin-top: 25px;
	margin-right: 29px;
	float: left;
}
.gallerybigthumb img {
	border:solid 1px #DADADA;
}
.gallerybigthumbdescr {
	font-size: 11px;
	padding-top: 8px;
	color: #000000;
	text-align:center;
}
hr {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #b4a38d;
	border-bottom-color: #e9ddcd;
}
.PageOn {
	font-size: 11px;
	color: #000000;
	background-image: url(images/pagenation_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	width: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.PageOff {
	font-size: 11px;
	color: #000000;
	background-image: url(images/pagenation_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	width: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.PageOff a{
	text-decoration:none;
	color: #000000;
}
.Buttons a{
	display:block;
	float:left;
	text-align:center;
	padding:4px 8px 4px 8px;
	text-transform: uppercase;
	background-color: #997A56;
	color: #DAC5AA;
	font-size:10px;
	margin-right:1px;
	text-decoration:none;
 
}
.Buttons a:hover{
	background-color: #FFB700;
	color: #000000;
	text-decoration:none;
 
}