*{
padding:0px;
margin:0px;
}
img{border:0px;}
html{
width:100%;
height:100%
}
body{
width:1024px;
height:100%;
margin:0 auto;
position:relative;
background-color:silver
background-image:url('images/brushedsteel4.jpg');
}
html > body{
height:auto;
min-height:100%
}
#header{
width:100%;
overflow:hidden
}
#wrapper{
padding-bottom:80px;
width:1024px;
overflow:hidden;
}
.SubSubPls{
font-size:10px
}
.SubPls{
font-size:12px
}
.MenuPls{
font-size:16px
}
.motto{
font-size:16px;
font-family: 'Trebuchet MS', Helvetica, Sans-Serif;
color:#00007B;
}
#footer{
position:absolute;
bottom:0px;
width:100%;
height:80px;
padding-top:19px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#FFFFFF
}
    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-family: "Trebuchet MS", Helvetica, Sans-Serif;
        font-size: 14px;
    }

    a {
        text-decoration: none;
        color: white;
    }

    a:hover {
        color: white;
    }



    menu ul.sub-menu {
        display: none;
        position: absolute;
        top: 20px;
        left: -10px;
        padding: 10px;
        z-index: 90;
    }

    menu ul.sub-menu li {
        text-align: left;
    }

    menu li:hover ul.sub-menu {
        display: block;
        border: 1px solid #ececec;
    }
    



