@charset "utf-8";
/* CSS Document */
html, body, * { 
margin: 0; 
padding: 0; 
} 

:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 { font-weight: normal; } 

body  {
	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 */
	background-color: #FFFCF5;
	background-image: url(../images/oatbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #8c6239;
	font-size: 12px;
}
h1 {
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #183151;
	font-weight: normal;
	font-size: 2.2em;
	margin-bottom: 0.5em;
}
.twoColFixLtHdr #container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 344px;
	padding-top: 134px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFCF5;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 354px;
	padding-top: 38px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContent a {
	color: #183151;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #183151;
	font-weight: bold;
	text-decoration: underline;
}

.twoColFixLtHdr #mainContentmenu {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 354px;
	padding-top: 38px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContentmenu a {
	color: #183151;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixLtHdr #mainContentmenu a:hover {
	color: #183151;
	font-weight: bold;
	text-decoration: underline;
}


.twoColFixLtHdr #footer {
	padding: 0px;
	background-color: #FFFCF5;
	color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B9AD87;
} 
.twoColFixLtHdr #copy {
	font-size:9px;
	padding: 0px;
	background-color: #FFFCF5;
	color: #000000;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
#navcontainer {
	background-color: #B8AD86;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 48px;
}




#menu-centered {
	padding: 14px;
	margin: 0;
}
#menu-centered ul {    text-align: center;    padding: 0;    margin: 0;}
#menu-centered li {
	display: inline;
	list-style: none;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#menu-centered a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	background: #B8AD86;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
}
#menu-centered a:hover {
	text-decoration: underline;
}
#location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #162F4E;
	text-align: right;
	line-height: 16px;
	font-weight: bold;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFCF5;
}
#footer-centered {
	padding: 10px;
	margin: 0;
}
#footer-centered ul {    text-align: center;    padding: 0;    margin: 0;}
#footer-centered li {
	display: inline;
	list-style: none;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}
#footer-centered a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
}
#footer-centered a:hover {
	text-decoration: underline;
}
#map {
	border: 1px solid #333333;
	height: 350px;
	width: 425px;
}
#sidephoto01 {
	background-image: url(../images/sidephoto01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 480px;
	width: 354px;
}
#sidephoto02 {
	background-image: url(../images/sidephoto02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 480px;
	width: 354px;
}
#sidephoto03 {
	background-image: url(../images/sidephoto03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 750px;
	width: 354px;
}
#sidephoto04 {
	background-image: url(../images/sidephoto04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 354px;
	height: 400px;
}
#group {
	background-image: url(../images/group-photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 290px;
	width: 670px;
}



#blue14{
	color: #162F4E;
	font-size: 14px;
	font-weight: bold;
	padding-left: 64px;
}
#drinkbox {
	background-color: #FFFCF5;
	background-image: url(../images/sidebarbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 94px;
}
#drinkbottom {
	background-color: #FFFCF5;
	background-image: url(../images/sidebarbg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 70px;
}

#drinkcontent {
	background-color: #B2A780;
	margin-left: 21px;
	padding-left: 14px;
	padding-right: 14px;
}


#groupbull  li {
	list-style-type: square;
	padding-bottom: 6px;
}
#drinksbigtitle {
	color: #FFFFFF;
	font-family: Georgia, Times, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-top: 60px;
}


#drinkstitle {
	color: #641625;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}#drinksdes {
	color: #162F4E;
	font-family: Georgia, Times, sans-serif;
	font-size: 11px;
	font-style: italic;
	padding-left: 20px;
}

