/* undo some default styling of common (X)HTML browsers
 ************************************************************/

    /* No list-markers by default - 
     * must redefine bullets w/ bg graphics
     ********************************************************/
     ul,ol {
	     list-style:none;
	     }

    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
     body,h1,h2,h3,h4,h5,h6,pre,code,td {
	     font-size:1em;
         }

    /* Remove inconsistent (among browsers) - 
     * default padding or margin 
     ********************************************************/
     ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
     fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
         margin:0; padding:0;
         }

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }


body {
background: url(images/bg.jpg);
color:#fff;
font:16px times;
}

#container{
margin: 0 auto;
width:1024px;
height:1005px;
background: url(images/container.jpg);
}

#shop_frame{
float: left;
padding-top: 265px;
padding-left:140px;
padding-bottom: 50px;
}

#bottom_nav {
width: 900px;
padding-left: 15px;
color: #492b13;
font: 16px sans-serif;
font-weight: bold;
}

#bottom_nav a {
color: #492b13;
font: 16px sans-serif;
font-weight: bold;
font-style: italic;
text-decoration: none;
}

#bottom_nav a:hover {
color: #8b5030;
font: 16px sans-serif;
font-weight: bold;
font-style: italic;
text-decoration: none;
}


