/* CSS Document voe t' restokeu waar da't goe boeffe is */

html{
}
body{
	text-align: center;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	background-color: #cfb777;
	color: #FF0000;
	margin:0px;
}
#container{
	width: 847px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header{
	background-image: url(images/header.jpg);
	height: 228px;
	width: 847px;
}
#menu{
	height: 31px;
	background-image: url(images/bg-menu.jpg);
	background-repeat: repeat-x;
	position:relative;

}

#menu ul{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;

	_margin-left:20px;
	
}


#content{
	color: #575348;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-top: 20px;
	text-align: left;
	padding-left:20px;
}

#content a {
	color: #333333;
	font-weight: normal;
}
#content td{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #3B2015;
}
#footer{
	display: none;
}
#menu li {
	float: left;
	background-image: url(images/li-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 10px;
	text-decoration: none;
	list-style-image: none


}#menu li a{
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	height:31px;
	margin-right: 10px;
	_padding-top: 8px;
	font-style: normal;
	list-style-image: none;
	font-weight: normal;
}
#menu li a:hover {

	float: left;
	color: #CCCCCC;
	text-decoration: underline;
	height:31px;
	margin-right: 10px;
	_padding-top: 8px;
	list-style-image: none;
}

