body{	
        font-family: Arial, Helvetica, Verdana, Sans-serif;	
        font-size: 13px;	
        text-align: center;	
        vertical-align: top;
        font: normal 12px Georgia, Verdana, Helvetica, Sans-serif;
        background: #000000;
}

h2 {
        font-size: 15px;
}

#container {
        margin: 0 auto;
        width: 900px;
        background-image: url('./images/contentbg.jpg');
        background-position: 0 0;

}

#header {
       height: 175px;
       background: url('./images/headerbg.jpg') no-repeat;
}


#topmenu {	
       display: block;	
       margin: 0 auto;
       width: 878px;	
       height: 28px;
       border: 1px solid #000000;        
       line-height: 28px;
       color: #000000;
       background-color: #F5EDD6;
}

#topmenu ul
{
         margin: 0;
         padding: 0;
         list-style: none;
}

#topmenu ul li 
{
         top: 0;
         left: 0;
         float: right;
         width: 100px;
         border-left: 1px solid #000000;
}

#topmenu ul li a
{
         display: block;
         height: 28px;
         line-height: 28px;
         text-decoration: none;        
         color: #000000;
}

#topmenu ul li a:hover
{
         /* background-color: #D7A56A; */
         /* background: transparent url(./images/vertical.gif) center left no-repeat; */
         background: transparent url(./images/menu-pointer.gif) center left no-repeat;
         font-weight: bold;
         font-size: 13px;
}


#sidebar {   /* wtotal=251px  */
       display: inline;
       float: left;
       width: 239px;
       margin: 0;
       margin-bottom: 10px;
       padding: 7px;
       padding-left: 10px;
       border: 1px solid #000000;
       border-top: 0;
       border-left: 0;
       font-family: 'comic sans MS', Georgia, Verdana, Helvetica, Sans-serif;
}

#sidebarmenu {
       display: block;
       width: 237px;
       margin: 0;
       margin-bottom: 7px;
       padding: 0;
       border: 1px solid #000000;
       border-top: none;
       background-color: #F5EDD6;
}

#sidebarmenu p {
       margin: 10px;
       margin-top: 0;
       padding-top: 10px;
       font-weight: normal;
       font-size: 13px;
}
#sidebarmenu span {
       display: block;
       width: 237px;
       height: 28px;
       background-color: #D7A56A;
       border-bottom: 1px solid #000000;
       border-top: 1px solid #000000;
}

#sidebarmenu ul {
       display: block;
       margin:0; 
       padding:0; 
       line-height: 28px;
       font-size: 15px;
       font-weight: bold;
       list-style: none;
       background-color: #F5EDD6;
       font-family: Georgia, Verdana, Helvetica, Sans-serif;
}

#sidebarmenu ul li {
      display: block; 
      text-align:left; 
      text-indent: 20px;
      height: 29px; 
      line-height:28px; 
      margin:0; 
      padding:0; 
      font-size: 12px;
      font-weight: normal;
}

#sidebarmenu ul li a{
      display: block;
      float: left;
      width: 237px;
      color: #000000;
      text-decoration: none;
      border-top: 1px solid #000000
}

#sidebarmenu ul li a:hover{
      background: transparent url(./images/menu-pointer.gif) center left no-repeat;
      font-weight: bold;
}

.widgets {
       display: block;
       width: 237px;
       margin-top: 7px;
       margin-bottom: 7px;
       padding-top: 7px;
       padding-bottom: 7px;
       background-color: #F5EDD6;
       border: 1px solid #000000;
}

.widgets img {
       border: none;
       margin: 0;
       padding: 0;
}

#content {      /* wtotal=649px  */
       display: inline;
       float: left;
       width: 604px;
       margin: 7px;
       margin-right: 10px;
       padding-left: 10px;
       padding-right: 10px;
       padding-top: 25px;
       padding-bottom: 25px;
       background-color: #fcfee9;
}


#content p {
       font-family: 'comic sans MS', Georgia, Verdana, Helvetica, Sans-serif;
       font-size: 13px;
}

.itemrow {
       display: inline;
       width: 604px;
       margin:0;
       padding: 0;
       padding-bottom: 15px;
}

.itemphoto
{
       display: inline;
       float: left;
       width: 300px;
       text-align: center;
}


.itemdescription
{
       display: inline;
       float: left;
       width: 283px;
       padding-left: 20px;
       padding-right: 0;
       border-left: 0px solid #000000;
}


#store {
       margin: 0 auto;
       padding: 0;
       width: 400px;
       border: 1px solid #000000;
}


#store span {
       display: block;
       width: 400px;
       height: 28px;
       background-color: #D7A56A;
       border-bottom: 1px solid #000000;
       border-top: none;
}




#store ul {
       display: block;
       margin:0; 
       padding:0; 
       line-height: 28px;
       font-size: 12px;
       font-weight: bold;
       list-style: none;
       background-color: #F5EDD6;
}

#store ul li {
      display: block; 
      text-align:left; 
      text-indent: 20px;
      height: 29px; 
      line-height:28px; 
      margin:0; 
      padding:0; 
      font-size: 12px;
      font-weight: normal;
}

#store ul li a{
      display: block;
      float: left;
      width: 400px;
      color: #000000;
      text-decoration: none;
      border-top: 1px solid #000000
}

#store ul li a:hover{
      background: transparent url(./images/menu-pointer.gif) center left no-repeat;
      font-weight: bold;
}




#footer {

       display: block;
       clear: both;
       width: 900px;
       height: 50px;
       margin: 0;
       padding: 0;
       background: url('./images/footerbg.jpg') no-repeat;
}


#footer a {
       text-decoration: none;
       cursor: default;
       color: #000000;
}
