A:link {
    color:#7ae0de;
    text-decoration: none;
}
A:visited {
    color:#7ae0de;
    text-decoration: none;
}
A:active {
    text-decoration: none;
}
A:hover {
    text-decoration: none;
    color:#ffffff;
}
body {
    font-family:arial;
    font-size:.8em;
}
#content {
    background-color:#3e3e3e;
    position:relative;
    width:800px;
    height:685px;
    padding-left:2px;
    padding-right:4px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:5px;
    border-top:0px;
    z-index:1;
}
#header {
    position:relative;
    top:-3px;
    border:black 1px solid;
    width:800px;
    height:75px;
}
#infoContainer {
    background-image:url(images/back.jpg);
    position:relative;
    top:-3px;
    margin-bottom:-3px;
    height:27px;
    width:800px;
    border:#232323 1px solid;
    border-bottom:0px;
    z-index:100;
   } 
#info {
    background-color:#151515;
    position:absolute;
    color:white;
    height:24px;
    width:auto;
    padding-left:15px;
    padding-right:15px;
    margin-top:-25px;
    line-height:0em;
    padding-bottom:1px;
    border:#828282 1px solid;
    z-index:1000;

}
#nav {
    background-color:#303030;
    width:800px;
    height:20px;
    border: solid 1px black;
    border-top:0px;
    color:white;
    margin:0px;
    margin-top:-5px;
    line-height:0em;
    font-size:.8em;
    text-align:center;
    border:black 1px solid;
}

