BODY {
    margin:0;
    padding:0;
    font-family:Arial, sans-serif;
    overflow-y:scroll;
    }

.center {
    width:920px;
    margin: 0 auto 0 auto;
    }

#main-border {
    position:fixed;
    border:solid #272e3a 5px;
    top:0;
    left:0;
    right:0;
    bottom:0;
    }

#header {
    background-color:#fafafa;
    height:180px;
    }

#header .center {
    border-bottom:solid #f2f2f2 1px;
    height:179px;
    }
    
#header-logo {
    height:145px; overflow:hidden;
    text-align:center;
    }
    
#header-logo IMG {
    border:none;
    }
    
#header-menu {
    height:34px;
    text-align:center;
    }

#content {
    margin-top:185px;
    margin-bottom:45px;
    }
    
#footer {
    position:fixed;
    bottom:5px;
    left:5px;
    right:5px;
    height:40px;
    background:white;
    }
    
#footer .center {
    border-top:solid #f2f2f2 1px;
    }
    
/* MENU SUPERIOR */

#header-menu UL {
    display:block;
    margin:0;
    padding:0;
    list-style-type:none;
}

#header-menu LI {
    display:inline-block;
    padding:0 40px;
}

#header-menu .submenu {
    display:none;
	position:absolute;
	border:solid #f5f5f5 1px;
	border-top:none;
	background-color:white;
	padding:8px;
	margin-top:0px;
}

#header-menu .menu-item:hover .menu-item-title {
    color:gray;
}

#header-menu .menu-item:hover .menu-item-title-s {
    background:white;
    padding:9px 19px;
    border:solid #f2f2f2 1px;
    border-bottom-color:white;
}

#header-menu .menu-item:hover .submenu {
    display:block;
}



#header-menu .menu-item-title {
    display:block;
    text-transform:uppercase;
    color:black;
    text-decoration:none;
    height:15px;
    padding:10px 20px;
}
