Stylesheets.Fiftyarticle
#wrapper {
    background: #FFFFFF url(../images/wrapper_bg1.jpg) repeat-y;    
 
    }
 
#footer {
    background: url(../images/footer1.jpg) no-repeat;    
 
    }
 
.space{
    border-top:3px dotted #632d00;
    border-bottom:3px dotted #632d00;
      }
 
h3 {
 
    padding-bottom:10px;
    }
#content {
    width:770px;
    margin:0 auto 0;
    }        
#article {
    border: 1px solid #632d00;
    border-bottom: 8px solid #632d00;
    padding: 4px 10px;
    background-color:#FFF;
    }
 
.article_title h2{
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    margin:0;
    padding: 7px 0 0 30px;
    }
 
.article_title {
    background-image:url(../images/bigbar.jpg);
    color: #ffdd81;
    height: 30px;
 
    }
#article {
    color: #FE9901;
}