body {
    font-family: "Century Gothic","Arial";
    font-size: 14px;
    font-weight:normal;
    padding:0px;
    margin-top:10px;
    color: #000;
    }
    
#edit_menu {
    height:110px;
    overflow:hidden;
}

#login_menu {
    padding-top:55px;
    height:35px;
    overflow:hidden;
    border-bottom:2px solid #ccc;
    background:url(/images/marencosystems.png) right top no-repeat;
}

    
    
#bottom_spacer {
    height:20px;
    width:850px;
    margin-left:auto;
    margin-right:auto;
    text-align:right;
    padding-right:10px;
    }
  

.edit_content_link {
    font-size:10px;
    font-weight:normal;
}
   

#content {
    text-align:justify;
    
   
}

#content p {
    margin-top:0px;
    padding-top:0px;
    
}    
  
#content img {
    padding:5px;
    background-color:#fff;
}
   
input {
    font-family: "Century Gothic","Arial";
    padding-bottom:2px;
}

textarea {
    font-family: "Century Gothic","Arial";
    padding-bottom:2px;
}
    
#picture_box {
    position:relative;
    left:0px;
    right:0px;
    padding-top:10px;
    padding-bottom:15px;
    background-color:#eaf0f4;
    border:1px solid #bb0c22;
}

.forward_button {
   background-color:#eaf0f4; 
}

#picture_box img {
    padding: 5px;
    background-color:#fff;
}




#movie_box {
    position:relative;
    z-index:0;
    right:0px;
    left:448px;
    width:400px;
    border: 1px solid #bb0c22;
    height:300px;
    
}

#page_name  {
    font-size:12px;
    height:25px;
    overflow:hidden;
    margin-top:0px;
    padding-top:0px;
    
}


