body
{
   text-align: center;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   color: #666;
   background: #000 url(/images/sidewaysBG.png);
   margin: 0px;
}

h1, h2
{
   margin: 0px;
   padding: 0px;
   font-size: 12px;
}

h3
{
   margin: 0px;
   padding: 0px;
   font-size: 10px;
}

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

a:hover
{
   color: #fede58;
   text-decoration: underline;
}

#wrapper
{
   width: 970px;
   margin: 0px auto;
   margin-top: 10px;
   text-align: left;
}

#header
{
   display: block;
   width: 970px;
   height: 150px;
   background: #784300 url(/images/cp_header.png) center no-repeat;
   margin: 0px;
   padding: 0px;
   border-right: 4px #000 double;
   border-left: 4px #000 double;
   border-top: 4px #000 double;
}

#header span
{
   display: none;
}

#contentArea
{
   display: block;
   width: 970px;
   background: #784300 url(/images/cp_body.png) center repeat-y;
   margin: 0px;
   padding: 0px;
   border-right: 4px #000 double;
   border-left: 4px #000 double;
   border-bottom: 1px #000 solid;
}

#contentArea div#navigation
{
   display: block;
   width: 200px;
   margin: 0px 5px 0px 15px;
   padding: 0px;
   float: left;
}

#contentArea div#merchandise
{
   display: block;
   width: 745px;
   margin: 0px 0px 0px 5px;
   padding: 0px;
}

#contentArea div#footer
{
   display: block;
   width: 970px;
   text-align: center;
   background: url(/images/cp_footer.png) bottom no-repeat;
   padding: 0px 0px 15px 0px;
   margin: 0px;
}

#contentArea div#footer p
{
   display: block;
   width: 310px;
   float: left;
   margin: 0px 0px 0px 3px;
}
