body{
margin: 0px 0 0px 0;
padding: 0px;
background-color:#333333;
background-image: url(../images/kubrickbgcolor.jpg);/*layout for Wheatridge in the Nook*/
color:#FFFFCC;
font-family: "Lucinda Sans", "Lucinda Sans Unicode", Veranda, sans-serif;
font-size: 12px;
}
.skiplink {
visibility: hidden;
}
#container{
margin: 10px auto;
width: 700px;
height: auto;
color: #FFFFCC;
border: 1px solid #D9BE75;
line-height: 130%;
background-image: none;/*url(../images/wheatridge_bg3.gif)
background-repeat: no-repeat;*/
background-color: #333333;
}

#top
{
padding-top: 10px;
border-bottom: 1px solid #D9BE75;
margin: 0px;
/*height: 115px;*/
color: #FFFFCC;
text-align: center;
/*line-height: 16px;*/
}

#topfooter {
border-bottom: 1px solid #D9BE75;
height: 100px;
padding: 0 0 0 0;
margin: 0;
}

.topnav{
margin: 0;
padding: 0;
color: #FFFFCC}

#leftnav
{
margin: 0;
padding: 5px; /*15 0 0 60*/
float: left;
width: 160px;
/*border-left: 1px solid gray;
border-right: 5px solid #090982;*/
}

#content
{
margin-left: 0px; /*small because of overflow:scroll, otherwise would be 200px*/
padding: 10px;
border-left: 1px solid #D9BE75;
height: inherit; 
overflow: auto;
/*max-width: 36em;*/
}


#footer
{
padding: 5px 0 0 0;
text-align: center;
font-size: 10px; 
clear: both;
margin: 0;
color: #FFFFCC;
border-top: 1px solid #D9BE75;
height: auto;
/*font-size: 12px;*/
}

#leftnav p { margin: 0px; }
#content h2 { margin: 0px; }


a:link, a:visited {
text-decoration:none;
color: #8B9DF9; 
}