body {
background-color:#0E3695;
color:#fff;
font-family: Arial Black, Gadget, sans-serif;
}


#logo {
position:fixed;
bottom:0px;
left:0px;
}

#nav {
position:fixed;
height:300px;
bottom:0px;
left:210px;
}

#nav a {
color:#000;
text-decoration:none;
display:block;
font-size:22px;
}

#nav a:hover {
color:#ac3511;
}

#content {
margin-left:420px;
text-align:justify;
font-family: Tahoma, Geneva,sans-serif;
font-size:18px;
padding-right:20px;
}

#content a {
color:#e3b847;	
text-decoration:none;
}

.smaller {
font-size:14px;
}


dt {

}

dd {
text-indent:none;
margin-bottom:5px;
}

