/*CSS Document*/
*
{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
HTML, BODY
{
	height: 100%;
	width: 100%;
	background: #625C51 url(../images/bg.jpg) repeat;
	color: #F1E0AB;
	font: 14px/1.3 Arial, Helvetica, sans-serif;
}
A
{
	text-decoration: underline;
	color: #E7C97D;
}
A:hover
{
	text-decoration: none;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 1000px;
	margin: 0px auto -60px;
/*the bottom margin is the negative value of the footer's height*/
}
#wrapper-all
{
	padding: 0px 0px 30px;
}
/*oooooooooooooooooooo Header*/
#wrapper-header
{
	background: url(../images/top-content-title.png) no-repeat center top;
	height: 110px;
	width: 695px;
	margin: 0 auto;
}
#logo
{
	margin: 45px 0px 0px;
}
/*oooooooooooooooooooo Horizontal Navigation*/
#nav-horizontal
{
	height: 348px;
	width: 1000px;
	position: relative;
	z-index: 9999;
	margin: 20px 0px 30px;
}
#nav-horizontal A#cabins
{
	display: inline-block;
	width: 463px;
	height: 348px;
	text-decoration: none;
	background: url(../images/moose-creek-cabins-link.jpg) no-repeat top center;
	margin: 0px 70px 0px 0px;
}
#nav-horizontal A#inn
{
	display: inline-block;
	width: 463px;
	height: 348px;
	text-decoration: none;
	background: url(../images/moose-creek-inn-link.jpg) no-repeat top center;
}
#nav-horizontal A:hover
{
	text-decoration: none;
	background-position: center center !important;
}
/*oooooooooooooooooooo Content*/
#wrapper-content
{
	margin: 0;
}
#column-a1
{
	width: 461px;
	float: left;
	margin: 0px 0px 0px 7px;
}
#column-a2
{
	width: 461px;
	float: right;
	margin: 0px 1px 0px 0px;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 40px;
/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 1000px;
	padding: 10px 20px;
	margin: 0 auto;
}
#sticky-footer-push
{
	clear: both;
	visibility: hidden;
}
#footer
{
	color: #E7C97D;
	clear: both;
	text-align: right;
}
#footer-ob-logo
{
	float: left;
}
#footer-links
{
	text-align: right;
	float: right;
	margin-top: 10px;
	text-decoration: none;
}
#footer-links A
{
	color: #E7C97D;
	text-decoration: none;
}
#footer-links A:hover
{
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/
H1
{
	margin-bottom: 1.5em;
	color: #F1E0AB;
	font-size: 100%;
	font-weight: normal;
}
H2
{
	font-size: 15px;
	margin-bottom: 10px;
	color: #8B441B;
}
P
{
	margin-bottom: 1.5em;
}
.clear
{
	clear: both;
}
#nav-horizontal A:active
{
	background-position: bottom center !important;
}

