@charset "utf-8";
body {
	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: #660000;
	background-color: #CC6600;
	background-image: url(../sagebrushinn/sbimages/sbbackground.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
.oneColFixCtrHdr #header {
	margin: 23px 0 0 0;
	border: 1px solid #CC3300;
}
#topnav {
	background-image: url(../sagebrushinn/sbimages/sbnavbutton1.jpg);
	height: 25px;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topnav ul li {
	display: inline;
}
#topnav ul li a {
	float: right;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 3px;
	padding-bottom: 5px;
}
#topnav ul li a:hover {
	background-image: url(../sagebrushinn/sbimages/sbnavbutton2.jpg);
	background-repeat: no-repeat;
	color: #660000;
}


.oneColFixCtrHdr #mainContent {









	border: 1px solid
#;
	margin: 0;
	background-color: #FFFFFF;
	height: auto;
	width: 798px;
	border: 1px solid #CC3300;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: 10px;
	color: #660000;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	color: #660000;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #660000;
}
#rfp {
	padding: 20px;
	font-weight: bold;
}

*{
margin: 0;
padding: 0;
}
