body {background-color: #330c07;font-family:Arial,Helvetica,sans-serif}
#header {height: 100px;background: url('header_bg.jpg') repeat-x top;}
#footer {height: 50px;background: url('footer.jpg') repeat-x top;}
#logo {height: 100px;background: url('logo.jpg') no-repeat top;}
#list-menu {width: 138px;}  /* this width value is also effected by the padding we will later set on the links. */
#list-menu ul {margin: 0;padding: 0;list-style-type: none;}
#list-menu li {margin: 0px 0 0;}
#list-menu a {display: block;width: 100%;padding: 1px 1px 1px 1px;border: 0px solid #457FD5;background: #457FD5;text-decoration: none;} /*lets remove the link underlines*/
#list-menu a:link, #list-menu a:active, #list-menu a:visited {color: #ffffff;}
#list-menu a:hover {border: 0px solid #457FD5;background: #d4d4d4;color: #333333;}

