html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */


body {
	background: #000 url(../image/bg-main.jpg) no-repeat left top;
	text-align: center;
	margin: 40px 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	}

#container {
	width: 962px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background: #fff;
}

#photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 962px;
	height: 595px;
}

#content {
	position: absolute;
	width: 650px;
	height: 461px;
	top: 66px;
	left: 314px;
	background: url(../image/logo-sub.png) no-repeat left top;
}

body#home #content {
	position: absolute;
	width: 249px;
	height: 461px;
	top: 66px;
	left: 713px;
	background: url(../image/logo-home.png) no-repeat left top;
}

#main-column {
	position: absolute;
	top: 25px;
	left: 270px;
	width: 355px;
}

#site-content {
	position: absolute;
	top: 250px;
	left: 45px;
	width: 300px;
}

#photo-icons {
	margin: 20px 0 0 0;
}

#photo-icons img {
	float: left;
	margin: 0 6px 6px 0;
	border: 1px solid #ccc;
}


/*
-------------------------
NAVIGATION
-------------------------
*/


div#navigation {
	margin: 20px 0 0 15px;
}

div#navigation ul {
	list-style: none;
}

div#navigation ul li {
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #111;
}

div#navigation ul li a:link,
div#navigation ul li a:visited {
	color: #111;
	text-decoration: none;
	display: block;
	padding: 3px 0;
	width:100px;
}

div#navigation ul li a:hover {
	color: #fff;
}

body#about li#nav-about a:link,
body#about li#nav-about a:visited,

body#eat li#nav-eat a:link,
body#eat li#nav-eat a:visited,

body#drink li#nav-drink a:link,
body#drink li#nav-drink a:visited,

body#private li#nav-private a:link,
body#private li#nav-private a:visited,

body#press li#nav-press a:link,
body#press li#nav-press a:visited,

body#events li#nav-events a:link,
body#events li#nav-events a:visited,

body#info li#nav-info a:link,
body#info li#nav-info a:visited {
	color: #fff; 
}

/*
-------------------------
TEXT FORMATTING
-------------------------
*/

a:link,
a:visited {
	color: #4a0e0e;
	text-decoration: none;
}

a:hover {
	color: #fff;
}



/*
-------------------------
TEXT FORMATTING
-------------------------
*/

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 10px 0;
}


h1.hide {
	display: none;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin: 15px 0 5px 0;
}


p {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin: 0 0 10px 0;
}

body#press #main-column p {
	color: #111;
}



body#info p {
	font-size: 11px;
	margin: 0 0 3px 0;
}

body#info strong {
	font-weight: bold;
}

body#site p {
	font-size: 11px;
	line-height: 17px;
	color: #85755a;
}

body#site p strong {
	color: #fff;
	font-weight: normal;
}

#site-content a:link,
#site-content a:visited {
	color: #fff;
	text-decoration: none;
}
#site-content a:hover {
	color: #ffe1ac;
}


#tagline {
	position: absolute;
	width: 212px;
	top: 612px;
	left: 750px;
}

#tagline p {
	font-size: 11px;
	color: #a79d90;
	text-align: right;
}

#tagline p span {
	font-size: 11px;
	color: #6b1414;
	text-align: right;
}


#footer {
	position: absolute;
	top: 605px;
	left: 0;
	width: 962px;
	padding: 5px 0 5px 38px;
	background: url(../image/logo-footer.png) no-repeat 0% 50%
}

#footer p {
	color: #664b30;
	font-size: 10px;
	line-height: 14px;
	margin: 2px 0;
}

#footer a:link,
#footer a:visited {
	color: #664b30;
	text-decoration: none;
}

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

#footer p span {
	margin: 0 10px;
	color: #222;
}

#footer p strong {
	color: #fff;
}

input#address {
	width: 215px;
	margin: 5px 5px 0 0;
	padding: 3px;
}



