﻿body {
	background-color: #5a4223;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FAF6DB;
	margin: 0px;
}
#wrapper {
	background-position: left top;
	width: 906px;
	margin: 10px auto 10px auto;
	background-image: url('images/repeat.gif');
	background-repeat: repeat-y;
}
#top {
}
#main {
}
#mainLeft {
	width: 262px;
	float: left;
	margin-left: 10px;
}
#mainRight {
	float: right;
	width: 634px;
}
#footer {
	float: right;
	width: 604px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #f9f6db;
	text-align: center;
	padding: 10px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 90%;
}
#bottom {
}
.clear {
	clear: both;
}
.zeroBorder {
	border: 0px solid #000000;
}
.floatRight {
	float: right;
	border: 1px solid #EEEEC1;
	padding: 5px;
	background-color: #3E3524;
	margin-right: 20px;
	margin-left: 15px;
}
#mainRight h1 {
	font-size: 130%;
	color: #F7F3C8;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #644C2B;
	padding: 10px;
	margin-right: 20px;
}
.boldpara {
	background-color: #342A1A;
	padding: 6px;
	font-weight: bold;
	margin-right: 20px;
}
a:link {
	text-decoration: underline;
	color: #FAF6DB;
}
a:visited {
	color: #FAF6DB;
	text-decoration: underline;
}
a:hover {
	color: #D2C199;
	text-decoration: underline;
}
a:active {
	color: #FAF6DB;
	text-decoration: underline;
}
#gallery {
	text-align: center;
}
#gallery img {
	border: 1px solid #FAF6DB;
	padding: 5px;
	background-color: #28261E;
	margin: 10px;
}
.style1 {
	text-align: center;
}
.style2 {
	border-width: 0px;
}
