*{
    padding:0px;
    margin:0px;
    border:none;
}
body{
/*    background:#BCB9AE;*/
    background:#a1b1c1 url('../images/bluenoise.png');
    font-family:"Lucida Grande", "Helvetica", "Arial", sans-serif;
}
.center{
    width:945px;
    margin:0px auto;
/*    padding:0px 20px;*/
    position:relative;
}
#logo{
    background:url('../images/appsaurus.png');
    display:block;
    width:297px;
    height:58px;
}
#ribbon{
    position:absolute;
    right:0px;
    top:0px;
    z-index:20;
}
#nav{
	top:50px;
}
    #nav a{
/*        text-shadow:#d0d8e0 0px 1px 0px;*/
        color:#9FAAB8;
        line-height:90px;
        font-size:14px;
        text-decoration:none;
        display:block;
        padding:0px 15px 0px 15px;
        float:left;
        
    
    }
    #nav a:hover{
        color:#fff;
    }
    #nav a.on{
        color:#0071B8;
    }
    .nav_div{
        display:block;
        float:right;
    }
    #top .center{
        margin:0px auto;
                
    }



#top{
    background:#0071BC;
    background:#fff url('../images/bluebg.jpg') center top;
    position:relative;
    
    height:65px;
/*    padding-top:110px;*/
}
#meat{
   background:#fff url('../images/bluenoise.png');
   }
   
   #footer{
       margin-top:100px;
       margin-bottom:25px;
       border-top:1px dotted #3E455E;
   }
   #footer .block{
       float:left;
       width:120px;
       padding:10px;
   /*    background:#b0c0d0;*/
       margin:10px 10px 0px 0px;
   }
   #footer h1{
       text-shadow:#4C526D 0px 1px 0px;
       font-size:16px;
       color:#E3E8F1;
   /*    font-weight:normal;*/
       margin-bottom:3px;
   }
   #footer img{
       margin-top:20px;
       float:right;
   }
   #footer a{
       text-shadow:#d0d8e0 0px 1px 0px;

       color:#3E455E;
   /*    line-height:35px;*/
       font-size:12px;
       text-decoration:none;
       display:block;
       padding:0px 0px 0px 0px;
   /*    float:left;*/


   }
   #footer a:hover{
       color:#0071B8;
   }
   #footer a.on{
       color:#0071B8;
   }
   #footer #credits{
       display:none;
   }