body{
	background-color: #cec6b3;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

h4{
	margin:-10px 0 0 0;
	}

form .field{
	border: 1px solid #ccc;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}
	
#wrapper{
	width: 860px;						/*center*/
	margin: 0 auto;						/*center*/
	}
	
.header{
	background-image: url(../images/headers/rotate.php); /*AANPASSEN NAAR ROTATOR SCRIPT*/
	background-repeat: no-repeat;
	width: 860px;
	height: 223px;
	margin: 0;
	}	

.header img{							/*position logo*/
	border: 0;
	float: right;
	padding-right: 20px;
	padding-top: 25px;
	}

.banner{
	margin-left: 50px;
	}

.main{
	width: 860px;
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/content.png');				/*rare alpha filter voor IE*/
	background-image: url(../images/content.png);
	background-repeat: repeat-y;
	}

/*.main[class]{
	margin-top: -15px; weird stuff ... solves spacing problem in FF but isn't needed after adding padding or image on top
	}*/
	
.nav{
	float: left;
	padding-left: 10px;
	padding-top: 20px;
	}
	
.nav a:link, .nav a:active, .nav a:visited{
	text-decoration: none;
	border-bottom: none;
	color: #706050;
	}
	
.nav ul{
	list-style-type: none;
	}

.content{
	color: #706050;
	margin-right: 50px;
	margin-left: 350px;
	min-height: 223px;
	padding-bottom: 20px;
	}
	
.content a:link, .content a:active, .content a:visited{
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #706050;
	}
	
.footer{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 860px;
	height: 54px;
	text-align: center;
	color: #706050;
	padding-top: 1px;
	}
	
/*.footer[class]{
	margin-top: -13px; weird stuff ... solves spacing problem in FF but isn't needed after adding padding or image on top
	}*/
	
.footer a:link, .footer a:active, .footer a:visited{
	text-decoration: none;
	border-bottom: none;
	color: #706050;
	}

.thumb{
	float: left;
	border: 0;
	}

.thumbtext{
	font-weight: normal;
	font-size: 11px;
	float: right;
	margin-top: -7px;
	}

.colorthumbs{
	float: right;
	border: 0;
	margin-top: -18px;
	}

.gallery{
	margin-left: -90px;
	}
