* { margin: 0px; padding: 0px; }

body {
	font-family:Georgia;
	font-size: 16px;
	line-height: 22px;
	background-color: #680001;
	text-align: center;
	min-width: 760px;
	color: #fff;
}

#wrapper {
	margin:0 auto;
	width:760px;
	text-align: left;
}

#frame { 
	width: 760px;
	padding: 0;
	float: left;
	text-align: center;
}

p {
	padding: 10px 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #ffcc33;
}

a:hover {
	color: #fff;
}

ul {
	padding-left:  30px;
}

h3 {
	font-weight: normal;
}

#header1 {
	float: left;
	width: 760px;
	height: 159px;
	background-image: url('images/header.jpg');
}

#menuframe {
	float: left;
	width: 760px;
	height: 52px;
	background-image: url('images/menubg.jpg');
	padding-top: 0px;
}

#menu {
	float: left;
	width: 574px;
	margin-left: 70px;
	background-image: url('images/menubuttonbg.gif');
	padding-left: 30px;
}

#menu a {
	float: left;
	font-size: 22px;
	width: 110px;
	height: 32px;
	padding-top: 20px;
}

#menu a.selected {
	background-image: url('images/menubuttonbg_sel_2.gif');
}


#contentframe {
	float: left;
	width: 760px;
	background-image: url('images/contentbg.jpg');
}

#content {
	float: left;
	background-color: #000;
	width: 600px;
	margin-left: 70px;
	border-left: 2px solid #ffcc33;
	border-right: 2px solid #ffcc33;
	border-bottom: 2px solid #ffcc33;
}

#footer {
	float: left;
	width: 760px;
	height: 79px;
	background-image: url('images/footer.jpg');
}

/* Map Page */
#map_main {
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
}

/* Contact Page */
#contact_main {
	float: left;
	width: 600px;
	text-align: center;
	padding-top: 20px;
}

/* Hours Page */
#hours_main {
	float: left;
	width: 600px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Menu Page */
#menu_top {
	float: left;
	text-align: center;
	padding-left: 25px;
}

.menu_top_item {
	float: left;
	height: 25px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	border: 2px solid #000;
}

.menu_top_item_sel {
	background-color: #680001;
	border: 2px solid #ffcc33;
}

#menu_main {
	float: left;
	width: 560px;
	padding: 0px 20px 10px 20px;
	text-align: left;
}

#menu_main hr {
	color: #fff;
}

#menu_footer {
	float: left;
	width: 560px;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
}

/* Menu Page */
.menusection {
	float: left;
	width: 560px;
	font-size: 24px;
	padding-top: 40px;
	padding-bottom: 10px;
}

.menuitemleft {
	float: left;
	width: 500px;
	padding-top: 20px;
	color: #ccc;
}

.menuitemleft strong,
.menuitemleft_wine strong,
.menuitemleft_beer strong {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

.menuitemright {
	float: left;
	width: 60px;
	text-align: right;
	padding-top: 20px;
}

.menuitemleft_wine,
.menuheaderleft_wine {
	float: left;
	width: 380px;
	padding-top: 20px;
	color: #ccc;
}

.menuitemright_wine,
.menuheaderright_wine {
	float: left;
	width: 60px;
	text-align: center;
	padding-top: 20px;
}

.menuheaderright_wine,
.menuheaderright_beer {
	font-size: 12px;
}

.menuitemleft_beer,
.menuheaderleft_beer {
	float: left;
	width: 400px;
	padding-top: 20px;
	color: #ccc;
}

.menuitemright_beer,
.menuheaderright_beer {
	float: left;
	width: 80px;
	text-align: right;
	padding-top: 20px;
}

.menusection_footer {
	float: left;
	width: 400px;
	font-size: 12px;
	text-align: center;
	padding: 40px 80px 0 80px;
}
/* Index Page */
#indexmenuframe {
	float: left;
	width: 760px;
	height: 458px;
	background-image: url('images/index_bg.jpg');
	background-repeat: none;
	margin-top: 20px;
}

#indexmenu {
	float: left;
	padding-top: 215px;
	padding-left: 370px;
}

#indexmenu a {
	float: left;
	font-size: 22px;
	padding-right: 30px;
}

/* News Page */
.newsitem {
	float: left;
	width: 560px;
	text-align: left;
	margin: 0 20px;
	padding: 40px 0;
}
.newstitle {
	float: left;
	width: 560px;
	font-size: 22px;
}
.newsdate {
	float: left;
	width: 560px;
	padding-bottom: 20px;
}
.newsbody {
	float: left;
	width: 560px;
}
.newsseparator {
	float: left;
	width: 560px;
	text-align: center;
}