
/* MENU
-------------------*/
#nav {  text-align: center; background: transparent url(../img/nav-bg-red.png) repeat-x; }

    ul#menu { width: 730px; margin: 0 auto; text-align: left; overflow: hidden; }

        ul#menu li { margin-left: 15px; margin-right: 15px; }
        ul#menu li.active, ul#menu li.subactive { background: transparent url(../img/nav-bg.png) repeat-x; }
        ul#menu li.a { color: #FFF; }
        ul#menu li a:hover { color: #8CE4F6; }
    
/* FOOTER
------------------*/
#foot ul {  background: #DDD url(../img/nav-bg-red.png) repeat-x top left; }
#foot li a:hover { color: #8CE4F6; }
    
/* PAGES
------------------*/

 /* HOME 
    Nudge and push this one page into place and hope the class name never changes.
 */

body.s-home h1 { position: absolute; left: 50px; top:250px; }
body.s-home .main #content1 { margin-top: 85px; }
body.s-home .main img { position: absolute; top: 290px; left: 50px; }
body.s-home .side { position: relative; top: 60px; }
