body {
 background-color: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	height: 100%;
 background-position:top;
 color:#000000;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
	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 */
}

#container {
 width: 800px;
 text-align: left; /* this overrides the text-align: center on the body element. */
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
 height: auto;
 background-color: #8b846a;
} 
#header {
 background-color: #FFFFFF;
 margin: 0px;
 padding: 0px;
 border-top-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 0px;
 border-left-width: 0px;
} 
#sidebar1 {
 float: left; /* since this element is floated, a width must be given */
 width: 240px;
 margin-left: 10px;
 margin-bottom: 10px;
 border-top-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 0px;
 border-left-width: 0px;
 margin-top: 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 height: 100%;
 text-align: center;
 color: #FFFFFF;
}
#footer {
 padding-top: 5px;
 padding-right: 0px;
 padding-bottom: 5px;
 padding-left: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
 border-top-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 0px;
 border-left-width: 0px;
 text-align: center;
} 
#footer p {
 margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
 padding-top: 5px;
 padding-right: 0;
 padding-bottom: 5px;
 padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar1   a {
 color: #FFFFFF;
 text-decoration: none;
}
#sidebar1   a:hover {
 color: #FFFF00;
 text-decoration: none;
}

#sidebarcontent {
 float: left;
 border-top-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 0px;
 border-left-width: 0px;
 margin: 5px;
 width: 230px;
 text-align: center;
 color: #FFFFFF;
}
#sidebar1   h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 17px;
 color: #ceb085;
}

#mainContent {
 margin-bottom: 0px;
 margin-left: 260px;
 margin-right: 10px;
 margin-top: 10px;
 padding: 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 height: 100%;
} 

#mainContent .indent { margin-left: 20px; }

#mainContent  h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 17px;
 color: #000000;
}

#mainContent h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #000000;
}


#mainContent a {
 color: #696550;
 text-decoration: none;
 font-weight: bold;
}

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

#planer {
 float: left;
 width: 220px;
 border-right: 1px solid #D3CAA9;
 padding-right: 20px;
 padding-top: 5px;
}
#stories {
 float: right;
 width: 220px;
 padding-top: 5px;
}

.tablepadright {
 padding-right: 5px;
}
.tablepadleft {
 padding-left: 5px;
}

.bordertop {
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #D3CAA9;
}

.borderleft {
 border-left-width: 1px;
 border-left-style: solid;
 border-left-color: #D3CAA9;
}

.bar-lit {
	padding-left: 6px;
	background: 0px 4px url(images/bar_lit.gif) no-repeat;
}

#bg {
 background-image: url(images/body_bg.gif);
 background-repeat: repeat-y;
 margin: 0px;
 padding: 0px;
}
#nav {
	width: 560px;
	height: 25px;
	background-color: #4E3E33;
	padding-left: 240px;
}
#nav  a {
 background-image:url(images/menu.png);
 width:70px;
 height:19px;
 display:inline;
 float:left;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 text-align:center;
 padding-top:6px;
 text-decoration:none;
 color:#e9e4d0;
 font-weight:bolder;
}
#nav  a:hover {
	color:#544e38;
}

#address {
 height:282px;
 background-color:#546581;
 padding-left:4px;
 color: #FFFFFF;
}
#latestNews { background-color:#a09a80; padding-left:4px; padding-top:5px; padding-right:5px; padding-bottom:5px; margin-top:10px; }

#address h2 {
 background-color:#546581;
 color: #FFFFFF;
}

#address a {
 color: #FFFFFF;
 text-decoration: none;
 font-weight: normal;
}

#address a:hover {
 color: #FFFFFF;
 text-decoration: none;
 font-weight: bold;
}

.menuh2 {
 display: block;
 margin-top: -10px;
}

.menudesc {
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
}

#mainContent h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #000000;
}
.menudish {
 margin-top: 2px;
 margin-left: 10px;
 font-weight: bold;
}

#mainContentDrinks {
 margin-bottom: 0px;
 margin-left: 260px;
 margin-right: 10px;
 margin-top: 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 height: 100%;
 background-image: url(images/drinkspanel.png);
 background-repeat: repeat-y;
 background-position: right top;
 padding-top: 10px;
 padding-right: 120px;
 padding-bottom: 10px;
 padding-left: 10px;
}



#mainContentXmas {
	margin-bottom: 0px;
	margin-left: 260px;
	margin-right: 10px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/snowback.png);
	background-repeat: repeat;
} 

#mainContentXmas .indent { margin-left: 20px; }

#mainContentXmas  h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #009900;
}

#mainContentXmas h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF0000;
}


#mainContentXmas a {
 color: #696550;
 text-decoration: none;
 font-weight: bold;
}

#mainContentXmas a:hover {
 color: #FFFFFF;
 text-decoration: none;
}
#container #bg #mainContentXmas #xmaxmain {
	padding-right: 10px;
	padding-left: 10px;
}
