

#container{
position: relative;
background: #000000;
border: 5px #660000 solid;
z-index:1;
font-family: verdana, arial, sans-serif;
}

#left{
position: absolute;
top:0;
left:0;
background: #000000 url(img/nosidelefttest.gif) no-repeat top left;
height: 600px;
width:150px;
padding:0;
z-index:2;
}

#right{
position: absolute;
top:0;
right:0;
background: #000000 url(img/uspaembb.jpg) no-repeat top right;
height: 500px;
width:175px;
padding:0;
z-index:2;
}

.solidblockmenu{
background: #336699;
margin:0;
padding: 0;
float: left;
width: 100%;
z-index:3;
height:30px;
font-size:1em;
font-family: Trebuchet MS, arial, sans-serif;
}

.solidblockmenu ul{
list-style:none;
margin:0;
padding:0;
}


.solidblockmenu li {
float: left;
border-left: 1px;
background: #336699;
padding-right: 5px;
padding-left: 5px;

}

.solidblockmenu li a {
display: block;
color: #ffffff;
text-align: center;
padding: 5px;
text-decoration: none;

}

.solidblockmenu ul li a:hover{
font-weight: bold;
background: #660000;
}

.solidblockmenu #current {
background: #660000;
font-weight: bold;

}

#sitename {
position:relative;
background: #000000 url(img/titlebanner.jpg) no-repeat top center;
margin-left:auto;
margin-right:auto;
width:800px;
height:40px;
z-index:5;
}

 
#main {
position:relative;
margin-left:auto;
margin-right:auto;
background: #ffffff;
width:800px;
border: 5px #660000 solid;
z-index:5;
}

#bottommenu{
background: #660000;
float:left;
margin-top:-7px;
padding: 0;
width: 100%;
font-size:.9em;
}

#bottommenu p{
margin-top:3px;
margin-bottom:0;
padding:0;
float:right;
font-size:.7em;
color: #fff;
}

#bottommenu ul{
list-style: none;
margin:0;
padding:0;
}


#bottommenu li {
float: left;
border-left: 1px;
background: #660000;
padding-left: 5px;
padding-right: 5px;
}

#bottommenu li a {
display: block;
color: #ffffff;
text-align: center;
padding: 5px;
text-decoration: none;
}

#bottommenu ul li a:hover{
color:#ff9900;
background: #336699;
}

#bottommenu #current {
background: #336699;
font-weight: bold;

}

#content {
background: url(img/ghostback.jpg) no-repeat top center;
clear:both;
border: 5px #336699 solid;
font-size:.8em;
}

#content h3 {
color: #336699;
border-bottom:2px #660000 solid;
font-size:1em;
}


#footer{
clear:both;
color:#c8bfff;
font-size:0.9em;
height:50px;
margin-top:25px;
padding:1px;
text-align: center
}