body {
	background: #000000 url(../images/background.jpg) top repeat-x;
}
#container {
	width: 885px;
	margin: 0px auto;
}
#top {
	overflow:hidden;
	background: url(../images/header.png) bottom no-repeat;
	height: 220px;
	margin-left: 1px;
}
#logo {
	background: url(../images/logo.png) no-repeat;
	width: 175px;
	height: 175px;
	float: left;
}
#banner {
	width: 605px;
	height: 88px;
	background: url(../images/banner.png) no-repeat;
	float: left;
	margin: 21px 0 0 5px;
}
#content_frame {
	background: url(../images/content.png) repeat-y;
}
#menu {
	width: 854px;
	height: 58px;
	background: url(../images/menu.png) no-repeat;
	margin-left: 16px;
}
#menu img {
	border: 0px;
}
#menu ul {
	list-style-type: none;
	margin: 0 0 0 35px;
	padding: 14px 0 0 0;
	overflow: hidden;
}
#menu li {
	float:left;
	padding: 0px;
	margin: 0px;
}
#content{
	width: 838px;
	background: #2f0300 url(../images/content_background.gif) top no-repeat;
	min-height: 350px;
	font: 13px Georgia;
	color: #fedc89;
	margin-left: 16px;
	padding-right: 16px;
}
#content li {
	width: 750px;
}
#content h3 {
	font: 14px Georgia;
	color: #fedc89;
	font-style: italic;
	margin: 0;
	padding: 20px 0 20px 36px;
}
#content p {
	margin: 0;
	padding: 20px 36px 0 36px;
	font-style: italic;
}
#content a {
	color: #FF6600;
	font-style: bold;
	text-decoration: underline;
} 
#content a img {
	border: 0px;
}
#footer {
	width: 885px;
	height: 47px;
	padding: 30px 0 0 51px;
	background: url(../images/footer.png) no-repeat;
	font: 9px Georgia;
	color: #d7af7b;
}
#footer a {
	color: #d7af7b;
	text-decoration: underline;
} 
.veld {
	width: 258px;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {
	font-size: 16px
}