body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	background-image: url(images/main_bg.gif);
	background-color: #E1E1E1;
	background-position: center top;
	background-repeat: repeat-x;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
div								{display:block;}
img								{border:0px;display:inline;}
td 								{empty-cells:show;}
table 							{border:0px;}
p 								{margin:0px;padding:0px;}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #75abeb;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #75abeb;
}
h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #75abeb;
}
.break {
	clear: both;
}

#maincontainer{
	margin:auto;
	text-align: left;
}
#header{
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 84px;
	position: relative;
}
#image_container {
	width: 800px;
	margin: auto;
	height: 201px;
	position: relative;
}

#menu_container {
	position: absolute;
	left: 32px;
	top: 10px;
	overflow: visible;
	width: 368px;

}
#bottom_container {
	width: 800px;
	margin: auto;
	height: 168px;
	position: relative;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#content_container {
	clear: both;
	width: 800px;
	margin:auto;
	text-align: left;
	height: 166px;
}

#naw {
	position: absolute;
	height: 67px;
	width: 300px;
	top: 10px;
	right: 9px;
	text-align: right;
	font-size: 10px;
}
.menuitem{
	float: left;
	height: 12px;
	padding-top: 4px;
	padding-bottom: 8px;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 25%;
}
.menuitem{
	float: left;
	height: 18px;
	padding-top: 4px;
	padding-bottom: 8px;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 25%;
	text-align: center;
	font-weight: bold;
}
.a{
	background-image: url(images/top_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;

}
.i{
	background-image: url(images/top_menu_ibg.gif);
	background-repeat: repeat-x;
	background-position: top;

}
.menuitem a{
	color: #000000;
	text-decoration: none;
}
a.menuitem:hover,
.menuitem a:hover	
{
	color: #FFFFFF;
}
.menu_pijl {
	clear: both;
	width: auto;
}
.menu_text {
	background-color: #ADAEB2;
	text-align: left;
	width: auto;
	color: #FFFFFF;
	padding: 12px;
	clear: both;
}
.bottom_item {
	width: 176px;
	margin-left: 50px;
	padding-right: 12px;
	padding-left: 12px;
	float: left;
	padding-top: 24px;
}
#footer {
	clear: both;
	width: 800px;
	margin:auto;
	text-align: left;
	font-size: 10px;
	color: #666666;

}
.left {
	width: 350px;
	margin-left: 50px;
	float: left;
	padding-top: 12px;
}
.right {
	width: 350px;
	margin-right: 50px;
	float: right;
	padding-top: 12px;
	text-align: right;
}
