@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
a {
	color:#fefc96;
	text-decoration:none;
}
a.btm {
	color:#5e331a;
	text-decoration:none;
}
a.Linkslinks{
	color:black;
	font-weight:bold;
}
a.Linkslinks:hover{
	color:#5e331a;
	font-weight:bold;
	text-decoration:underline;
}
a img, :link img, :visited img { border: none }

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e5d8bc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0spx solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.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 {
	background-image: url(Images/HomeMiddle.jpg);
	background-repeat: no-repeat;
	background-color: #e5d8bc;
	position:relative;
	top:0px;
	height:316px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #mainContent2 {
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(Images/Footer.jpg);
	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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.LinksBkg{
	background-image: url(Images/LinksBkg.jpg);
	background-repeat: no-repeat;
}
.Links{
	font-family: "Copperplate Gothic Bold";
	font-size:18px;
	font-weight:600;
	color:#fefc96;
	letter-spacing:1px;
	margin:0px;
}
.HomeText{
	width:270px;
	font-size:13px;
	color:#5e331a;
}
.InsideText{
	width:374px;
	font-size:13px;
	color:#5e331a;
	margin-left:10px;	
}
.HomeQuote{
	position:relative;
	left:520px;
	top:-220px;
	width:200px;
	font-weight:bold;
	font-size:14px;
	color:#5e331a;
}
h1 {
	font-size:16px;
	line-height:20px;
	margin-bottom:2px;
	margin-top:0px;
}
h2 {
	font-size:15px;
	line-height:20px;
	margin-bottom:2px;
	margin-top:0px;
	text-transform:uppercase;
	margin-bottom:2px;
	margin-top:0px;
}
h1.price, h2.price {
	line-height:20px;
	margin-right:2px;
	text-transform:uppercase;
}
h1.price{
	font-size:14px;
	background-color:#5e331a;
	color:#fefc96;
	padding-bottom:4px;
	padding-top:4px;
}
h2.price{
	font-size:18px;
	background-color:#fefc96;
	color:#5e331a;
}
h3 {
	font-size:15px;
	line-height:20px;
	margin-bottom:0px;
	padding-bottom:2px;
	margin-top:0px;
}
.footerText{
	font-size:10px;
	color:#5e331a;
	position:relative;
	top:2px;
	font-weight:bold;
}
.footerText2{
	font-size:10px;
	color:#5e331a;
	position:relative;
	top:35px;
}
.InsideFloatRight{
	float:right;
	width:378px;
	font-weight:bold;
	font-size:12px;
	color:#e5d8bc;
	margin-left:6px;
	padding-left:6px;
	padding-right:2px;
	background-color:#5e331a;
}
.Adds{
	position:relative;
	left:-6px;
	width:378px;
	background: #e5d8bc;
	padding-top:5px;
	padding-left:6px;
	padding-right:2px;
	padding-bottom:5px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
#PhotoSpace{
	height:700px;
}
#Photo1{
	position:relative;
	display:none;
}
#Photo2{
	position:relative;
	display:none;
}
#Photo2{
	position:relative;
	display:none;
}
#Photo3{
	position:relative;
	display:none;
}
#Photo4{
	position:relative;
	display:none;
}
#Photo5{
	position:relative;
	display:none;
}
#Photo6{
	position:relative;
	display:none;
}
#Photo7{
	position:relative;
	display:none;
}
#Photo8{
	position:relative;
	display:none;
}
#Photo9{
	position:relative;
	display:none;
}
#Photo10{
	position:relative;
	display:none;
}
.photoDesc{
	font-size:13px;
	font-weight:bold;
	color:#5e331a;
}