*{
background:black;
color:white;
font:13px verdana, sans serif, monospace;
margin:0;
padding:0;
line-height:22px;
}

#wrapper{
width:760px;
text-align:center;
margin:auto;
padding:0 15px;
}

h1, h2 {
font:350% Arial;
padding:0 15px;
}

h3, h4 {
font:200% Arial;
text-align:justify;
color:#ffa800;
}

a:link{color:white; text-decoration:none;}

a:hover {color:lightgreen; text-decoration:none;}

a:active {color:lightblue; text-decoration:none;}

a:visited {color:red; text-decoration:none;}

ul {list-style:none;}

.chapter{
border-bottom:1px dotted #777;
padding:15px 0;
}

#nav{
float:left;
width:15%;
padding:13px 15px;
text-align:justify;
}

#nav li{
border-bottom:1px solid #bbb;
}

#nav li a{
font:200% Arial;
}

#content{
float:right;
width:75%;
padding:13px 15px;
text-align:left;
}

#content a{
border-bottom:1px dotted #bbb;
}

#footer{
clear:both;
padding:13px 15px;
border-top:1px dotted #999;
text-align:left;
}

#altnav{
float:right;
width:150px;
text-align:right;
}