body {
    text-align: center;
    font-family: Tahoma;
    font-size: 0.8em;
    color: #000;
    margin: 0;
    padding: 0;
    background-color: #fff;
    }
a:link {color: #000}
a:visited {color: #000}
a:active {color: #fff}

div#page_header {
    margin: 0 auto 0 auto;
    background-image: url(images/page_header.jpg);
    width: 572px;
    height: 183px;
    position: relative;
    }
div#page_header a span {
    display: none;
    }   
a#home {
    position: absolute;
    width: 436px;
    height: 110px;
    top: 32px;
    left: 73px;
    }
    
div#page_navi {
    margin: 0 auto 0 auto;
    background-image: url(images/page_navi.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 572px;
    height: 39px;
    position: relative;
    }
div#navigation a span {
    display: none;
    }
div#navigation a {
    position: absolute;
    height: 36px;
    }   
div#navigation a:hover {
    border-bottom: solid 3px #000;
    }    
a#store {
    width: 67px;
    left: 25px;
    }
a#info {
    width: 138px;
    left: 150px;
    }
a#contact {
    width: 94px;
    left: 345px;
    }
a#cart {
    width: 54px;
    left: 498px;
    }
    
div#main {
    background-color: #F3DF1F;
    border-top: solid 3px #000;
    border-bottom: solid 1px #000;
    padding: 0.8em 0 2em 0;
    }
div#content {
    text-align: left;
    width: 535px;
    margin: 0 auto 0 auto;
    }
div#store_content {
    text-align: left;
    width: 700px;
    margin: 0 auto 0 auto;
    }
div#text p {
    text-indent: 30px;
    padding: .4em 0 0 0;
    }
h2 {
    width: 60%;
    border-bottom: solid 1px #fff;
    font-size: 1.4em;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    }
h1 {
    font-size: .9em;
    font-weight: normal;
    font-style: italic;
    color: #444;
    margin: 0 0 1.3em 0;
    padding: 0;
    }
    
div#subtitle {
    font-size: 0.8em;
    text-indent: 20px;
    margin: 0 0 1.3em 0;
    }
h3.product {
    font-size: 1.4em;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    }
div.price {
    font-size: 1.25em;
    font-weight: bold;
    }
div.description {
    font-size: 0.8em;
    color: #fff;
    }    
ul#picslist {
    float: right;
    margin: 0;
    padding: 0 1em 1em 1em;
    list-style-type: none;
    }
ul#points {
    margin: 0 auto 0 auto;
    padding: 1em 3em 1em 3em;
    width: 80%;
    }
ul#points li {
    margin: 0;
    padding: .3em 0 .3em 0;
    }
img {
    border: none;
    }
div#featured_cont {
    margin: 0 auto 0 auto;
    padding: 0 0 1em 0;
    }
div.floatleft {
    position: relative;
    padding: 16px 28px;
    float: left;
    display: block;
    text-align: center;
    }
div#clear {
    clear: both;
    }
div#cards {
    width: 182px;
    margin: 1em auto 0 auto;
    padding: 5px;
    background-color: #fff;
    border: solid 1px #000;
    }
div#page_footer {
    margin: 0;
    padding: 5px 0 7px 0;
    font-size: 0.8em;
    background-color: #E9E9E9;
    }