html, body {
	margin: 0;
	padding: 0;
	background: #FBFBF6 url(bg_body.gif) repeat scroll 0 0;
/*	color: #8f795a;*/
	text-align: center;
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: bold;
}

h1 {
  font-size: 18pt;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

p, ul, ol, blockquote {
	font-size: 10pt;
}

.section_header {
  position: relative;
  width: auto;
/*   margin-right: 5px; */
  padding: 3px;
  background-color: #C9A87C;
  color: #503F24;
}

.section_footer
{
  margin-top: 5em;
  border-bottom: 4px solid #C9A87C;
}

.bold {
  font-weight: bold;
}

img,
img a {
  border: none;
}

h2 {

	background-repeat: no-repeat;
	background-position: left center;
}

h3 {
  font-size: medium;
  background-repeat: no-repeat;
  background-position: left center;
}


#menu_column h3, #menu_column h2 {
	padding-left: 25px;
	font-size: medium;
	background-repeat: no-repeat;
	background-position: left center;
}



a {
	color: #B1A796;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.posted {
	padding-top: 10px;
	border-top: 1px solid #47a3b7;
	font-size: x-small;
}

.fl_left {
  float: left;
  display: line;
}

.fl_right {
  float: right;
  display: line;
}

/* Used for headings which need to clear right floated */
/* content images, but not mess up the left floated nav menu */
/* IE < 8 must ignore this, so a rule in "ie-rules.css" overrides this */
.special_clear_right
{
  clear: right;
}


/* Photo thumbnails (usually 280px wide), which are floated */
/* to the right side of the main content area */
.right_feature_photos
{
  float: right;
  clear: right; /* Ensures one vertical column of these photos */
  margin-bottom: 20px;
}

/* AB Calendar Instruction Text */
.calendar_instructions {
  font-size: 9pt;
}

/* AB Calendar Message Text, below */
#Messages1,
#Messages2,
#Messages3,
#Messages4,
#Messages5 {
  font-size: 9pt;
  color: blue;
}

table.abcalendar_legend tr td {
  font-size: small;
}

.reservation_suite {
  font-size: 14pt;
  clear: both;
  border-bottom: 1px dashed #000;
  margin-bottom: 20px;
}

.reservation_suite_last {
  font-size: 14pt;
  clear: both;
  border-bottom: none;
  margin-bottom: 20px;
}

.room_description {
  font-size: 10pt;
}

/* Header */

#header {
	width: 800px;
	height: 300px;
	background-color: #1b0b03;
	background-image: url('header.jpg');
	background-repeat: false;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}

#header * {
	text-decoration: none;
	color: #FAC6D1;
	font-weight: bold;
}

#header h1 {
	float: left;
	margin: 0;
	padding-top: 130px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	color: #B1A796;
}

#header h2 {
	float: left;
	margin: 0;
	padding: 148px 0 0 0;
	background: none;
	font-size: small;
}

#main_container {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  
}

#content_wrapper
{
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 0;
  background-color: #201010;
}

#content_column
{
/*   float: right; */
  margin-left: 200px; /*Set left margin to LeftColumnWidth*/
  margin-top: 0;
  margin-bottom: 0;
	padding-top: 10px;
/*   padding: 10px; */
  background-color: #ffffff;
}

#booking
{
	clear: both;
}

#menu_column
{
  float: left;
  width: 200px; /*Width of left column*/
  margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
  color: #8f795a;
  background-color: #201010;
  
  text-align: left;
}

.content_inner
{
  margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: 0;
}

#content_column a {
	color: #8f795a;
  text-decoration: underline;
}

#content_column a:hover {
	color: #287E8C;
  text-decoration: underline;
}

#content_column ul li
{
  line-height: 180%;
}

#menu_column h2 {
	color: #67563F;
}

#menu_column ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
  font-size: 100%;
}

#menu_column h2 {
	margin: 20px 0 10px 0;
}

#menu_column ul li {
  padding-top: 15px;
  border-bottom: 1px solid #8f795a;
}

/* If prefered to have underline only under words */
/*#menu_column ul li a {
  border-bottom: 1px solid #8f795a;
}*/

#menu_contact_info {
  margin-top: 150px;
  
  font-size: small;
  text-align: center;
  color: #af997a;
}

#content-footer {
  height: 10px;
  width: 800px;
  clear: both;
}

/* Footer */

#footer {
  clear: both;
	width: 800px;
	height: 25px;
	margin: 0 auto;
	text-align: center;
	font-size: small;
  color: white;
  background-color: #302020;
}

#footer p {
	font-size: small;
	/*color: #53382e;*/
  color: #BBB3A7;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#footer a {
	/*color: #201010;*/
  color: #BBB3A7;
}

#footer a:hover {
	color: #FFFFFF;
}
