#header {
top: 0px;
background: url(../media/uan_header9ac.gif) top center no-repeat;
background-color: white;
display: block;
margin: 5px 0;
padding: ;
height: 100px;
width: 100%;

clear: both;
}

#subheader {
top: 0px;
background-color: white;
height: 35px;
width: 100%;
clear: both;
}

#column1 {
font-size: .85em;
float: left;
margin-right: 1px;
margin-left: 1%;
background-color: ;
width: 15%;
height: 100%;
border: solid 1px red;
}

#column2 {
background-color: ;
float: left;
padding-left: 8px;
padding-right: 3px;
margin-right: 1px;
width: 60%;
border-style: none;
}

#column3
{
font-size: .85em;
background-color: ;
width: 20%;
padding-left: 5px;
border: solid 1px #0000ff;
text-align: center;
float: left;
}

#footer {
background-color: white;
display: block;
margin: 5px 0;
margin-left: 1%;
padding: 5px;
width: 97%;
height: 20px;
border: solid 1px blue;
clear: both;
}