BODY{
    min-width: 780px;
    margin: 0;
    padding: 0;
    color:  White;
    text-align: left; /* for WinIE5.x */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 76%;
    font-weight: lighter;

    width: 710px;


}


#wrapper, #content {
    width: auto;
    border: 0;
    margin: 0 5%;
    padding : 0;
    float: none !important;
}
   

#banner {
    display: none;
}

#langselect {
    display: none;
}

    
#nav-and-login {
    display: none;
    }

#site-nav {
    display:none;
  }
  
#site-nav li{
    display: none;
  }

#login {
    display: none;
    }
    
#login-form {
    display: none;
}
     
#footer {
    display:none;
    }
#footer-credit {
    display:none;
   }
    
#footer-nav {
    display: none;
    }
    

#pageindex {
    display: none;
}
    

#meat {
    float: left;
    width: 60%;
    list-style: none;
    }
}    
#register {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    display: inline; /* fixes IE gap caused by display: block on inner a's */
    display: none;
    }


#register-form {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    display: inline; /* fixes IE gap caused by display: block on inner a's */
    }
    
#register li{
    list-style: none;
    }
    
#showcollection {
    font-size: 100%;
    width: 100%;  
    border-width: thin;
    border-collapse: collapse;
}
#showcollection-title {
    font-size: 100%;
    color: black;
    background-color: white;
}
#showcollection td{
    font-size: 100%;
    border-collapse: collapse;
    padding: 0 5 0 5;
}

#edituser {
    font-size: 100%;
    border-collapse: collapse;
}
#edituser-title {
    font-size: 100%;
    color: black;
    background-color: white;
}
#edituser td{
    font-size: 100%;
    border-collapse: collapse;
    padding: 0 5 0 5;
}
#edituser-interest {
    font-size: 100%;
    border-collapse: collapse;
}
#edituser-interest-title {
    font-size: 100%;
    color: black;
    background-color: white;
}
#edituser-interest td{
    font-size: 100%;
    border-collapse: collapse;
    padding: 0 5 0 5;
    text-align: right;
}

#freqtab {
    font-size: 80%;
}
    
#freqlisttab {
    font-size: 80%;
    background: white;
    color: black;
}

#entryform li{
    #red;
    list-style : none; 
}

#freqtable {
    border: 2px solid black;
}

#freqtable td {
    border-color: black;
    border: 1px solid black;
    border-collapse: collapse;
    padding: 0 5 0 5;
    font-size: 60%;
    
}

    
#red {color: red; background: white;}    

#revtext {font-weight: bold;}
  
#main #container {
    float: left; /* makes it contain children floats */
    width: 710px; /* needed for MacOpera and Safari */
    margin: 15px 0;
    background: url(home-bg.gif) repeat-y;
}

#filterbutton {
  display: none;
}


p {
    margin: 0 0 1.2em 0;
    line-height: 1.6;
    font-weight: lighter;
}

h6  {
    margin: 0 0 1.2em 0;
    line-height: 1.0;
    font-weight: bold;
    background: white;
    color: black;
    font-size: 80%; 
     
}    
    
li {
    list-style: none;
}    

ul {
    text-decoration: none;
}
    
/* LINKS --------------------------------------------------- */
/* --------------------------------------------------------- */
a {
    padding: 1px 3px;
    
    color: #fff;
    text-decoration: none;
    }
a:hover {
    text-decoration: underline;
    }
.image-link {
    background: transparent;
    }
/*
    v\:* {
      behavior:url(#default#VML);
    }
*/    

    
  
