body {
	background: #eef4f9;
	margin: 0;
	padding: 0;
	font-size: small; 												
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	zoom:1.25;
}

#wrap{
	width: 75%;
	margin: 0 auto;
	min-width: 1050px;
	max-width: 1700px;	
}

#header{
	background:black;
}

#logo img{
	height:295px;
	width: 100%;
	margin-bottom:5px;
}

#menu{
	background: url('images/bla.png') repeat-x top;
	height: 35px;
	margin: 0 auto;
	
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
}

#menu ul li{
		float:left;
}

#menu ul li a{
	padding:5px 20px 3px 20px;
	height: 27px;
	display:block;
	color: black;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration:none;
	border-right: 2px solid #222;
	border-left: 0px solid #eee;	
	background: #fff url('images/bla.png') repeat-x top;
}

#menu ul li a:hover {
	color: white;
	font-weight:normal;
}


#main {
	background-color: yellow;
	float: none;
	width: 100%;
	
}
#content{
	
	float:inherit;
	width: 100%;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:  yellow;
	height: 30%;
}

.mapo p {
	font-weight:bold;
}

#map {
	margin-left: 234px;
	width: 600px; 
	height: 400px
	
}

#foot{
	background: url('images/bla.png');	
	color: white;
	clear:both;
	height: 35px;
	
}
