body {
	background-image:url(images/back_red01.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.64em;
	color:#999999;
	margin:0;

}
#banner {
	position:absolute; 
	width: 304px;
	height: 103px;
	left:5px;top:0px; 	
	background:#369; 
/*	margin: 10px 100px 140px 340px; */
	background-image: url(images/banner_red01.jpg);
	  color: inherit;
	  background-color: rgb(203,020,022);

}

#Menu {
  position: absolute; 
  Top: 107px; Left: 5px;
  Width: 800px;
  color: white;
  background-color: #cb1416;
  font-size: 109%;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0; 
}

#Menu a {
  color: white;
  background-color: #cb1416;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex; 
}

#Menu a:hover {
  color: black;
  background-color: white;
}

#menu a:active{ 
/* color:#3c7faf; */ 
background:#f9d543; 
} 

#container {
  position: absolute; 
  Top: 160px;

}

/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 12.5em;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: rgb(64,64,64);
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar img {
	border: none;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 0ex 0ex;
}

.leftSideBar a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: rgb(64,64,64);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar .sideBarText {
  color: rgb(166,140,83);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}

/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 15em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid rgb(216,210,195);
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
  color: rgb(166,140,83);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.rightSideBar a:hover {
  text-decoration: none;
}

.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}

.rightSideBar ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 0 0 1em 0;
	padding: 0;
}


#main {
  color: black;
  background-color: white;
  font-size: 115%;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 12.5em;
  padding: 0.5ex 15em 1em 1em;
  border-left: 1px solid rgb(216,210,195);
}

#main h1 {
  color: rgb(166,140,83);
  background-color: transparent;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px solid rgb(216,210,195);
}

#main h3 {
	font-size: 100%;
	color: rgb(166,140,83);
	  background-color: transparent;
	  font-family: arial, verdana, helvetica, sans-serif;
	  font-size: 175%;
	  font-weight: bold;
	  font-style: italic;
	  text-align: left;
	  margin: 1em 0 0 0;
	  padding: 1em 0 0 0;
	  border-top: 1px solid rgb(216,210,195);
}

#main a {
  color: rgb(168,140,83);
  background-color: transparent;
  text-decoration: underline;
}

#main a:hover {
  text-decoration: none;
}


#main p {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 150%;
}

#main li {
  margin: 2ex;
  padding: 0 0.5ex 0ex 0.5ex;
}

/* ##### Footer ##### */

#footer {
  color: black;
  background-color: rgb(230,223,207);
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: none;
}

#bindex a#index, #bfeatures a#features, #brates a#rates, #bnews a#news, #breservation a#reservation, #bcontact a#contact{ 
	color:Black; 
	background:white;  
} 
