body {
	font: 15px Arial, Helvetica, sans-serif;
	background: #eff3a9;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

a {
	color: #000000;
}	

img {
	border: 0;
}

#container {
	width: 100%;
}

#header {
	height: 198px;
	background: #fff url(../gfx/header_bg.png) repeat-x;
}
#header #headercontent {	
	width: 1000px;
	height: 198px;
	background: #fff url(../gfx/header.jpg) no-repeat center top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#header h1 {
	margin: 0;
	padding: 10px 0;
	display: none;
}

#main {	
	margin: 0;
	padding: 0;
	background: #f9fade;
}
#main #maincontent {
	width: 760px;
	padding: 10px 120px 10px 120px;
	
	margin: 0 auto;
	
	text-align: left;
}
#main .home {	
	background: url(../gfx/arrow_letter.png) no-repeat 60px 277px;
}
#main #maincontent h2 {
	margin: 2px 0 0 0;	
	font-size: 16px;
}
#main #maincontent h3 {
	margin: 6px 0 0 0;	
	padding: 0;
	font-size: 14px;
}
#main #maincontent p {
	margin: 2px 0 13px 0;	
}

#maincontent #highlights {
	height: 217px;
	
	margin: 5px 0 5px 0;
	padding: 4px;
	overflow: auto;
	
	background: #fff;
	border: 1px solid #888;
	
	font-weight: bold;
}
#highlights ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

table#sign {
	width: 100%;
	background: url(../gfx/arrow_sign.png) no-repeat 330px -10px;
	font-size: 12px;
}
table#sign td {
}
table#sign td#signdescript {
	width: 60%;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

table#sign input.text {
	width: 150px;
	border: 1px solid #888;
}
table#sign input.button {
	margin-top: 0px;
	background: url(../gfx/btn_verstuur.png);
	border: 0;
	width: 75px;
	height: 25px;
}

table#sendafriend input.button {
	margin-top: 0px;
	background: url(../gfx/btn_verstuur.png);
	border: 0;
	width: 75px;
	height: 25px;
}

#footer {
	padding: 10px;
	background:#eff3a9;
}
#footer p {
	margin: 0;
	padding: 0;
	
	font-size: 13px;
}
#footer p a {
}
