@charset "utf-8";
body 
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(254, 255, 223);
	color: #000000;
	margin: 25px 0px;
	padding: 0px;
	text-align: center;
}
#container
{
	display: block;
	text-align: left;
	border: 1px solid #333;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 1024px;
	height: auto;
}
#leftborder
{
	position: absolute;
	top: 0px;
	right: auto;
	bottom: 0px;
	left: 0px;
	width: 36px;
	/* IE 7 requires that we also set the height here */
	height: 100%;
}
#leftborder_bg
{
	width: 36px;
	height: 100%;
}
#leftborder_inside
{
	position: absolute;
	top: 70px;
	right: auto;
	bottom: 48px;
	left: 36px;
	width: 7px;
}
#leftborder_inside_bg
{
	/* IE 7 requires that we set absolute position the image. */
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 7px;
	height: 100%;
}
#rightborder
{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: auto;
	width: 36px;
	/* IE 7 requires that we also set the height here */
	height: 100%;
}
#rightborder_bg
{
	width: 36px;
	height: 100%;
}
#rightborder_inside
{
	position: absolute;
	top: 70px;
	right: 36px;
	bottom: 48px;
	left: auto;
	width: 8px;
}
#rightborder_inside_bg
{
	/* IE 7 requires that we set absolute position the image. */
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 8px;
	height: 100%;
}
#sidebar
{
	background-color: #d4d8a5; /* ghostwhite; rgb(254, 255, 223); */
	padding: 5px 0px 0px 8px;
	position: absolute;
	top: 110px;
	right: auto;
	left: 43px;
	bottom: 48px;
	width: 216px;
}
.sidebar_btn
{
	margin: 2px 0px 2px 0px;
	width: 210px;
	height: 33px;
}
#header
{
	background-image: url("../images/dirt_background.jpg");
	position: absolute;
	top: 0px;
	right: 36px;
	left: 36px;
	bottom: auto;
	height: 70px;
	width: auto;
}
#menu
{
	background-image: url("../images/border_top.jpg");
	position: absolute;
	top: 70px;
	right: 44px;
	left: 43px;
	bottom: auto;
	height: 40px;
	width: auto;
}
.menu_btn
{
	width: 104px;
	height: 34px;
	position: absolute;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 5px;
}
#main
{
	/* border: 1px solid red; */
	background-color: white;
	/* margin: 110px 44px 48px 267px; */
	padding: 110px 44px 48px 267px;
	/* Main content must NOT be absolutely positioned in order to control height, etc. of remaining areas!!!
	position: absolute;
	top: 110px;
	right: 44px;
	bottom: 48px;
	left: 267px;
	*/
}
#bottomborder_inside
{
	/* border: 1px solid blue; */
	position: absolute;
	top: auto;
	right: 36px;
	left: 36px;
	bottom: 40px;
	height: 8px;
	width: auto;
}
#bottomborder_inside_bg
{
	position: absolute;
	width: 100%;
}
#footer
{
	/* border: 1px solid yellow; */
	background-color: #363813;
	position: absolute;
	top: auto;
	right: 36px;
	bottom: 0px;
	left: 36px;
	height: 40px;
	width: auto;
}
#footer_text
{
	font-size: 10px;
	text-align: center;
	color: white;
	width: 100%;
	margin: 14px 0px 14px 0px;
}
a.footer:link, a.footer:visited, a.footer:hover, a.footer:active
{
	margin: 0px 5px 0px 5px;
	color: white;
}
a:link, a:visited, a:hover, a:active
{
	color: #7b1926;
}
#logo
{
	position: absolute;
	top: 13px;
	left: 43px;
	right: auto;
	bottom: auto;
	z-index: 1;
	height: 97px;
}
img.header
{
	border: 1px solid gray;
	margin: 1px 0px 0px 2px;
	padding: 1px;
}
#galleryContainer
{
	width: 694px;
	margin: 5px 5px;
}
#galleries
{
	float: right;
}
.gallery
{
	padding-left: 15px;
	width: 263px;
}
#galleries .label
{
	margin-bottom: 5px;
	font-size: 12px;
	text-align: center;
}
.gallery .thumbnailHolder
{
	margin: 2px;
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	height: 54px;
	float: left;
}
.gallery .before
{
	background-color: rgb(180, 183, 128);
	color: ghostwhite;
	border-bottom: 1px solid black;
	margin-bottom: 1px;
}
.gallery .after
{
	background-color: rgb(163, 169, 109);
	color: ghostwhite;
	border-bottom: 1px solid black;
	margin-bottom: 1px;
}
.gallery .thumbnail
{
	width: 76px;
	height: 54px;
}
#galleryContainer .imageHolder
{
	border: 1px solid black;
	margin: 0px 0px 0px 5px;
	padding: 1px;
	width: 400px;
	height: 300px;
	float: left;
}
#galleryContainer .image
{
	width: 400px;
	height: 300px;
}
#galleryContainer .details
{
	font-size: 14px;
	margin: 0px 0px 0px 5px;
	padding: 1px;
	height: 40px;
	text-align: center;
	width: 400px;
	float: left;
}
.fltrt
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 1px;
}