body {
    text-align: center;
    background: #ffb657 url(/template/images/background.png) center no-repeat 100%;
    margin: 0;
}

a {
    text-decoration: none;
}
a img {
    border: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

.clear {
    clear: both;
}

.floatleft {
    float: left;
}

.floatRight {
    float: right;
}

.container {
    width: 932px;
    margin: auto;
    text-align: left;
}

#topNav {
    width: 935px;
}
#topNav .leftEdge, #topNav .middle, #topNav .rightEdge, #home, #menu, #store, #about, #contact {
    float: left;
    height: 63px;
}
#topNav .leftEdge, #topNav .rightEdge {
    width: 15px;
}
#topNav .leftEdge {
    background: url(/template/images/infoPage/info_topNav_leftEdge.jpg) no-repeat;
    width: 149px;
}
#topNav .middle {
    background: url(/template/images/infoPage/info_topNav.jpg) no-repeat;
    width: 475px;
}
#topNav .rightEdge {
    background: url(/template/images/infoPage/info_topNav_rightEdge.jpg) no-repeat;
    width: 306px;
}
#topNav ul {
}
#topNav ul li {
    list-style-type: none;
    float: left;
    display: block;
    padding: 28px 10px 0 10px;
}
#topNav ul li a {
    float: left;
    display: block;
    color: white;
    font-family: Georgia, Impact, Arial;
    font-weight: bold;
    font-size: 1.0em;
    height: 20px;
}
#topNav ul li a:hover {
    text-decoration: underline;
}

#headerBottom {
    clear: left;
    width: 930px;
    height: 60px;
    background: url(/template/images/infoPage/info_header_bottom.jpg) no-repeat;
}

#content {
    background: url(/template/images/infoPage/info_main_repeatY.jpg) repeat-y;
    font-family: 'Trebuchet MS', Arial;
    width: 930px;
}
#content .wrapper {
   padding: 0 60px 30px 60px;
}
#content p {
    font-size: .9em;
    padding-left: 20px;
}
#content #left, #content #right {
    margin-bottom: 40px;
}
#content #left {
    margin-right: 40px;
}
#content #right {
    margin-left: 40px;
}

#footer {
    clear: left;
    background-image: url(/template/images/infoPage/info_footer.jpg);
    width: 930px;
    height: 161px;
}

