@charset "utf-8";
html {
	font-size: 125%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50%;
	color: #523116;
	background-image: url(/images/bkg.jpg);
	background-color: #2e1c0c;
	background-repeat: repeat-x;
	text-align: center;
	padding: 0px;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 28px;
	margin-left: 0px;
	position: relative;
}
#container {
	font-size: 1.2em;
	background-color: #f6e5bb;
	text-align: left;
	width: 790px;
	border: 6px solid #b99e87;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/left_bkg.gif);
	background-repeat: repeat-y;
}
#leftcol {
	text-align: center;
	float: left;
	width: 256px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
	font-size: 1px;
}
#nav {
	width: 181px;
	margin-top: 11px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
#address {
	text-align: center;
	width: 191px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#rightcol {
	padding-top: 24px;
	padding-right: 14px;
	padding-left: 21px;
	background-color: #f6e5bb;
	float: left;
	width: auto;
}
.floatright {
	float: right;
	padding-bottom: 12px;
	padding-left: 12px;
	width: 310px;
}
#content {
	width: 491px;
	margin-top: 17px;
	float: left;
}
.photoborder {
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b99e87;
	border-right-color: #b99e87;
	border-bottom-color: #b99e87;
	border-left-color: #b99e87;
}
#tagline {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

.galthumbnail
{
float: left;
width: 130px;
border: 1px solid #999;
margin: 0 5px 5px 5px;
padding: 5px;
text-align: center;

}

 .clearboth { clear: both; }
