	body {
		background-color: #222222;
		font: .8em/1.3em verdana,arial,helvetica,sans-serif;
		margin: 0;
		padding: 0;
		
	}

	#header {
		text-align: center;
		background-color: #000000;
		width: 100%;
		height: 100px;
		padding: 10px 0 10px 0;
		
	}
	
	#footer {
		text-align: right;
		background-color: #222222;
		color:#FFFFFF;
		width: 100%;
		height: 20px;
		padding: 10px 0 10px 0;
		font: .8em/1.3em verdana,arial,helvetica,sans-serif;
		}
	
	#flashcontent {	
		width: 100%;
		height: 500px;		
	}
	
	#navigation {
float: left;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
font-family : Verdana, Arial, Verdana;
font-size: 11px;
/*font-size: 12;  Font size of the wording for hyperlinks */
border-top: 1px #000000 solid; /* Top Navigation line colour */
border-bottom: 2px #222222 solid; /* Bottom Navigation border colour */
background: #FFFFFFF; /* Background of the buttons */
}

#navigation li {
float: left;
margin: 0;
padding: 0px 1px 0px 0px;
list-style: none;
}

#navigation a {
float: left;
padding: 5px 13px;
text-decoration: none;
color: #FFFFFF; /* Colour of the text of the buttons when not hovered */
}

#navigation a:hover {
background: #000000;
color: #FFCC00;
}

#navigation a.active, #navigation a.active:hover  {
color: #FFCC00; /* Colour of the text in the button */
background: #000000; /* Background colour of the active navigation button */
}


a, a:link, a:visited, a:active {
color: #FFCC00;
text-decoration: none;
font-weight: none;
border: 0px;
}

a:hover, a.active:hover {
text-decoration: underline;
}


TD.main {
font: .7em/1.2em verdana,arial,helvetica,sans-serif;
		margin: 0;
		padding: 0;
		color: #FFFFFF;
		}
		
TD.counter {
font: .7em/1.2em verdana,arial,helvetica,sans-serif;
		margin: 0;
		padding: 0;
		color: #FFFFFF;
		text-align: right;
		}

		
		

	