/* CSS Document - Yarrow Creek Ranch */

body {
	background-color: #30271F;
	background-image: url('../images/bg.jpg');
	background-position: center top;
	margin-top:15px; 
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

#divbody{
	width:916px;
}

/* Header */

#header {
	margin-top:0px;
	width:916px;
	height:177px;
	float:left;
}

/* Body */

#mainbody{
	margin-top:0px;
	width:916px;
	background-image: url('../images/mainbg.jpg');
	background-repeat: repeat-y;
	float:left;
}

#leftspacer{
	width:16px;
	height:30px;
	float:left;
}

#leftbar{
	width:221px;
	float:left;
}

#middlespacer{
	width:5px;
	height:30px;
	float:left;
}

#contentbar{
	width:659px;
	float:left;
}

#rightbar{
	width:15px;
	float:left;
}

/* Menu */

#menu{
	width:221px;
	height:300px;
	background-image: url('../images/menubg.jpg');
	background-repeat: no-repeat;
	text-align:center;
	float:left;
}

.menuitems{
	width:221px;
	text-align:center;
	float:left;
}

.menuspacertop{
	width:221px;
	height: 40px;
	float:left;
}

.menuspacer{
	width:221px;
	height: 12px;
	float:left;
}

* html .menuspacer{
	height:8px; 

}


/* Left Sidebar */

#sidebar{
	width:221px;
	background-image: url('../images/sidebarbbg.jpg');
	background-repeat: repeat-y;
	text-align:left;
	float:left;
}

#sidebarleftspacer{
	width:18px;
	height:30px;
	float:left;
}
	
#sidebarcontent{
	width:180px;
	font-family: Arial;
	font-size:12px;
	color: #000000;
	text-align:center;
	float:left;
}

/* Content */

#mainpic{
	width:659px;
	height:297px;
	float:left;
}

#content{
	width:659px;
	background-image: url('../images/contentbg.jpg');
	background-repeat: repeat-y;
	float:left;
}

#copybody{
	width:659px;
	float:left;
}

#copyleftspacer{
	width:40px;
	height:30px;
	float:left;
}

#copy{
	width:570px;
	font-family: Arial;
	font-size:12px;
	color: #000000;
	line-height:1.8;
	text-align:left;
	float:left;
}


/* Footer */

#footer {
	margin-top: -5px;
	width:916px;
	height:187px;
	background-image: url('../images/footerbg.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	float:left;
}

#footermenu{
	margin-top:100px;
	width:916px;
	height:116px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	float:left;
}

br { clear: both; }

/* Text Properties */

.greenheading{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#708977;
}

.greenheading2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#708977;
}


.green{
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	color:#3A583F;
}

a:link{
	color: #708977;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

a:visited{
	color: #708977;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
}

a.footer:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

a.footer:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

a.footer:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}

a.blue:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#A6E2FF;
	text-decoration:none;
}

a.blue:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#A6E2FF;
	text-decoration:none;
}

a.blue:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#A6E2FF;
	text-decoration:underline;
}

.heading{
	margin-top:10px;
	margin-bottom:10px;
	width:300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #A6E2FF;
	font-weight:bold;
	text-align:center;
	float:left;
}

.whiteheading{
	margin-top:8px;
    margin-top:10px;
	width:300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #FFFFFF;
	text-align:center;
	float:left;
}
