@charset "utf-8";

a:link {
	color: #900;
}
a:visited {
	color: #900;
}
a:hover {
	color: #000;
}
a:active {
	color: #900;
}

a.mail:link {
	color: #fac112;
}
a.mail:visited {
	color: #fac112;
}
a.mail:hover {
	color: #fac112;
}
a.mail:active {
	color: #fac112;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F9ECC9;
	height: 800px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #951222;
	height: 250px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(../img/gradfill.jpg);
	background-repeat: repeat-x;
	background-color: #fac112;
	top: -80px;
	position: relative;
	overflow: auto;
	height: 600px;
}
.oneColFixCtrHdr #footer {
	background:#951222;
	height: 110px;
	position: relative;
	top: -80px;
	padding: 2px;
	text-align: left;
	z-index: 1;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #menubar {
	background-color: #fac112;
	height: 20px;
	padding: 5px;
	position: relative;
	top: -80px;
	border: 1;
	border-color: #000;
}
.baaheader {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 48px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
.baaheaderCaps {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 75px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
.oneColFixCtrHdr #sheeplogo{
	position:relative;
	width:142px;
	height:157px;
	z-index:1;
	left: 790px;
	top: -110px;
	border-color: #000;
	border-width: 1px;
}
.oneColFixCtrHdr #hoteltitlebar {
	position:relative;
	width:650px;
	height:40px;
	z-index:2;
	left: 100px;
	top: -160px;
	font-size: 20px;
	color: #FFF;
}
.guestdaate {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.GuestName {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #951222;
}
.GuestBio {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.imageborder {
	border: 4px solid #FFF;
}
#footertext {
	position:relative;
	width:750px;
	height:75px;
	z-index:10;
	left: 50px;
	top: -180px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #FFF;
	overflow: auto;
}
.oneColFixCtrHdr #container #footertext p {
	color: #FFF;
}
.footertime {
	color: #FAC112;
}
#footertext2 {
	position:relative;
	width:750px;
	height:100px;
	z-index:25;
	left: 50px;
	top: -1210px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

