body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #000000;
background-color: #e29361;
background-position: center center
}

body {
text-align: center; /*voor IE*/
}

#header {
width: 559px;
float:right;

background:#dacdbb;
margin: 0 auto;
}

#container {
width: 800px;
text-align: left; /*voor IE */
background: #dacdbb ;
overflow: hidden;
margin: 0 auto;
min-height: 750px;/* set here min height  */
height: auto !important;/* overwrite the height */
height: 750px;/* this is also the min height for IE */

}

#left {
float:left;
width:110px;
color:#dacdbb;
background: #dacdbb ;
min-height: 750px;/* set here min height  */
height: auto !important;/* overwrite the height */
height: 750px;/* this is also the min height for IE */

}


#main {
margin-left:115px;
color:#673b15;

}



a:link {
	color: #dacdbb;
	font-size: 12px;
}
a:visited {
	color: #e95d0f;
	font-size: 12px;
}




