body {
     background-image: url('/images/zg_background.jpg');
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-color: #dbd8af;
     }
     
table {
      background-color: #FFFFFF;
      font-family: Trebuchet MS, verdana, tahoma;
      font-size: 11px;
      color:#000000;
      text-align: justify;
      line-height: 1.2;
      }
      
a {
       color: #000000;
       text-decoration:underline;
       }   
       
a:hover {
       color: #b50a00;
       text-decoration:underline;
       }
      
#links {
       width: 160px;
       float: left;
       background-color: #dbd8af;
       }

#links a {
       display: block;
       text-align: right;
       margin-right: 20px;
       margin-left: 10px;
       color: #000000;
       border-left-style: solid;
       border-left-color: #000000;
       border-left-width: 5px;
       border-top-style: solid;
       border-top-color: #d0cda6;
       border-top-width: 1px;
       border-bottom-style: solid;
       border-bottom-color: #d0cda6;
       border-bottom-width: 1px;
       border-right-style: solid;
       border-right-color: #d0cda6;
       border-right-width: 1px;
       font-family: arial;
       text-decoration: none;
       }

#links a:hover {
       display: block;
       text-align: right;
       margin-right: 20px;
       margin-left: 10px;
       color: #b50a00;
       border-left-style: solid;
       border-left-color: #b50a00;
       border-left-width: 5px;
       }
       
#extras {
       margin-right: 7px;
       margin-left: 6px;
       text-align:center;
       background-color: #a80b01;
       width:157px;
       }

#extras a:hover {
       color:black;
       }

#extravbig {
       font-size:14px;
       }

#extrabig a {
       color:black;
       font-size:12px;
       }
       
#extrabig a:hover {
       color:black;
       font-size:12px;
       }

a.extrabig:link {color:black}

a.extrabig:visited {color:black}

a.extrabig:hover {color:black}

a.extrabig:active {color:black}

#eheader {
       margin-left: 30px;
	   }

#mission {
       color: #b50a00;
       font-family: small fonts;
       font-size: 7pt;
       text-align: left;
       }

#sale {
      position: relative;
      margin: auto auto;
      width: 210px;
      height:5px;
      z-index:20;
      overflow: visible;
      }

table.sale {
      background:transparent;
      position: absolute;
      top: 260px;
      float:center;
      z-index:5;
      }
      
table.sale td {
      background:transparent;
      }
      
table.sale tr {
      background:transparent;
      }
      
table.sale th {
      background:transparent;
      }
#tip {
       color: #000000;
       font-family: arial;
       font-size: 12pt;
       text-align: center;
       width: 400px;
       }

#copy {
       color: #000000;
       font-family: arial;
       font-size: 7pt;
       text-align: center;
       }
       
#testheader {
       color: #b50a00;
       font-family: verdana;
       font-size: 14pt;
       text-transform: uppercase;
       }
       
table.schedule {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;
	}
	
table.schedule th {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;
	background-color: #b50a00;
	text-align: center;
	}
	
table.schedule td {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;
	text-align: center;
	}
	




/*- Menu 9--------------------------- */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu9 {
	width: 150px;
	margin: 10px;
	}
	
#menu9 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	text-transform: lowercase;
	}
	
#menu9 li a:link, #menu9 li a:visited {
	color: #000;
	display: block;
	background:  url(/images/menu01.jpg);
	padding: 8px 0 0 35px;
	}

#menu9 li a:hover {
	color: #FFF;
	background:  url(/images/menu01.jpg) 0 -32px;
	padding: 8px 0 0 35px;
	}
