/****************************************************************
   Qensgartendeco.nl - CSS Document 
   Author: Stefan de Vries - Promo Reclame - www.promoreclame.nl
****************************************************************/

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#dddddd;
	font-size:11px;
	background-color:#1a1a1a;
}

#container{
	width: 968px;
	left: 50%;
	position: absolute;
	margin-left:-484px;
	text-align: left;
}

* html #container {
	margin-left:-483px;
}

/* header */

#header{	
	width:968px;
	height:315px;
}

#header #top{	
	width:968px;
	height:90px;
}

#header #logo{	
	width:306px;
	height:225px;
	padding-right: 15px;
	float: left;
}

#header #image{	
	width:423px;
	height:225px;
	padding-left: 224px;
	float: left;
	background-image: url(../img/qs_image.jpg)
}

/* content */

#content{	
	width:968px;
	height: 472px;
}

#content #leftcol{	
	width:321px;
	height: 472px;
	float: left;
}

#content #rightcol{	
	width:647px;
	height: 472px;
	float: left;
}

/* footer */

#footer{	
	width:968px;
	height: 25px;
	padding-top: 15px;
	background-color:#313131;
	color: #989898;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-bottom: 0px;
	clear: both;
}

#footer a:link, #footer a:visited {
	color:#989898;
	text-decoration: none;
}

#footer a:hover {
	color:#989898;
	text-decoration: underline;
}

/* bottom */

#bottom{	
	width:968px;
	height: 25px;
	padding-top: 15px;
	color: #989898;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-bottom: 35px;
	clear: both;
}

#bottom a:link, #bottom a:visited {
	color:#989898;
	text-decoration: none;
}

#bottom a:hover {
	color:#989898;
	text-decoration: underline;
}


