body {
	/*background-image:url(images/index-back.jpg);*/
	background-color:#FFFFFF;
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%; /*base font size*/
}
p {
	font-size:1.1em;
	line-height:1.2em;
	color:black;
	margin-right:20px;
}

h1 {
	font-size: 2.4em;
	letter-spacing: 0.05em;
	font-weight:lighter;
	line-height:.6em;
	font: Arial;
	/*display:block;*/
	background-color: #2B2468;
	color: white;
	margin-top: 0px;
	padding-top:18px;
	padding-left:8px;
	padding-bottom:12px;
}
a img,:link img,:visited img { border:none }

/* LAYOUT */
#Thatsawrap {
	float:right;
	margin-top:12px;
	width:1000px;
	}

/* Image Container*/
#imageContent {
	width:500px;
	float:left;
	/*text-align:right;*/
	}

#header { width: 1000px; clear: both; }
#gallery {
	width:630px;
	float:left;
	}	
/*Thumbnail*/	
.tn {
	/*width:90px;*/
	/*height:120px;*/
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	overflow: hidden;
}
.tn a{ border: 0px; }
/* Logo */
#logo {float:right;width:359px;height:152px;}
#logo p {margin-top:12px;}
/* CONTENT */
#content { width: 1000px; clear: both;padding-top:10px; }
/*Large Image*/
#lrg {
	/*width:100%;
	height:100%;*/
	float:left;
}	
/* Copy Container */	
#textContent {
	width:360px;
	float:right;
	height:334px;
}

/* Menu , let op > zit _in_ logo*/
#menu { width: 359px; float: right; }
#menu ul { display: inline; margin: 0px; padding:0px;}
#menu ul li { 
	display: inline; 
	padding-right: 6px;
	font-size:1.6em;
	letter-spacing:-0.1em;
	width:90px;
	font-weight:bold;
	font-style:italic;
	margin:0px;
	color:#2B2468;
	}
#menu a {color:navy;text-decoration:none;}	
#menu a:hover {color:red;}

