/* LAYOUT STYLESHEET */ 
*{margin:0; padding:0;}	
   html, body {
        width: 100%;
        height: 100%;
        }
        body {
       
        }
#clear {clear:both; } 

#wrapper { width: 100%;
        height: 99%;
        top: 0;
        left: 0; 
		margin:10px 10px 0 10px
		}
		
#centre_block {width:90%}		

.logo {display:block; width:240px; float:left}
/* ======== MENU ======== */

#nav {display:block; height:25px;  font-family:Georgia, "Times New Roman", Times, serif; color:#8B9298; font-size:170%; padding-bottom:10px}
#footer { text-align:left; display: block; height:20px;  font-size:100%; color:#8B9298; width:100% }

#menu {float:right}

#nav a {text-align:left; color:#8B9298; font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none;}
#nav ul {margin-top:10px; }
#nav li {float:left; display:inline; }
#nav li.sub1 {margin-left:10px}
#nav li.sub {font-size:80%; margin-top:4px  }

#nav .about a {background:url(../images/skeleton/about.gif) no-repeat; display:block; width:100px; height:20px}
#nav .services a {background:url(../images/skeleton/services.gif) no-repeat; display:block; width:100px; height:20px}
#nav .clients a {background:url(../images/skeleton/clients.gif) no-repeat; display:block; width:100px; height:20px}
#nav .contact a {background:url(../images/skeleton/contact.gif) no-repeat; display:block; width:100px; height:20px}

#nav span {display:none}
	
.name {display:none; visibility:hidden}


