* {
   margin: 0;
   padding: 0;
   border: none;
}

body {
   background: #F6F3E8 url('../images/page_background.jpg') repeat-x;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
   margin: 0 auto;
   padding: 0 15px 0 15px;
   text-align: left;
   width: 800px;
   background: url('../images/wrapper_background.jpg');
}

#side-a {
   float: left;
   width: 160px;
   padding: 10px;
}

#content { 
   margin-left: 190px;
   padding: 10px 10px 0 0;   
}

#footer {
   clear: both;
   background: #342C27;
   text-align: center;
   padding: 6px;
}

#footer p {
   color: #FFF;
   font-size: 10px;
}




#header {
   background: url('../images/header.jpg') no-repeat;
   height: 160px;
}

#header .header_links {
   text-align: right;
}

#header .header_links p {
   padding: 136px 20px 0 0;
}

#header .header_links a {
   color: #47443B;
   text-decoration: none;
}







#side-a .link_box {
   border: 1px solid #C0B484;
   background: url('../images/links_bg.jpg') no-repeat;
   padding: 10px;
}

#side-a p {
   font: 16px "Times New Roman", Times, serif;
   margin-bottom: 6px;
   border-bottom: 1px solid #C0B484;
}

#side-a a {
   text-decoration: none;
   color: #9E0710;
}

#side-a .view_all {
   text-align: center;
   font-size: 10px;
   border-bottom: none;
   margin-bottom: 0;
}








#content .content_box {
   border: 1px solid #C0B484;
   background: #E4DAB6 url('../images/content_background.jpg') no-repeat;
   padding: 10px;
   margin-bottom: 10px;
}

#content .content_box h1 {
   margin-bottom: 4px;
}

#content .content_box p {
   line-height: 17px;
}

#content .content_box table td {
   padding: 3px;
}



#content .left_content {
   float: left;
   width: 280px;
   border-right: 1px solid #D7CDA9;
   padding-right: 15px;
}

#content .right_content {
   margin-left: 315px;
}

#content .right_content p {
   margin-bottom: 10px;
}

#content .error {
   border: 1px solid #FF3737;
   background: #FFC6C6;
   padding: 10px;
   margin-bottom: 10px;
}

#content .divider {
   margin: 15px 0;
   height: 1px;
   border-bottom: 1px solid #D7CDA9;
}

#content h1 {
   font: bold 22px "Times New Roman", Times, serif;
}

#content .description {
   margin: 10px 0;
}

#content .price {
   float: right;
   font-size: 20px;
   color: #47443B;
   padding: 0 10px 0 30px;
}

#content a {
   color: #9E0710;
}







.clear {
   clear: both;
}

