a img {
  border: none;
}
body {
  padding: 0px;
  margin: 0px;
  background: #fff;
}


a {
text-decoration: none;
color: #800;
}



.clear {
line-height:0px;
clear: both;
}

.navbar {
  width: 600px;
  margin: 10px auto;
  height: 20px;
  background-image: url(/public/frontend/images/logo.jpg);
  background-repeat: no-repeat;
}

#wrapper {
  margin:12px auto;
  padding-top:10px;
  width:900px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
}



#footer {
    margin:12px auto;
  padding-top:10px;
  width:600px;
  text-align: right;
  color: #aaa;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
}


#nav {
  text-transform: lowercase;
  padding: 0px;
  margin: 0px;
  list-style-type:none;
  float: right;
}

#nav li {
  padding: 0px;
  margin: 0px 15px 0px -1px;
  display: inline;
  float: left;
  position: relative;
  border-left: 1px solid #FFF;

}

#nav li a {
  display: block;
  color: #aaa;
  font-weight: bold;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 2px 22px 2px 4px;

}

#nav li:hover {
  color: #999;
  border-left: 1px solid #ccc;
}



#nav li ul { /* second-level lists */
  display: none;
 background: white;
 margin: 0; 
 margin-left: -1px;
 padding: 0;
 position: absolute;
}

* html #nav li ul {
  display: none;
  width: 108px;
}


#nav li li {
  display: block;
  float: none;
  margin: 0px 10px 0px 0px;
  padding: 0;
  border-left: 1px solid #ccc;
  white-space: nowrap;
}

#nav li li a {
  display: block;
  margin: 0;
  padding: 0px 0px 0px 15px;
  height: 1.5em;
  color: #000;
  font-weight: normal;
  }

#nav li li a:hover {
  color: #666;
}


#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul,  #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	}

.private {
  background-image: url(/public/admin/images/private.png);
  background-repeat: no-repeat;
}

