@charset "UTF-8";
/*-----------------------------------------------------------------
Startdate:		1Oktober2007
Project:		Stefan Prins/Composer-Performer
Copyright:		Stefan Prins
Design:			Ward Monteyne
Develop:		Ward Monteyne
Last Edited:
Last Editor:	
------------------------------------------------------------------*/




/* POSITIONING GENERAL DIVS
-------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------*/

div#container{
	width:975px;	
	margin:0 auto;
}

div#wrapper{
	float:left;
	width:900px;
	margin:45px 0 0 0;
	/*border:1px solid green;*/
	background:url(../img/raster_nav.gif) no-repeat 140px 80px;
}

div#banner{
	float:left;
	width:140px;
	height:500px;
	border-bottom:10px solid #999;
}

div#logo{
	float:left;
	width:140px;
	margin:0;
	padding:177px 0 0 0;
	background:url(../img/raster_logo.gif) no-repeat 80px 80px;
}

div#body{
	float:left;
	width:485px;
	/*border:1px solid red;*/
}

div#navigation{
	float:left;
	width:485px;
	height:220px;
	/*height:16.5em;*/
}

div#contentbox{
	float:left;
	width:485px;
	border-right:1px solid #ccc;

}


div#rightbox{
	float:left;
	width:235px;
	margin-right:-2px;
	border-left:1px solid #ccc;
}


div#footer{
	float:left;
	clear:both;
	width:100%;
	width:99%;
	margin:50px 0 0;
}


