body {
	margin:auto;
	width: 764px;
	height: 100%;
	color: #99cccc;
	font-size: 12px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	background-color: #99cccc;
	background-image: url('images/layout_09.gif');
	background-repeat: repeat-y;
	background-position: center center;
}

img {
	border: 0px;
}

/* IDs */
#container {
	width: 764px;
	background-image: url('images/layout_09.gif');
	background-repeat: repeat-y;
	background-position: center center;
}

#topimg {
	width: 764px;
	height: 171px;
	background-image: url('images/layout_02.jpg');
	background-repeat: no-repeat;
}

#menuspace {
	width: 764px;
	height: 190px;
}

#positionedMenu {
	position: absolute;
	top: 171px;
	width: 764px;
	height: 190px;
}

#midsectionL {
	float: left;
	width: 52px;
	height: 600px;
	background-image: url('images/layout_05.gif');
}

#midsectionFrame {
	float: left;
	width: 660px;
	height: 600px;
}

iframe {
	width: 660px;
	height: 630px;
}

#midsectionR {
	float: left;
	width: 52px;
	height: 600px;
	background-image: url('images/layout_07.gif');
}

#bottom {
	float: left;
	width: 764px;
	height: 70px;
	background-image: url('images/layout_08.gif');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

#layoutdesign {
	font-size: 10px;
	text-transform: uppercase;
	position: relative;
	top: 20px;
}

a:link,a:active,a:visited {
    color:#cc6699;
    text-decoration: none;
}

#contactadres {
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	color: #996699;
	position: relative;
	top: 30px;
}

a.contact:link,a.contact:active,a.contact:visited {
    color:#cc99cc;
    text-decoration: none;
}

