/*---------------------------------------------------
  Box Style Sheet for Quinta no Estaço
  version:1.0
  author:Dieter Malter
  email:hdm@monchique.info
  website:webworks.monchique.info
---------------------------------------------------*/

body{
	text-align:center;
	background:#FFF url(bg_body.png) repeat-x;
}

div#container {
	width:750px;
	margin:0 auto;
	border:2px solid #6B890F;
}

div#branding{
	position:relative;
	height:281px;
	width:746px;
	margin:2px;
	background:#FFF url(bg_branding.gif) top right repeat-x;
}

div#top_image{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:375px;
	height:281px;
	background:#FFF url(../images/pic_branding.jpg) no-repeat;	
}

div#top_image2{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:375px;
	height:281px;
	background:#FFF url(../images/branding2.jpg) no-repeat;
}

div#top_image3{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:375px;
	height:281px;
	background:#FFF url(../images/branding3.jpg) no-repeat;
}

div#top_image4{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:375px;
	height:281px;
	background:#FFF url(../images/branding4.jpg) no-repeat;
}

div#top_image5{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:375px;
	height:281px;
	background:#FFF url(../images/branding5.jpg) no-repeat;
}

div#top_image6{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:375px;
	height:281px;
	background:#FFF url(../images/branding6.jpg) no-repeat;
}

div#top_image7{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:375px;
	height:281px;
	background:#FFF url(../images/branding7.jpg) no-repeat;
}

div#top_image8{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:375px;
	height:281px;
	background:#FFF url(../images/mittagsblume.jpg) no-repeat;
}
	
div#content_main{
	float:left;
	width:50%;
	text-align:left;
}

div#content_sub{
	float:left;
	width:50% !important;
	width:49.9%;
	text-align:left;
}



div#footer{
	clear:both;
	width:746px;
	height:30px;
	bottom:0;
	left:0;
	margin:0 2px 2px;
	background:#607872;
}

.wrap{
	margin:0 auto;
	width:90%;
}

