/* CSS Document */

#content {
	position:absolute;
		left:50%;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	/* margin-right: auto; 
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #e8e8e8;
	border: 5px solid #ccc;
	text-align:left; /* part 2 of 2 centering hack */
	/* width: 600px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 900px;
	height:1020px;
	margin-left: -450px;

	
	}
html>body #content {
	width: 870px; /* ie5win fudge ends */
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
#heading {

		position:absolute;
		background-image:url(../Graphics/LogoStarBackColourDS2.png);
		background-repeat:no-repeat;
		background-position:center;
		width:850px;
		height:182px;
		

}
#nav {
	position:absolute;
	width:200px;
	/* height:450px; */
	top: 245px;
	background-color:#FFFFFF;

}


a.nav {color: white; text-decoration: none;}
a.nav:link {color: white;}
a.nav:visited {color: yellow;}
a.nav:hover {color: orange; background-color:#000000;}
a.nav:active {color: fuschia;}

#whereami {
	position:absolute;
	width:865px;
	top:213px;
	/* margin-left:205px; */
	height:25px;
	/* background-color:#de7010; */
		border: 2px solid #ccc;
}
#info {
	position:absolute;
	width:585px;
	margin-top:236px;
	margin-left:205px;
	padding-left:20px;
	padding-right:20px;
	/* left: 301px;*/
}

#unclenoodle {
	/* background-image:url(../Graphics/UncleNoodle.png); 
	background-repeat:no-repeat; */
		position:absolute;
	background-position:top;
	width:45px;
	height:300px;
	top:250px;
	margin-left:800px;
	text-decoration:none;
	border:none;
	
	
}
a.unclenoodle {color: white; text-decoration: none;}
a.unclenoodle:link {color: white;}
a.unclenoodle:visited {color: yellow;}
a.unclenoodle:hover {color: orange; background-color:#000000;}
a.unclenoodle:active {color: fuschia;}
/*
#unclenoodle:hover {
	background-image:url(../Graphics/UncleNoodleOver.png);
	
	}
*/
#wrapper {
	left:50%;
	width:100%;
	height:100%;
	position:fixed;
}
