#page {
    top: 100px;
}


#menubar
    {
    position: absolute;
    width: 200px;
    height: 320px;
    text-align: left;
    background-color: #202040;
    padding: 0px 0px 0px 0px;
    }

#loginbar
    {
    position: absolute;
    width: 200px;
    top: 335px;
    height: 90px;
    text-align: left;
    background-color : #202040;
    padding: 0px 0px 0px 0px;
    }

#loginbar .sectiontitle,
#menubar .sectiontitle
    {
    font-size:12px;
    padding: 3px 0px 3px 0px;
    background-color: #505070;
    text-align: center; 
    color: white;
    }

#editorial
    {
    position: absolute;
    width: 600px;
    left: 215px;
    top: 10px;
    height: 150px;
    padding: 0px 0px 0px 0px;
    }

#editorial .frame
    {
    border: solid 2px #a0a0a0;
    padding: 5px 5px 5px 5px;
    text-align: left;
    background-color: #F0F0F0;
    height: 140px;
    }
    
#searchbar
    {
    position: absolute;
    width: 600px;
    left: 215px;
    top: 168px;
    height: 35px;
    text-align: center;
    color: white;
    overflow: hidden;
    background-color: #202040;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    }

#newbies
    {
    position: absolute;
    overflow: auto;
    width: 600px;
    left: 215px;
    top: 230px;
    height: 100px;
    text-align: left;
    background-color: #E0E0E0;
    padding: 0px 0px 0px 0px;
    }

#newbiestitle
    {
    position: absolute;
    width: 600px;
    height: 23px;
    top: 207px;
    left: 215px;
    background-color: #a0a0a0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;    
    color: black;
    padding: 3px 0px 3px 0px;
    }

#newdata
    {
    position: absolute;
    overflow: auto;
    width: 600px;
    left: 215px;
    top: 358px;
    height: 66px;
    text-align: left;
    background-color: #E0E0E8;
    padding: 0px 0px 0px 0px;
    }

#newdatatitle
    {
    position: absolute;
    width: 600px;
    height: 23px;
    top: 335px;
    left: 215px;
    background-color: #a0a0b0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;    
    color: black;
    padding: 3px 0px 3px 0px;
    }


#onlinebox
    {
    position: absolute;
    left: 830px;
    top: 10px;
    text-align: left;
    padding: 0px 0px 0px 0px; 
    z-index: 60;
    border: solid 1px #f0f0f0;
    }

#onlinebox .title
    {
     background-color: #f0f0f0;
     padding: 3px 10px 3px 10px;
     color: #a0a0a0;
     
    }
#onlinebox .content
    {
     color: #808080;
    }

#onlinebox .list
    {
     margin-bottom: 10px;
    }


    

#photobox
    {
    position: absolute;
    width: 810px;
    left: 7px;
    top: 430px;
    height: 255px;
    text-align: center;
    padding: 0px 0px 0px 0px; 
    }

#fixedframe
    {
    width: 800px;
    height: 675px;
    }

#messages
    {
    width: 805px;
    }


.sectiontitle
    {
    width: 100%;
    background-color: #a0a0a0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;    
    padding: 3px 0px 3px 0px;
    }

    

.menu
    {
    color: #E0E0E0;
    text-align: left;
    font-size: 14px;
    font-weight: bold;    
    padding: 0px 0px 0px 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    }

.menu a
    {
    color: white;
    border-left: solid 10px #FFFFFF;
    }

.menu a:hover
    {
    color: white;
    border-left: solid 10px #FF4040;
    }


.content
    {
    padding: 5px 5px 5px 5px;
    }

