nav, #content {float:left}
@media screen {nav {width: 150px;}
	           nav ul {list-style-type: none;}
               nav a {text-decoration:none;}
}
@media print {nav {display:none}
}
/* navigation bar will show up on screen without bullets, but will not print at all */

