@import "ie6.css";
body {
  margin: 0;
  padding: 10px;
  background: #000;
  color: #000000;
  font: 10pt Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
}

#menu ul li {
  position: relative;
  bottom: -250px;
  list-style-type: none;
  font: 11.5pt Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
  font-weight: bold;
  color: #FFF;
  float: left;
  padding: 0 15px 0 0;
  text-transform: uppercase;
  
}

#menu ul li a {
  color: #cc6633;
  text-decoration: none;
}

#menu ul li a.selected {
  color: #000;
}

img.arrow { }

.content-container {
  overflow:hidden; text-align:left; border: 0px solid red;background-image:url(../images/evt_strip03.jpg); background-repeat:repeat-y;
}

.left-content {
  position:relative; width:400px; margin-left:45px; border: 0px solid yellow; float:left; font: 12pt Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
}

.right-content {
  position:relative; width:262px; margin-left:55px; border: 0px solid blue; float:left; font: 12pt Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
}


 .graphics-container {
 height: 100%:
 overflow:hidden; border:0px solid blue; background-image:url(../images/evt_strip02.jpg); background-repeat:repeat-y;
 position:center; width:760px; margin-left: 0px; float:left; font: 13pt Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
 
}


#list {
  padding:0.25em;
  margin:0 0 0.25em 0; /* ADDED */
  }
#list li {
  list-style-type:none;
  }
 
#list a, #list a:visited {
  display:block;
  width:30em;
  border:0px solid #808;
  font-family:Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif; /* ADDED */
  font-size:1.1em; /* ADDED */
  text-align:left; /* ADDED */
  text-decoration:none; /* ADDED */
  
  color:#000; /* ADDED */
  }
  
  #list a:hover {
  color:#0000ff;
  }

#special{
 font: 16pt; font-family: Franklin Gothic Medium, Arial Narrow Bold, Arial, sans-serif;
 font-weight: bold;
 color: #000000;
 }
 
 a.beer:link, a.beer:visited {
 	color: #9cf;
 	text-decoration: underline;
 }
 a.beer:hover, a.beer:active {
 	color: #9cf;
 	text-decoration: none;
 }