body {
margin: 0px;
padding: 0px;
background-repeat:repeat-y;
}

#nav {
position:absolute;
font-family: arial;
width: 300px;
height: auto;
float: left;
font-size: 18px;
font-weight: bold;

}
#nav a {color:#C0C0C0; text-decoration: none;}
#nav a:hover {color: #FFFFFF; text-decoration: none;}
#content {
width: 62%;
float: right;
font-family: arial;
text-align: left;
font-size: 18px;
color: #000000;
list-style-position:inside;
}
.bigtxt {
font-size: 27px;
font-family: arial;
font-weight: bold;
text-align: right;
padding-right: 30px;
line-height: 9pt;
}
.navinit {
text-align: right;
font-family: arial;
font-size: 18px;
line-height: 35pt;
padding-right: 20px;
list-style-type: none;
}