﻿
A:link {text-decoration: none; color:#000099}

A:visited {text-decoration: none; color:#000099}

A:hover {text-decoration: underline;}

A:hover {color: #0000FF}

.center {
	text-align: center;
}

body {background-image: url('rood045.jpg'); font-family:Times New Roman; font-size:10pt; font-weight:bold}

#header {
	position:absolute;
	 width: 100%; 
	 height:130px;
	 z-index: 1; 
	 left: 0px;
	 top:0px; 
	 
}

#section {
    width:1000px;
    height: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:155px;
}

#menu {
	padding:5px;
	float:left;
	margin-top:0px;
	width: 170px;
	height: auto;

}

#content {
	padding:5px;
	float:left;
	margin-top:0px;
	width:auto; 
	height:auto;

	}
