html {
    background: #000000 url('/images/headbg.gif') repeat-x top left;
    height: 100%;
    margin: 0 0 1px;
    padding: 0px;
}
 
body {
    background: #000000 url('/images/bodybg.gif') repeat-y top left;
    color: #FFFFFF;
    font: 80% Verdana, Helvetica, Arial, sans-serif;
    margin: 0 auto;
    padding: 0px;
    width: 902px;
}
#flashflashflashyflash {
    background-color: #39362d;
    height: 272px;
    margin:0px;
    padding:0px;
}
#nav {
    background: #39362d url('/images/navbg.gif') no-repeat top left;
    height: 31px;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    margin:0px;
    padding:0px;
}
#nav a:link, #nav a:visited {
    margin:6px 20px 0px 20px;
    color:#FFFFFF;
    text-decoration:none;
    text-transform:uppercase;
}
#nav a:hover {
	color:#e4d66c;
}
#left {
    width: 180px;
    margin-left: 10px;
    float: left;
}
#right {
    width: 180px;
    margin-right: 5px;
    float: right;
}
#content {
    width: 460px;
    margin-left: 30px;
    float: left;
}
#footer {
    clear: both;
    padding-top: 50px;
    padding-bottom:20px;
    width: 902px;
    text-align: center;
    color: #7c7359;
}

h1, h2, h3, h4, h5, h6 {
    color:#FF9933;
}
h1,h2 {
    font-size:16px;
}

a:link, a:active {
    color:#A2EFFD;
    text-decoration:none;
}
a:visited {
    color:#60d8ee;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
div.desc {
    position:absolute;
    display:none;
    background:#39362d;
    font-size:10px;
    width:200px;
    border:1px #000000 solid;
    padding:5px;
    z-index:99;
}
#carttable td {
    border-right: dashed #9C9A9A 1px;
    border-bottom: dashed #9C9A9A 1px;
    font-size: 12px;
}
td.product {
    text-align:center;
    padding-top:20px;
    padding-right:10px;
}
#cartlinks {
    margin-bottom:20px;
    padding-bottom:15px;
    border-bottom:1px solid silver;
    text-align:left;
}
#product img {
    margin-left:5px;
}