/*_________________________________________________
|______________GRAFISCHE REALISATIE________________|
|	Naam:				Studio S				|
|	Adres:				Emmerikseweg 373		|
|						7206 DA Zutphen			|
|	Email:				s-sgr@hotmail.com		|
|__________________________________________________|
|______________TECHNISCHE REALISATIE_______________|
|	Naam:				Thierry de Rop			|
|	Adres:				Braamkamp 337			|
|						7206 HR Zutphen			|
|	Email:				thierry.eamon@gmail.com	|
|________________________________________________*/




body{
margin:0;
padding:0;
line-height: 1.5em;
background: #F3EAD9;
scrollbar-3dlight-color: #EDD7AE;
scrollbar-arrow-color: #9A4C1B;
scrollbar-track-color: #DBC6B3;
scrollbar-darkshadow-color: #DECBBA;
scrollbar-face-color: #E2CFBE;
scrollbar-highlight-color: #F0E3D3;
scrollbar-shadow-color: #EDD7AE;
}


#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 29px 0 27px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: url(images/center-top.jpg) no-repeat;
height: 472px;
}

#leftcolumn{
float: left;
width: 27px; /*Width of left column in pixel*/
height: 472px;
margin-left: -800px; /*Set margin to that of -(MainContainerWidth)*/
background: url(images/left2.jpg);
}

#rightcolumn{
float: left;
width: 29px; /*Width of right column*/
height: 472px;
margin-left: -29px; /*Set left margin to -(RightColumnWidth)*/
background: url(images/right2.jpg);
}


#linkspic1{
float: left;
width:  94px;
height: 128px;
background: url(images/links-1.jpg);
}

#pic1{
float: left;
width:  128px;
height: 128px;
}

#linkspic2{
float: left;
width:  9px;
height: 128px;
background: url(images/links-2.jpg);
}

#pic2{
float: left;
width:  128px;
height: 128px;
}

#linkspic3{
float: left;
width:  11px;
height: 128px;
background: url(images/links-3.jpg);
}

#pic3{
float: left;
width:  128px;
height: 128px;
}

#welkom{
float: left;
width:  302px;
height: 128px;
}