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

body {
color:#000;
background-color:#fff;
margin:0;
padding:0;
}
#background {
width:100%;
position:absolute;
top:0;
left:0;
height:960px;
}
#page {
width:100%;
position:absolute;
top:0;
left:0;
z-index:1;
}
#wrapper {
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color:#FFF;
}
#topaccess {
	background-image: url(../images/common/header.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 960px;
}
#header {
	height: auto;
	width: 960px;
}
#box .box2 {
	width: 193px;
	float: left;
	margin-left: 10px;
}
#topaccess p {
	color: #FFF;
	text-align: right;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 10px;
}
#fooer {
	background-image: url(../images/common/footer.jpg);
	height: 35px;
	width: 960px;
	background-repeat: no-repeat;
/*	clear:both;*/
}
#fooer p {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}
#container {
	height: auto;
	width: 960px;
}
#header h1 {
	position: absolute;
	height: 156px;
	width: 281px;
	left: 20px;
}
#nav {
	height: 35px;
	width: 960px;
}
#nav ul {
	overflow: hidden;
}
#nav li {
	float: left;
}
#nav a {
	background-image:url(../images/common/nav.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 160px;
}
#nav ul em {
	visibility: hidden;
}
#top a {
	background-position: 0px 0px;
}
#wine a {
	background-position: -160px 0px;
}
#food a {
	background-position: -320px 0px;
}
#plan a {
	background-position: -480px 0px;
}
#special a {
	background-position: -640px 0px;
}
#info a {
	background-position: -800px 0px;
}
#top a:hover {
	background-position: 0px -35px;
}
#wine a:hover {
	background-position: -160px -35px;
}
#food a:hover {
	background-position: -320px -35px;
}
#plan a:hover {
	background-position: -480px -35px;
}
/*#special a:hover {
	background-position: -640px -35px;
}*/
#info a:hover {
	background-position: -800px -35px;
}
#container h3 {
	margin-left: 50px;
	margin-right:50px;
/*	margin-bottom:10px;*/
	border: 10px solid #804000;
}#container p {
	text-align: right;
	margin-right: 50px;
	margin-bottom: 10px;
	font-weight: bold;
}
