/*CSS Document*/

/* The top bar with the header.jpg in it*/
div#branding_div {
width: 766px;
height: 200px;
background-color: #ccc;
background-image: url("images/header02sm.jpg");
}

div#branding_print {
display: none;
}

/* Inserts the footer into the page */
div#footer_div {
float: left;
width: 766px;
height: 5px; 
background-position: bottom;
background-color: #41baed;
/*background-image: url("images/footer.gif");*/
}

/* Centers and dims the copyright notice at the bottom */
p#copyright {
text-align:center;
color: #666666;
background-color: #41baed;
padding-left: 0px;
}

