/* ------------------------------------------------------- 

	General Stylesheet | dupon.nl

	Lost in Time - Mediamakers
	www.lostintime.nl
	07-11-2006

---------------------------------------------------------- */

/* ------------------------------------
   body
   ------------------------------------*/ 
html {
	height:100%;
}
body {
	background:url(../images/structure/background.gif);
	background-repeat:repeat-y;	
	background-position:center top;
	margin:0px;
	text-align:center;
	height:100%;
	*height:auto;
	overflow-x:auto;
	*overflow-x:hidden;	
	}
/* ------------------------------------
   div's
   ------------------------------------*/
div#center {
	margin:0 auto;
	width:965px;
	text-align:center;
	min-height:832px;
	height:100%;
	}
/* ------------------------------------
   header
   ------------------------------------*/	
div#header { 
	margin:0 auto;
	height:35px;
	background-color:#FFFFFF;
	}  	
/* ------------------------------------
   menu
   ------------------------------------*/	
div#menu {
	width:180px;
	height:32px;
	float:left;
	} 
/* ------------------------------------
   content
   ------------------------------------*/	
div#content {
	margin:0 auto;
	width:785px;
	float:right;
	}	
div#contenttext {
	display:table;
	width:546px;
	float:left;
	height:auto;
	text-align:left;
	}
div#contentimage {
	position:relative;
	padding-top:194px;
	*padding-top:194px;	
	display:table;
	width:239px;
	float:left;
	height:auto;
	}
#contentimage img{
	border:1px solid #d9d9d9;
	margin-left:20px;
	margin-top:-8px;
	padding:5px;
	}	
	



input.button {
	border: 0px;
	font-family:Arial; 
	font-size:12px; 
	color:#FFFFFF;
	background-color: #009ee0;
	margin:0px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform:lowercase;
}