/* myStyle.css */



#menu {width: 100%; white-space: nowrap;}
#menu li {display: inline; list-style-type: none; float: left; width: 12%; text-align: center; }
#menu a {text-decoration: none; color: white; display: block; border: 2px black outset; background-color: #302217;}
#menu a:hover {border: 2px #C0C0C0 outset; color: #FF0000; background-color: #000000; }


a{color: white;}
a:visited {color: #0066CC;}
a:hover {color: #FF0000;}

#footer {background-image: url("footer/band.jpg"); text-align: center;
 border-top: 3px solid #302217;  width: 100%; height: 60px; clear: both;}
#leftwrench {float: left; width: 35%; text-align: center; }
#footerlinks {float: left; width: 30%; }
#rightwrench {float: left; width: 35%; text-align: left; }

img {border:0px none;}


body {color: #FFFFFF;  background-color: #000000; font-size: medium; font-family: arial, arial, helvetica, sans-serif;
text-align: center; }

h1 {color: #FF0000; text-align: center; font-size: medium; font: bold normal; }

em {font-style: italic;}
strong {font-style: bold;}




