/* Header */
#site {
    padding: 0px;
    width: 90%;
}
#header {
    height:65px;
    overflow:hidden;
}
#content {
    width: 100%;
    float: none;
    margin: 0;
}
#container {
    width:100%;  
    margin:0;
    float:none;   
}
#formtop,
#navigation,
#search_form,
#user_links,
#page_image,
#footer,
#profile_nav,
#filter_area,
#update_fav_check {
 display:none;    
}
#profile_content {
    border:none;
    padding:0;    
}
#logo_image {
    position:relative;
    left:0;
    top:0;
    border: 0px;
    height: 55px;
    margin-top: 5px;
    width: 203px;
}
