body {
	background: #f4fbfb url(images/body_background.gif) repeat-x fixed center center;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #333;
}
a:active {
	color: #666;
}
input {
	width: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
}

.body_text {
	font: 13px Arial, Helvetica, sans-serif;
	color: #666;
}
.title {
	font: bold normal 16px Arial, Helvetica, sans-serif;
	color: #4fc3c7;
	padding-bottom: 5px;
	margin: 0px;
}
.accent_text {
	font: italic 13px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
}




#wrapper {
	margin: 0px auto 0px -415px;
	height: auto;
	width: 830px;
	position: absolute;
	left: 50%;
	top:25px;
}
#drop_shadow {
	width: 800px;
	background: url(images/shadow_background.png) repeat-y center;
	padding-right: 15px;
	padding-left: 15px;
	height: auto;
}
#top_border {
	background: #FFF;
	width: 800px;
	margin-right: 15px;
	margin-left: 15px;
	height: 5px;
}

#content {
	border-top: 5px none #FFF;
	border-right: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	border-left: 5px solid #FFF;
	background: #ffffff;
	min-height: 480px;
	padding-bottom: 10px;
}
#hosted {
	clear: left;
	width: 770px;
	height: auto;
	padding-left: 25px;
	padding-top: 25px;
}

#footer_text {
	color: #666;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

#left_nav {
	height: 84px;
	width: 112px;
	position: absolute;
	top: 30px;
	left: 550px;
	border-left: 1px solid #4fc3c7;
}
#right_nav {
	height: 84px;
	width: 112px;
	position: absolute;
	top: 30px;
	left: 664px;
	border-left: 1px solid #4fc3c7;
}


#festival_logo {
	margin-top: 15px;
	margin-left: 15px;
}



#header {
	height: 160px;
	width: 790px;
	background: url(images/header_opacity.png) repeat;
	position: relative;
}
#image {
	background: url(images/bay_image.jpg) right;
	height: 475px;
	width: 790px;
}
#toasting_glasses {
	position: absolute;
	top: 117px;
	z-index: 500;
}
#body_content {
	padding-top: 25px;

}
#intro_list {
	width: 350px;
	margin-left: 400px;
	margin-bottom: 25px;
	padding-left: 15px;
	border-top: 1px none #4fc3c7;
	border-right: 1px none #4fc3c7;
	border-bottom: 1px none #4fc3c7;
	border-left: 1px solid #4fc3c7;
}
#intro_left {
	width: 350px;
	float: left;
	padding-left: 25px;
}
#emblem {
	position: absolute;
	z-index: 1000;
	top: 175px;
	left: 640px;
}
#ticket_button_home {
	margin-top: 10px;
}
#wine_list {
	padding-right: 25px;
	padding-left: 25px;
}
#cuisine_left {
	width: 225px;
	float: left;
	padding-left: 0px;
	text-align: center;
}
#cuisine_list {
	width: 500px;
	margin-left: 250px;
	margin-bottom: 25px;
	padding-left: 15px;
	border-top: 1px none #4fc3c7;
	border-right: 1px none #4fc3c7;
	border-bottom: 1px none #4fc3c7;
	border-left: 1px solid #4fc3c7;
}
#contact_form {
	width: 350px;
	padding-left: 25px;
}
.small_caps {
	font: xx-small Arial, Helvetica, sans-serif;
}

