@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/tilable-wood.jpg);
	background-repeat: repeat;
	margin: 0px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 15px;
}

A:link{
	color: #BB8B4A;
	text-decoration:none
}
A:visited {COLOR: #caa674; TEXT-DECORATION: none}
A:hover {COLOR: #452916;TEXT-DECORATION: none
}

A.sara:link{color:#caa674; text-decoration:none}
A.sara:visited {COLOR: #caa674; TEXT-DECORATION: none}
A.sara:hover {	COLOR: #E7D7B6;	TEXT-DECORATION: none
}


.above-menu {
	background-image: url(../images/above-menu.png);
	background-repeat: no-repeat;
	height: 69px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}

.top-menu {
	background-image: url(../images/behind-menu.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 31px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}

.social-bg {
	background-image: url(../images/social-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	width: 902px;
	margin-right: auto;
	margin-left: auto;
}

.icons {
	padding-right: 25px;
}

.social-bg p {
	float: left;
	padding: 1em 0 0 2.4em;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1em;
}

.social-bg img {
	float: right;
	border-style: none;
}

ul#topnav {
	margin: 0; padding: 0;
	float:right;
	width: 100%;
	list-style: none;
	z-index: 1;
}
ul#topnav li {
	float: right;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	z-index: 1;
}
ul#topnav li a {
	float: right;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 31px;
	z-index: 1;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.home {
	background: url(../images/nav/nav-home.png) no-repeat;
	width: 78px;
}
ul#topnav a.about {
	background: url(../images/nav/nav-about.png) no-repeat;
	width: 102px;
}
ul#topnav a.eat {
	background: url(../images/nav/nav-eat.png) no-repeat;
	width: 83px;
}
ul#topnav a.drink {
	background: url(../images/nav/nav-drink.png) no-repeat;
	width: 81px;
}
ul#topnav a.play {
	background: url(../images/nav/nav-play.png) no-repeat;
	width: 83px;
}
ul#topnav a.contact {
	background: url(../images/nav/nav-contact.png) no-repeat;
	width: 114px;
	margin-right: 45px;
}
.top-pic {
	height: 362px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-top-pic.png);
	background-repeat: no-repeat;
	background-position: center;
}


.content-outer {
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	display: table;
}

.content-left {
	float: left;
	width: 505px;
	display: table;
	margin-left: 55px;
	text-align: justify;
	line-height: 22px;
}
.content-right {
	float: right;
	width: 325px;
	display: table;
	margin-right: 45px;
	text-align: justify;
	vertical-align: top;
}

.titles {
	background-image: url(../images/bg-title.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 71px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}

.footer-outer {
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 145px;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}


.footer-copyright {
	height: 25px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #caa674;
	font-size: 13px;
}
