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

#container{
background: #ccc;
width: 800px;
height: 830px;
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/headerheader.jpg');
height: 150px;
width: 600px;
margin: 0;
border: solid 0;
float: right;
}

#content{
width: 800px;
height: 640px;
margin: 0 auto;
padding: 0;
border: solid 0;
font-family: futura, arial, sans-serif;
}



#leftcol{
background: #666;
margin: 5px;
padding: 0px;
border: 0px solid;
width: 135px;
height: 630px;
float: left;
}

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

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

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

#nav li ul {
position: absolute;
left: 70px;
top: 0;
display: none;
font-size: 10pt;
width: 65px;
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
}

#rightcol{]
text-align: center;
font-family: futura, arial, sans-serif;
font-size: 12pt;
background: #fff;
float: right;
width: 650px;
height: 630px;
margin: 5px 5px 5px 0;
border: solid 0;
overflow: auto;
}



#footer{
background: #ccc;
width: 780px;
height: 20px;
margin: 0 0 10px 0;
padding: 5px;
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;
}