body {
margin: 0;
}

#leftnav {
	width: 137px;
	text-align: center;
}

#leftnav ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none;
}

#leftnav li {
margin: 0;
}

#leftnav a {

}

#leftnav a:link, #leftnav a:visited {
color: #A50000;
text-decoration: none;
}

#leftnav a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
color: #707070;
}