body {
	font-size: 0.75em;
	font-family: "Lucida Grande", "Helvetica Neue", Geneva, Arial;
	line-height: 1.5;
	color: #333;
	background: #310133 url(Images/background.jpg) repeat-x;
	text-align: center;
	}

#frame{
	width:843px;
	background-image: url(Images/frame.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: left;
	}

#header{
	height:230px;
	background-repeat: no-repeat;
	}


#footer{
height:153px;
font-size: 80%;
color:#333;
padding:0px;
clear:both;
background: transparent url(Images/bottom.jpg) no-repeat bottom center;	
text-align:left;
padding-left:100px;
margin-top:4px
}

#content{
	float:left;
	width:450px;
	text-align:left;
	padding-top: 20px;
	
	padding-bottom: 20px;
	padding-left: 115px;}

* html #content {  /* This is the Tan hack, gebruikt om te zorgen dat het boxmodel ook de goede breedte bij IE geeft */
	width: 565px; 
	w\idth: 565px; }
	
#foto{
	float:right;
	width:150px;
	text-align:left;
	padding-right: 100px;
	padding-top: 30px;
	padding-bottom: 20px;}
* html #foto {  /* This is the Tan hack, gebruikt om te zorgen dat het boxmodel ook de goede breedte bij IE geeft */
	width: 250px; 
	w\idth: 250px; }	


td { font-size: 80%;} 

img {	border-style: none;}
	
