@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #82540F;
	border-left-color: #82540F;
}
#wrapper #header {
	height: 250px;
	background-image: url(../images/ponderosa_header_image.jpg);
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	background-image: url(../images/ronavbarbg.jpg);
	background-repeat: repeat-x;
}
#wrapper #navigation a {
	height: 35px;
	width: 100px;
	float: left;
	display: block;
	text-align: center;
	line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../images/ro.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper #navigation a:hover {
	background-position: bottom;
	font-size: 16px;
}
#wrapper #bodyArea #left {
	width: 535px;
	float: left;
	background-color: #B4764D;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 20px;
}
#wrapper #bodyArea #right {
	width: 260px;
	float: right;
	padding: 0px;
	background-color: #88593b;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	white-space: normal;
	display: block;
	height: auto;
	letter-spacing: normal;
	vertical-align: baseline;
	font-size: 10px;
	color: #000000;
}
#wrapper #bodyArea {
	background-color: #88593b;

}
#wrapper #bodyArea #footer #footerNav {
	height: 35px;
	background-image: url(../images/ronavbarbg.jpg);
}

#wrapper #bodyArea #footer {
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
}
leading {
	line-height: 5px;
}

#wrapper #bodyArea #footer #footerNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	text-decoration: none;
	height: 35px;
	width: 100px;
	float: left;
	background-image: url(../images/ro.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	display: block;
}

#wrapper #bodyArea #footer #footerNav a:hover {
	background-position: bottom;
}
#shadow #wrapper #bodyArea #footer #footerCopyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 5px;
	text-align: center;
}
#shadow #wrapper #bodyArea #footer #footerCopyright p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
}

#shadow {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/shaow.png);
	background-repeat: repeat-y;
}
