* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 width: 100%;
 background: #fcf8c7;
}
#wrapper {
 width: 100%;
}
#header {
 height: 146px;
 background: #3975bb;
}
#header2 {
 font-size: 14pt;
 color: black;
 height: 146px;
 background-image: URL(images/top.jpg);
 background-repeat: no-repeat;
 padding-left: 50%;
}
#leftcolumn { /* Parent Wrapper for inside boxes */
 padding-top: 15px;
 height: 80px;
 width: 100%;
 background-image: URL(images/topbottom.jpg);
}

#centercolumn {
 margin: 20px;
 display: inline; /* IE Hack */
 min-height: 300;
 width: 100%;
 float: left;
}
* html #centercolumn {height: 300} /* IE Min-Height Hack */ 

#footer {
 background-color: #3d76bb;
 display: inline; /* IE Hack */
 height: 20px;
 padding-top: 10px;
 width: 100%;
 color: white;
 float: left;
 font-size: 10pt;
 text-align: center;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
