/*************************
  Scarlett-Fan Photo Gallery
  ************************
  Copyright (c) 2009-2010 Lovetohateme.org Designs
  
  ********************************************
*/
body{
margin:0;
padding:0;
font:11px "Lucida Sans", Arial, sans-serif;
color:#6e4e51;
background:#fff;
}

li{
padding:2em;
list-style-type:disc;
}
a{
color:#7d5151;
text-decoration:none;
}
a:hover{
color:#a67b7b;
text-decoration:none;
}
#container{
width:950px;
margin:0 auto;
}
#header{
background:url(images/header.png) no-repeat;
height:549px;
}

#content{

}

.contenttop{
margin-top:22px;
background:url(images/contenttop.png) no-repeat;
height:60px;
padding:40px 25px 0px 25px;
}
.contenttop a{
text-transform:uppercase;
font-weight:bold;
}
.contentbg{
background:url(images/content_bg.png) repeat-y;
padding:0 25px;
}

.contentfooter{
background:url(images/footer.png) no-repeat;
height:41px;
margin-bottom:10px;
text-align:center;
}