BODY{
    min-width: 780px;
    margin: 0;
    padding: 0;
    color:  White;
    text-align: center; /* for WinIE5.x */
    background-color: #666666;
    background-image: url(page-bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    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 {
}

    
#nav-and-login {
    float: left;
    width: 150px; 
    margin: 15px 15px 15px 15px;
    border-right: 2px solid #fff;
    }

#site-nav {
    float: left;
    width: 150px;
    margin: 0 0 3px 0;
    padding: 0 0 0 0;
    list-style: none;
  }
  
#site-nav li {
    margin: 0 0 3px 0;
    padding: 0 0 5px 0;
    display: inline; /* fixes IE gap caused by display: block on inner a's */
    }
#site-nav a {
    display: block;
    margin: 0 0 3px 0;
    padding: 5px 10px 5px 10px;
    border: 1px solid #000000;
    text-decoration: none;
    background-color: #585858;
    width: 120px;
    color: white;
    }
#site-nav a:hover {
    border: 1px solid White;
    }

#login {
    float: left;
    height: 150px;
    width: 135px;
    padding-left: 5px;
    list-style: none;
    background-color: #D0D0D0;
    color: black;
    margin: 0;
    }
#login-form {
    margin-top: 5px;
    list-style: none;
    color: black;
}
#login-form li{
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    display: inline; /* fixes IE gap caused by display: block on inner a's */
    }
#login-form a{
    color: red;
    text-decoration: underline;
}
     
#footer {
    clear: both;
    padding: 3px 0 15px 0;
    border-top: 5px solid #fff;
    }
#footer-credit {
    float: right;
    width: 25%;
    padding: 3px 0 15px 0;
    text-align: right;
   }
    
#footer-nav {
    float: left;
    width: 74%;
    padding: 3px 0 15px 0;
    text-align: left;
    }
    
#footer-nav a {
    color: white;
    }

#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; 
}
    
#red {color: red; background: white;}    
  
#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;
}

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);
    }
*/    

    
  
