| 
					
						 и если не ошибаюсь в css вот этот кинуть 
  nav{         width: 960px;         margin: 80px auto;         text-align: center; }
  nav ul{         margin: 0;         padding: 0; }
 
  nav li{         margin: 0 10px;          display: inline-block;         *display: inline;           zoom: 1; }
 
  nav a{         display: inline-block;         position: relative;         padding: 8px 15px;         border: 2px solid #fff;         text-decoration: none;         color: #999;         font: bold 14px 'Lucida sans', Arial, Helvetica;         background-color: #eaeaea;         background-image: linear-gradient(top, #eaeaea, #fff);         border-radius: 3px;         box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset,                                 0 0 1px 0 rgba(0, 0, 0, .2),                                 0 2px 2px rgba(0, 0, 0, .3),                                 0 10px 10px -5px rgba(0, 0, 0, .2); }
  nav a:hover{         background-color: #eee;         background-image: linear-gradient(top, #eee, #fff); }       
  nav a:active{         top: 1px;          background: #f5f5f5;         box-shadow: 0 1px 1px rgba(0, 0, 0, .05) inset,                                 0 0 1px 0px rgba(0, 0, 0, .2),                                 0 1px 2px rgba(0, 0, 0, .3); }
  nav a::before{         content: '';         position: absolute;         top: -10px;         right: -10px;         bottom: -10px;         left: -10px;         z-index: -1;         background-color: #FFFAFA;         background-image: linear-gradient(top, #e3e3e3, #f7f7f7);         border-radius: 2px;         box-shadow: 0 1px 1px rgba(0,0,0,.05) inset; }
  nav a:active::before{         top: -11px;  }
  .art-sidebar1 {visibility:hidden;}
  .art-content-layout .art-sidebar1 { background-color: #C0E1E7; background-image: url('images/sidebar_g.png'); background-repeat: no-repeat; background-position: left top; width: 0%; }
 
  .art-content-layout .art-sidebar2 {width: 15%;}
  #box1 { 	border: 1px solid #699;
  	 -moz-border-radius: 20px;
  	-webkit-border-radius: 20px; }
 
   *{      margin:0;      padding:0;      }   body{          text-align:center;       } 
 
       #wrapper{          width:1190px;          margin:0 auto;          text-align:left;       } 
  div.rounded {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding:10px;
  border:3px solid #f3ddac;
  background: #fff3d8;
  } 
					
						 _________________ Делал, делаю, буду делать troshkoff.ru 
					
  
						
					 |