.clear {
	clear:both;
}
#header {
	margin:0;
	background: #2a363d;
	height:90px;
}
#banner {
	width:860px;
	height:280px;
	background: #000;
	margin: 0;
	padding:0;
}
.WDHDlogo {
	float:right;
	background: #2a363d;
	padding: 15px 0 0 0;
}
#menu {
	background: #2a363d;
	width: 550px;
	float:left;
	height:50px;
	padding: 40px 20px 0px 20px; 
}
#menu a {
	padding: 0;
	height:50px;
	width:100px;
	display: inline-block;
	margin: 0 15px 0 0;
}
#menu a span {
	display:none;
}
#menu a.home {
	background:url(images/RuralGP-menu-welcome.jpg) center top;
	width:118px;
}
#menu a.opport {
	background: url(images/RuralGP-menu-opportunties.jpg) center top;
	width:137px;
}
#menu a.contact {
	background:url(images/RuralGP-menu-contact-us.jpg) center top;
	width:133px;
}
#menu a.selected,
#menu a:hover {
	background-position:center bottom;
}
#container {
	text-align:left;
	width:860px;
	margin:0 auto;
}
#wrapper {
	background:;
}
#content_wrap {
	background: #000;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
}
#content {
	float:right;
	width:560px;
	padding-right:50px;
	padding-bottom:30px;
	min-height:550px;
	line-height:140%;
}
#side_column {
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	width:200px;
	text-align:left;
	padding: 0 20px;
}
#side_column img {
cursor:pointer;
}
#side_column p {
	padding:0 0 10px 20px;
}
#side_column span {
	color:#016699;
}
#footer {
	clear:both;
	padding:0;
	height:25px;
}
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:1000px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

