/* --- Print styles --- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
h1 { font-size: 150%; font-weight: bold;}
h2 { font-size: 130%; font-weight: bold;}
h3 { font-size: 120%; font-weight: bold;}

/* links */
a:link, a:visited, a:hover, a:focus, a:active {color:#999; text-decoration:none;}

/* Main Layout */
#nav {display:none;}
#wrapper	{position:relative; width:700px; margin:0 auto 0 auto; background:#FFFFFF top center repeat-y;}
#sidebar	{position:absolute; width:70px;  z-index:-1; background:#FFFFFF top center repeat-y;}
