

#chic-header {
  margin:0 auto;
  width:700px;  
}
#chic-header a.link { 
  font:normal 0.8125em Arial, Helvetica, sans-serif;  
  color: #fff;
  text-decoration: none;    
}
a.link:hover {
  color: #000;
  text-decoration: none;
}

#top {
  margin:22px 0 30px 0;
  height:174px;  
}

#logo {
  float: left;
  margin-top: 12px;  
}

#pics {
  float: right;
  text-align: right;  
}
.pic {
  padding-left:12px;
  width: 116px;
  height: 174px;
}
  
#contentWrapper {  
  padding: 0;
  border-left: 1px solid #fff;   
  margin:30px auto -10px auto; 
}
#footer {
  background-color: #9d9171;
	font-size: 11px;
  margin-top: 6px;
  margin-bottom: 30px;
  text-align: center;
}

#nav {
  height: 35px;
  color: #fff;
  background: #9d9171;  
}
#nav ul {
  margin: 0;
  padding: 0; 
  list-style-type: none;
  width: 708px;
}
#nav ul li {
  padding: 0; 
  display:block;
  float:left;
  margin: 0 auto;
  width:176px;  
  line-height: 35px;
  text-align:center;
  list-style:none;
  border-right:#fff solid 1px;
}

#chic-footer {
  background-color:#9d9171;
  text-align:center;
  font:normal 0.675em Arial, Helvetica, sans-serif;
  line-height:30px; 
}

#chic-footer a {
  color:#000;
  text-decoration:none;
}

body {
  background:#9d9171;
}
