
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #474747;
}


p
{
    margin-bottom: 10px;
}
a
{
    color: #aeaeae;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    color: #CCC;
}

h1
{
    color: #bfbfbe;
    margin-left: 10px;
    margin-top: 15px;
    font-style: italic;
    float: left;
}

h2
{
    color: #a8a388;
    margin-left: 20px;
    margin-top: 18px;
    letter-spacing: 2px;
    padding: 0px;
    float: left;
}

h4
{
    color: #a5a087;
    font-size: 2em;
    font-style: italic;
    letter-spacing: 1px;
    margin: 0px;
}

#wrapper
{
    margin: 0 auto;
    width: 900px;
    overflow: hidden;
}
#header
{
    width: 900px;
    color: #333;
    height: 75px;
    background: #2e2e2c;
    background-image: url(images/border_top.gif);
    background-repeat: no-repeat;
    margin-top: 30px;
    padding-top: 1px;
}

#headerBox
{
    width: 880px;
    border: solid 1px #a8a388;
    height: 50px;
    margin: 15px 10px 5px 10px;
    position: relative;
}
#navigation
{
    width: 880px;
    color: #FFF;
    background: #98968a;
    border-left: solid 10px #2e2e2c;
    border-right: solid 10px #2e2e2c;
    float: left;
    height: 25px;
}

#navigation ul
{
    float: right;
    list-style: none;
    padding: 0;
    margin: 4px 0 0 0;
}

#navigation ul li
{
    float: left;
}

#navigation ul li a
{
    color: #FFF;
    text-decoration: none;
    font-family: Verdana;
    font-size: 1em;
    font-weight: bolder;
    margin: 0px 10px 0px 10px;
    display: block;
}

#navigation ul li a:hover
{
    color: #444;
}

#content
{
    width: 860px;
    border-left: solid 10px #2e2e2c;
    border-right: solid 10px #2e2e2c;
    background: #535250;
    padding: 10px;
    margin: 0px;
    float: left;
    color: #dfdccb;
}

#contentMain
{
    float: left;
    width: 48%;
    font-size: 12px;
    margin-right: 25px;
}

#contentRight
{
    float: right;
    width: 48%;
    text-align: right;
    overflow: hidden;
}

#footer
{
    margin: 0px;
    width: 890px;
    text-align: right;
    font-size: .8em;
    color: #98968a;
    float: left;
    overflow:hidden;
    background: #2e2e2c;
    background-image: url(images/border_bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 5px;
}

#footer a
{
    color: #a8a388;
    margin-right: 30px;
}

#caption
{
    height: 45px;
    margin-bottom: -18px;
    font-size: 10px;
    padding-right: 6px;
}

.catname
{
    font-size: 10px;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}

.catlit
{
    color: #FFF;
    font-size: 10px;
    cursor: default;
}

#thumb
{
    width: 54px;
    height: 55px;
    margin-right: 12px;
    background-image: url(images/thumb_back.jpg);
    padding: 1px;
    margin-bottom: 10px;
    cursor: pointer;
}

.journalTitle
{
    color: #FFF;
    font-weight: bold;
}
.journalDate
{
    color: #a8a388;
    font-size: .9em;
    padding-left: 10px;
}

.rptborder
{
    height: 10px;
    border-bottom: dotted 1px;
    width: 95%;
    margin-bottom: 10px;
}

.pickimage
{
    background-color: #98968a;
    width: 800px;
}
.pickimage a
{
    font-size: 10px;
    text-decoration: none;
}
.pickimage a:hover
{
    color: #555;
    text-decoration: none;
}

.adminLink
{
    color: White;
    font-weight: bold;
    letter-spacing: 1px;
}

#addToCart
{
    width: 400px;
    height: 45px;
    margin-left: 12px;
    float: left;
    display: inline;
    display: none;
}


#addToCart p
{
    padding: 0;
    margin: 0;
}

#addToCart h3
{
    padding: 0;
    margin: 0;
}

#addToCart a
{
    color: #FFF;
    padding-left: 25px;
}

#addToCart img
{
    padding-right: 10px;
}

#addProduct 
{
    font-size: 12px;
}