/* CSS Document */

/* thesandersranch.com */

body {
	background-image: url(images/bg_clouds.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	margin: 0;
	padding: 0;
}	
#nav-post-top {
	background: url(images/bg_post_top_a.gif) no-repeat center;	
}
#nav-background {
	background: url(images/bg_post_a.gif) repeat-y center;
	width: 120px;
}
#nav-buttons {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}		
#horizontal-hooves {
	background-image: url(images/bg_hoof_hor.gif);
	background-repeat: repeat-x;
}
#vertical-hooves {
	background-image: url(images/bg_hoof_vert.gif);
	background-repeat: repeat-y;
	width: 40px;
}
#corner-hooves {
	background-image: url(images/bg_hoof_cnr.gif);
	background-repeat: no-repeat;
	height: 40px;
}	
.footer {
	font-size: 80%;
	color: #666666;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px #666 solid;
	text-align: center;
}
p, h1, h2, ul li, ol li {
	margin: 15px;
} 
p, ul li, ol li {
	line-height: 130%;
	font-size: 95%;
}	
h1 {
	font-size: 130%;
	color: #660000;
	text-align: center;
}	
h2 {
	font-size: 120%;
	color: #660000;
	padding-top: 25px;
	text-align: left;
}	
.text_photo_left {
	border: #666666 solid 2px;
	margin: 5px 10px 5px 0;
	float: left;
}
.text_photo_right {
	border: #666666 solid 2px;
	margin: 5px 5px 5px 10px;
	float: right;
}	
.text_photo {
	border: #666666 solid 2px;
	margin: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}	
.contact_info {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}	
.image_table {
	margin-left: 5px;
}
.sales_table {
	padding: 8px;
}	
.sales_table img {
	border: 1px black solid;
}	