body {
  background: #fff;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  text-align: left; }

p {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  text-align: left; }
a {
text-decoration:none;
color:#FF5F5F;
}
img {
  border: 0px; }



#mainpart {
  padding: 0px;
  margin-top:10px;
  text-align: left;
  width: 760px;
  border-bottom: solid 1px #424242;
  border-left: solid 1px #9E9E9E;
  border-right: solid 1px #9E9E9E;
  }
  
  #mainpart a{
  color:#FF5F5F;
  }
  #mainpart a:hover{
  text-decoration:underline;
}

#header {
  background: url(http://www.beautyandsin.com/banner.jpg) no-repeat top left;
  height: 50px;
  position: relative;
  width: 760px; 
  margin-top:25px;
  }

#topnav {
  left: 250px;
  line-height: 25px;
  list-style: none;
  margin: 0px;
  padding: 3px 0px;
  position: absolute;
  text-align: right;
  top: -4px;
  width: 500px;}

  #topnav li {
    display: inline; }
  #topnav a {
    color: #CECECE;
    margin: auto 0px;
    padding: 2px 4px; }
  #topnav a:hover {
    background-color: #6B6B6B;
    color: white; }


#title {
border-bottom:1px solid #424242;
font-size: 14px;
padding:2px 5px;
font-weight: bold;
background:#6B6B6B;
color:#FFFFFF;

}

