@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #422304;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFFFFF;
}
A:link {
	text-decoration: none;
	color:#FFFF99;
}
A:visited {text-decoration: none;color: #FFFF99;}
A:active {text-decoration: none;color: #FFFF99;}
A:hover {text-decoration: underline; color:#422304;}
#quote1 {
	color: #FFFF99;
	font-family:Arial, Helvetica, sans-serif;
} 
#quote1 h1{
	font-size:18px;
} 

#container {
	width: 959px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
}
#phone1 {
	font-size:12px;
	float:left;
} 
#menu2 {	
	float:left;
} 

#header {	
	width: 959px;
	background-color: #422304;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

} 
#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 */
}
#menu{
	width: 959px;
	height:20px;
	background-color: #000000;
	color: #CCCC66;
	font-size:12px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 5px;
	background-color: #CC6600;
	color:#000000;
	left:auto;
}
#sidebar1 A:link {
	text-decoration: none;
	color:#000000;
}
#sidebar1 A:visited {text-decoration: none;color: #000000;}
#sidebar1 A:active {text-decoration: none;color: #000000;}
#sidebar1 A:hover {text-decoration: underline; color:#422304;}

#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 5px;
	color:#FFFF99;
	left:auto;
	text-align: left;
}
#sidebar2 A:link {
	text-decoration: none;
	color:#FFFF99;
}
#sidebar2 A:visited {text-decoration: none;color: #FFFF99;}
#sidebar2 A:active {text-decoration: none;color: #FFFF99;}
#sidebar2 A:hover {text-decoration: underline; color:#422304;}
#mainContent {
	padding: 0px 10px 10px 0px; 
	color:#CCCC66;
	margin: 0 auto;
} 
#mainContent 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 */
	font: Verdan;
	font-weight:lighter;
	font-style:italic;	
}
#mainContent h2 {
	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 */
	font: Verdana;
	font-weight:lighter;
	font-style:italic;
}
#maincontent A:visited {color: #FFCC00;}
#maincontent A:active {color: #FFCC00;}
#maincontent A:hover {color: red;}
#maincontent A:link {color: #FFCC00;}

#bloginfo {
}
#bloginfo A:visited {color: #FFCC00;}
#bloginfo A:active {color: #FFCC00;}
#bloginfo A:hover {color: red;}
#bloginfo A:link {color: #FFCC00;}

#forsale1 {font-size:12px;}

#words1 {
text-align:center;
} 
#words1 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	color:#CC6600;
}
#words1 h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-style:italic;
color:#CCCC66;
}

#words2 {
	padding: 10px 10px 10px 10px;
	width:700px;
	margin-left:185px;
} 
#group1 {
font-size:13px;
} 
#gallery {
	text-align:right;
	font-size:13px;
	margin-left:30px;
} 
#picture1 img{
float:left;
} 
#table1 {
background-color:#FFFFFF;
float:left;
color: #000000;
}
#table2 {
float:right;
}
#box1words A:visited {color: #000000;}
#box1words A:active {color: #000000;}
#box1words A:hover {color: red;}
#box1words A:link {color: #000000;}
#rowbox {

} 

#box1 {
border-right:dashed;
border-bottom-width:thin;
float:left;
} 
#box2 {
float:right;
} 

#box1words {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
text-align:center;
} 
#box1img {
text-align:center;
} 
#box1img img{
width:181px;
height:179px;
} 

#notes1 {
text-align: justify;
} 
#footer {
	width: 959px;
	background:#422304;
	color: #000000;
} 
#footer1 {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:left;

}
#creditcard1 {
	text-align:right;

}

#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 */
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
#navmenu {
text-align:center; 
margin-left:165px;
border-bottom:medium;
border-bottom-color: #781351;
}
#navigation ul
{
list-style: none;
padding: 0;
margin: 0;
}
#navigation li
{
float: left;
margin: 0;
} 
#navigation a
{
color: #000;
background: #ffa20c url(left-tab.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px;
} 
#navigation a span
{
background: url(right-tab.gif) right top no-repeat;
padding-right: 10px;
} 
#navigation a, #navigation a span
{
display: block;
float: left
}
/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */ 
#navigation a:hover {
color: #fff;
background: #781351 url(left-tab-hover.gif) left top no-repeat;
padding-left: 10px;
} 
#navigation a:hover span
{
background: url(right-tab-hover.gif) right top no-repeat;
padding-right: 10px;
} 

