body {
	background-color:black;
	color:white;
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
a {
	color:#999999;
	text-decoration:none;
	}
a:hover {
	color:#CCCCCC;
	text-decoration:none;
	}
#vertical_centre {
	position:absolute; 
	background-color:black;
	top:50%; 
	left:0px;
	width:100%;
	height:1px;
	text-align:center;
	overflow:visible;
	display:block;
	}
#front_logo {
	position:absolute;
	top:-50px;
	left:50%;
	margin-left:-221px;
	margin-right:auto;
	width: 442px;
	height:80px;
	}
#header {
	position:relative;
	color:white;
	background-color:black;
	height:70px;
	margin: 0px;
	}
#top_logo {
	position:relative;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	}
#top_logo img {
	height:60px; 
	width:386px;
	border:0px;
	margin: 0px
	}
#top_logo a {
	margin: 0px
	}
#cross_links {
	position:absolute; 
	right:0px; 
	top:0px;
	border-left:1px dashed white;
	list-style-type:none;
	padding:3px;
	font-size:small;
	display:none;
	}
#cross_links ul, li{
	list-style-type:none;
	padding:0px;
	margin:0px;
	}
#content {
	width:95%;
	border:1px solid #666666;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding:3px;
	font-size:small;
	color:#CCCCCC;
	}
#footer {
	display:none;
	position:absolute; 
	bottom:0px; 
	width:100%; 
	text-align:center;
	background-color:#333333;
	font-size:x-small;
	}
#side_logo img {
	margin:5px; 
	border:0;
	}
	