body{
background: url('images/dzb_background.jpg');
background-position: center;
background-attachment: fixed;
}

#container{
background: #ccc;
width: 800px;
height: 1013px;
margin: 0 auto;
padding: 0;
border: solid 0;
font-family: futura, arial, sans-serif;
}

#header{
background: #900;
width: 800px;
height: 150px;
margin: 0 auto;
border: solid 0;
}

#logo{
height: 150px;
width: 150px;
padding-left: 20px; 
margin: 0;
border: solid 0;
float: left;
}

#headerpix{
background: url('images/headers/scrapbook_header.jpg');
height: 150px;
width: 600px;
margin: 0;
border: solid 0;
float: right;
}

#content{
background: #ccc;
width: 800px;
padding: 0;
margin: 0 auto;
border: 0 solid;
height: 823px;
}


#leftcol{
background: #fff;
margin: 5px;
padding: 0px;
border: 0px solid;
width: 150px;
float: left;
}

#nav{
font-family: futura, arial, sans-serif;
background: #666;
height: 823px;
}

#nav ul {
color: #333;
margin: 0;
padding: 0;
list-style: none;
width: 75px;
border: 0px solid;
}

#nav ul li {
position: relative;
font-size: 14pt;
}

#nav li ul {
position: absolute;
left: 75px;
top: 0;
display: none;
font-size: 10pt;
width: 75px;
border-left: 0px solid #ccc;
}

#nav ul li a {
display: block;
text-decoration: none;
background: #666;
padding: 5px;
border-right: 0px solid #ccc;
border-bottom: 0px solid #ccc;
}

ul li a {
color: #fff;
}

#nav li:hover ul {
display: block;
}

.ttw a:hover{
color: #f0f;
}

.ten a:hover{
color: #c9f;
}

.ots a:hover{
color: #309;
}

.nin a:hover{
color: #03c;
}

.eig a:hover{
color: #0cf;
}

.sev a:hover{
color: #093;
}

.six a:hover{
color: #9c3;
}

.fif a:hover{
color: #ff3;
}

.for a:hover{
color: #fc0;
}

.thi a:hover{
color: #f90;
}

.twe a:hover{
color: #f60;
}

#centercol{
padding: 0 auto;
background: #fff;
margin: 5px 0;
border: 0px solid;
width: 490px;
height: 565px;
float: left;
}

#footer{
background: #ccc;
width: 780px;
height: 20px;
margin: 0 0 10px 0;
padding: 10px;
border: solid 0;
text-align: center;
font-size: 12pt;
}

#footer ul{
display: inline;
margin: 0;
padding: 0;
list-style: none;
width: 960px;
border: 0px solid;
}

#footer li{
display: inline;
}

#footer a{
color: #000;
text-decoration: none;
}

#footer a:hover{
color: #900;
}


a:focus{
outline:0;
}