body {
  font: 14px/1.5 Arial, Helvetica, sans-serif;
  background: #000 url("../images/enews-bg.jpg") repeat-x;
}

.content { min-height: 450px }
.adverts { min-height: 320px }
.diary { min-height: 110px }
.training { min-height: 110px }
.sector { min-height: 245px }
.topspace { margin-top: 20px }
.whitebg { background-color: #FFF }
.blackbg { background-color: #000; height:20px }
.orangebg { background-color: #39F }

/* PANEL STRUCTURE */
.content { margin-top: 20px; }

.footer {
	height: 90px;
	margin-top: 20px;
	background-color: #FFF;
}
.copyright { margin: 20px 0;	 }

/* LINKS */
a.orange:link, a.orange:visited {
	color: #3399ff;
	text-decoration: none;
}

a.orange:hover, a.orange:active {
	color: #666;
	text-decoration: none;
}

a.white:link, a.white:visited {
	color: #FFF;
	text-decoration: none;
}

a.white:hover, a.white:active {
	color: #666;
	text-decoration: none;
}