@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #441e13;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#main_container {
	width: 760px;
	background: #441e13;
	margin: 0 auto;
	text-align: left;
}
#logo {
	height: 80px;
	width: 100%;
	background:url(../images/logo.png) no-repeat;
	color:#96afac;
}
#grapes { behavior: url(images/iepngfix.htc); }
#grapes {
	height:343px;
	width:280px;
	margin-left:660px;
	margin-top:-30px;
	position:absolute;
	background:url(../images/grapes.png) no-repeat right;
}
#menu_bar {
	height: 37px;
	width: 100%;
	background:url(../images/menu.png) bottom no-repeat;
}
#nav_container ul {
	padding-left: 0;
	margin-left: 0;
/*	margin-top:10px;*/
	background-color: transparent;
	color: #96afac;
	float: left;
	width: 100%;
	font-family: verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#nav_container ul li {
	display: inline;
}
#nav_container ul li a {
	margin-top: 5px;
	padding-left: 1em;
	padding-right: 1em;
	background-color: transparent;
	color: #96afac;
	text-decoration: none;
	float: left;
	border-right: 1px solid #96afac;
}
#nav_container ul li a:hover {
	background-color: transparent;
	color: #fff;
}
#header {
	height: 96px;
	background:url(../images/header.png) no-repeat;
	margin-bottom: 0;
	padding-bottom: 0;
}
#header_arrow {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background:url(../images/header_arrow.png) top no-repeat;
	height:66px;	
}
#header_arrow img {

}
#header h1 {
	margin: 0;
	padding: 18px 35px;
	font-size:48px;
	color:#dbd8c5;
}
#content_wrapper {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: auto;
	background:url(../images/content_bg_repeat.png) repeat-y;
}
#content {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 0 35px 35px 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	line-height: 130%;
	background:url(../images/content_bottom.png) bottom no-repeat;
}
#content p {
	/* padding: 0 35px 0 35px; */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}
#content img {
	padding: 20px;
	border:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
#footer {
	padding-top: 13px;
	width: 760px;
	height: 86px;
	background: url(../images/footer.png) bottom no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align:center;
}

