html {
/*	overflow:auto;
	position:fixed; */
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: 170px 500px;
	/*voor IE6 only: */
	_background-position: 173px 500px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333367;
}
img {
	border: 1px solid #000000;
}
hr {
	border: 1px solid #000000;
	height: 1px;
}
td {
	vertical-align: top;
}
h1 {
	margin-top: 0px;
	margin-bottom: 11px;
	font-size: large;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF5F00;
}
a:visited {
	color: #FF5F00;
}
a:hover {
	color: #333367;
}
a:active {
	color: #333367;
}
.nostroke {
	border: 0px;
}
a.homelink {
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	background-color: #003366;
	display: block;
	height: 27px;
	padding-left: 3px;
}
a.homelink:hover {
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	background-color: #003366;
	display: block;
	height: 27px;
	padding-left: 3px;
}
#header {
	width: 1050px;
}
#main {
	height: 100%;
}
#menu {
	float: left;
	width: 170px;
	text-align: center;
}
#content {
	width: 855px;
	left: 170px;
	position: absolute;
	/*IE6 only: */
	_left: 173px;
	_width: 855px;
}
#top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 21px;
}
#bottom {
	padding-left: 15px;
	padding-right: 15px;
}
#header{
	background-color:#FFF;
}
#menu img {
	margin-bottom: 5px;
}

