BODY {
	background: url('/images/backgrounds/main.gif');
	font-family:arial;
	color:#2f3532;
}

HTML {
	height:100%;
}

p {
	color:#fff;
	font-size:17px;		
}

p span.yellowBold{
	color:#d1ecac;
	font-size:17px;
	font-weight:bold;	
}

p span.yellowBold a{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

p span.yellowBold a:hover;{
	text-decoration:underline;
}


div#stage{
	width:436px;
	position:relative;
	margin:88px auto 0 auto;
	min-height:100%;
}

*html div#stage {
	height:100%;
}

div#stage{
	width:436px;
	position:relative;
	margin:188px auto 0 auto;
	min-height:100%;
}

ul#nav{
	margin-left:135px;
	z-index:100;
	margin-top:-0px;
	position:absolute;
	top:109px;
	left:0;
}

ul#nav li{
	float:left;
}