@charset "utf-8";
#upnav {
	position: fixed;
	bottom: 40px;
	font-stretch:condensed;
	height: 50%; 
	z-index: 4;
	color: #cc4545; 
	/*text-decoration: underline;*/

}

#upnav a {
	color:#cc4545;
}





/*
#upnav a {
	position: relative;
	display: block;
	max-width: 1100px;
	width: 90%;
	left: -35px;
	color:#FDDFED;
}
*/

/*Adds a fixed position link to top. 
#upnav {
	position:fixed;
	left:50%;
	bottom: 135px;
	width:89px;
	margin-left: 340px;
	height:111px;
	z-index:100;
	font-weight: bold;
	font-size: 18px;
	*/
