/*grid styles*/

body
{
	padding: 0 0 30px 0;
	background: url(../pics/weinflaschen3.jpg) fixed no-repeat center top #eaeaea;
}

div#bg-bar
{
	height:17px;
	width:100%;
	background: #a23334;
	position: absolute;
	top:160px; 
	left: 0;
	z-index:-1;
}

div#site
{
	width: 803px;
	margin: 0 auto;
	text-align: right;
}

div#site-wrapped
{
	min-height: 519px;
	padding: 0 10px 9px 10px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}


div#header-area
{
	height: 92px;
	background: #fff;
}

div#nav-area
{
	width: 781px;
	
}

div#main-generic-nav-area
{
	border: solid #fff;
	border-width: 1px 0;
	background: #AD9B6B;
	float: left;
	width: 100%;
}

div#sub-nav-area
{
	background: #C7BD9F;
	width: 781px;
	float: left;
	min-height: 18px;
}

div#content-area
{
}

div#content
{
	float: left;
	width: 671px;
	padding: 28px 0px;
}

div#column-right
{
	width: 110px;
	background: #fff;
	float: left;
	border-top: 1px solid #fff;
}
