@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #EAEAEA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #A28821 url(../images/header.jpg) no-repeat top left;
	padding: 0 0px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 208px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #A28821;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#A28821 url(../images/footer.jpg) no-repeat bottom;
	height: 60px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#content {
	width: 850px;
	padding: 0;
	margin: 0 0 2em;
	display: inline;
}
#content h1 {
	color: #6D370B;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px dashed #6D370B;
	margin:5px 0;
}
#content h2 {
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 0px;
	margin-bottom: -5px;
}
#content h3 {
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: -5px;
}
#content p {
	padding: 0px 2px;
	text-align: left;
	vertical-align: top;
}
#content p.title {
	padding: 0 2px;
	text-align: left;
	font-weight:bold;
	font-size: 120%;
}
#content img {
	padding: 0;
	margin: 0 10px;
}
#content ul,li {
	color:#666666;
	list-style:none;
	display: block;
}
ul#portfolio li, img {
	border:0;
	padding: 0px;
	list-style:none;
}

#content a {
	color: #910101;
	text-decoration: underline;
	font-weight:bold;
}
#content a:hover {
	color: #333333;
}
/* start - table */
.spectable {
	margin: 0 0 10px 0;
	width: auto;
}
.spectable td {
	padding: 10px 10px;
	border: 0px solid #cecece;
	background-color:#957C1F;
	color: #FFFFFF;
}
/* end - table */

#gallery {
	padding: 0px;
	margin: 0px;
	display: block;
	width: 850px;
	margin: 0px;
}

/* footer */
#footer-wrap {
	width: 850px;
	font-size: 100%;
	height:80px;
	padding:0;
	background: url(../images/footer.jpg) no-repeat left bottom;
	position: relative;
	margin: 3em 0 0;
}
#footer-wrap a {
	text-decoration: none;
	color: #6D3409;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}
.footeraddress {
	width:auto;
	height:20px;
	float:left;
	line-height: 1.4em;
	color:#CC0000;
	position: absolute;
	top: 10px;
	left: 10px;
}
.footertop {
	width:auto;
	height:20px;
	float:left;
	line-height: 1.4em;
	color:#FFFFFF;
	position: absolute;
	top: 10px;
	right: 10px;
}
.footeraddress span {
	color: #CC0000;
}
