@charset "utf-8";
#container {
	height: 810px;
	width: 950px;
	margin-right: 12%;
	margin-left: 10%;
}
#header {
	height: 130px;
	width: 950px;
}
#wrap {
	height: 500px;
	width: 950px;
}
#footer {
	height: 150px;
	width: 950px;
	background-color: #101010;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.footer_Copy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	width: 98%;
	padding-right: 10px;
	padding-left: 10px;
}

#event_area {
	float: right;
	height: 350px;
	width: 205px;
	margin-top: 80px;
	margin-right: 18px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #202020;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #202020;
}
#logo {
	background-image: url(assets/logo.jpg);
	float: left;
	height: 200px;
	width: 360px;
}
#masthead {
	background-image: url(assets/masthead_white.jpg);
	height: 130px;
	width: 950px;
}

.body_copy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #202020;
	letter-spacing: 0.1em;
	text-align: left;
	word-spacing: 0.2em;
	line-height: 18px;
}
#navArea {
	display: inline;
	float: left;
	height: 20px;
	width: 950px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #303030;
}

#body_copy_area {
	padding: 10px;
	float: left;
	height: 350px;
	width: 620px;
	margin-top: 20px;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #202020;
}
#body_copy_area_about {
	padding: 10px;
	float: right;
	height: 390px;
	width: 550px;
	margin-top: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #303030;
	overflow: auto;
	margin-right: 25px;
}

#body_copy_area_wines {
	padding: 10px;
	float: right;
	height: 390px;
	width: 600px;
	margin-top: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #303030;
	overflow: auto;
	color: #202020;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-right: 25px;
}



#main_bg {
	background-image: url(assets/main_area_white_oran_line.jpg);
	height: 503px;
	width: 950px;
}
#image_strip {
	float: left;
	height: 134px;
	width: 600px;
	margin-left: 10px;
	background-image: url(assets/image-strip.jpg);
	margin-top: 10px;
}

#main_bg_about {
	background-image: url(assets/main_area_about.jpg);
	height: 503px;
	width: 950px;
}

#main_bg_wines {
	background-image: url(assets/main_area_wines.jpg);
	height: 503px;
	width: 950px;
}

#main_bg_gallery {
	background-image: url(assets/main_area_gallery.jpg);
	height: 503px;
	width: 950px;
}
#main_bg_contact {
	background-image: url(assets/main_area_contact.jpg);
	height: 503px;
	width: 950px;
}
#gallery_image_area {
	float: left;
	height: 450px;
	width: 800px;
	margin-left: 75px;
	overflow: auto;
	text-align: center;
}
#contact_info_area {
	float: left;
	height: 425px;
	width: 650px;
	margin-left: 265px;
	overflow: auto;
	text-align: left;
	margin-top: 25px;
}
#main_bg_events {
	background-image: url(assets/main_area_events.jpg);
	height: 503px;
	width: 950px;
	background-repeat: no-repeat;
	padding-top: 50px;
}
#event_info_area {
	float: left;
	height: 425px;
	width: 650px;
	margin-left: 265px;
	overflow: auto;
	text-align: left;
	margin-top: 25px;
}
#facebook_link {
	background-image: url(assets/facebook_link.jpg);
	height: 40px;
	width: 100px;
	border: 1px solid #FFF;
	float: right;
	margin-top: 30px;
	margin-right: 5px;
}
#footer_rightside_text {
	height: 40px;
	width: 200px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc6600;
}

.events_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #202020;
}
.events_date {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FE7805;
}
.events_time {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FE7805;
}
.events_artist {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #202020;
	text-indent: 30px;
}
