

#container {
 width:920px;
 margin: 10px ;
}

ul, li {
 margin: 0; padding: 0;
}

#blob {

 border-right: 1px solid #b5a38d;
 border-left: 1px solid #b5a38d;
 position: absolute;
 top: 0;
 z-index : 1;

 background: #fbfaf8;
 background: -moz-linear-gradient(top, #e7d4be, #b5a38d);
 background: -webkit-gradient(linear, left top, left bottom, from(#e7d4be), to(#b5a38d));
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-box-shadow: 2px 3px 10px #b5a38d;
 -webkit-box-shadow: 2px 3px 10px #b5a38d;

}

#nav {
 position: relative;
 background: #fbfaf8;
 float: left;
 border-color:#e7d4be;
 border-width:1px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;


}

#nav li {
 float: left;
 list-style: none;
 border-right: 1px  dotted #e8e2db;

 font-size: 15px;


}

#nav li a {
 color: #785a50;
 position: relative;
 z-index: 2;
 float: left;
 font-size: 15px;
 font-family: helvetica, arial, sans-serif;
 text-decoration: none;
 padding: 15px 20px;
}

