body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 11px Verdana, Geneva, sans-serif;
	color: #5D2225;
}
body 
{
	background-image: url(image/back-ground.jpg);
}
.header {
   width: 980px;
   height: 640px;
   border: 0px solid #777777;
   background-color: #kkkkkk;
   float: left;
   background-image: url(image/p2.jpg);
}
#container {
	width: 980px;
 margin-left: auto;
 margin-right: auto;
}
#outer {
  background: top left repeat-x;
  padding-top: 20px;
}

/* make sure only IE for windows sees this. \*/ 
* html code {
font-size: 100%;
} 
/* End hide from the rest of the world */
 
.go_away{
display: none;
}
 

#nav, #nav ul {
padding: 0px 0 0 0;
margin: 0;
list-style: none;
}
#nav li {
float: left;
width: 112px;
}
#nav ul {
position: absolute;
width: 112px;
left: -1000px;
}
#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}
#nav a {
	display: block;
	margin: 2px 5px 3px 5px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #E9E5CE;
	
}
 
ul a{
	font-weight: normal;
	color: #FFF;
	cursor: default;
}
 
ul ul a:link, ul ul a:visited{
	font-weight: normal;
	color: #fff;
	cursor: pointer;
}
 
 
ul li{
	
	border-left: 0px solid #FFF;
}
 
ul ul li{
background-color: #5F000D;
border-top: 1px solid #fff;
border-left: 2;
}
 
/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 0px solid #FFF;
}
 
* html ul ul li
{
border-top: 0;
}
/* Einde IE only hack */

iframe
{
float: left;
width: 967px;
height: 468px;

}
#footer {
float: left;
width: 100%;
height: 58px;

}


