* {
	margin: 0; padding: 0;
}

body {
	background: #8c7f55 url(bg_tile.gif) repeat-x top left;
	font-family: Baskerville, Georgia, Times, serf;
}

a {text-decoration: none; }

a:link {color: #ffffff;}
a:visited {color: #aea589;}
a:hover {color:#b4af9f; }
a:active {color: #ffffff;}
p {margin-bottom: 10px; line-height: 130%;}

#mainContainer {
	position: relative;
	width:  940px;
	height: 550px;
	border: 1px solid #b2a98e;
	margin-top: 10px; margin-left: auto; margin-right: auto;
	background: #9f9576;
	padding: 10px;
}

#leftCol {
	position: relative;
	width: 299px;
	height: 550px;
	float: left;
	background: #aea589 url(logo.gif) no-repeat center 10%;
	border-left: 1px solid #b4af9f;
	border-top: 1px solid #b4af9f;
	border-bottom: 1px solid #b4af9f;
}

#leftCol #mainMenu {
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 100%;
}

#mainMenu li {
	font-size: 16px;
	list-style-type: none;
	margin-bottom: 5px;
}

#mainMenu a:link {
	color: #000000;
}
#mainMenu a:visited {
	color: #000000;
}
#mainMenu a:hover {
	color: #ffffff;
}
#mainMenu a:active {
	color: #000000;
}

.selected a {color:#ffffff !important;}

#rightCol {
font-family: calibri, arial, sans-serif;
font-size: 14px !important;
	width:  638px;
	height: 550px;
	float: left;
	border: 1px solid #b4af9f;
	background: #91876a;
}

#reviews {	overflow: auto;	height: 530px; padding: 10px;}
blockquote {font-size: 24px; margin-bottom: 5px;}
.review {margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px inset white; text-align: justify;}
#reviews p {padding-left: 20px; padding-right: 20px;}
.columnOne, .columnTwo{float: left; width: 45%; margin: 2%; text-align: justify;}

#fadeImages {height: 310px; overflow: hidden;}
#fadeImages img {width: 638px; height: 310px;}

.siteTitle {font-weight: bold; color: #ffffff;}

#gallery { padding-left: 8px; margin-top: 3px;}
#gallery img {float: left; width: 55px; height: 55px; border: 1px solid #b4af9f; cursor: pointer; margin-right: 5px; margin-bottom: 2px;}

#links {margin-left: 20px; padding: 10px; color: #ffffff !important;}

#footer {
	position: relative;
	width:  940px;
	margin-top: 5px; margin-left: auto; margin-right: auto;
	font-size: 11px;
	text-align: right;
}
