html
{
     height: 100%;
}

body
{
    background-image: url(images/back.jpg);
    background-repeat: repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    line-height: 1.5em;
    color: #ffffff;
    margin: 0px;
    text-align: left;
    height: 100%;
}

#container
{
    background-color: #0f0f0f;
    margin: 0px auto 0px auto;
    border: none;
    width: 800px;
    min-height: 100%;
}

#topbar
{
    position: relative;
    top: -358px;
    height: 61px;
    margin: 0px auto 0px auto;
    width: 800px;
}

.topbarimgleft
{
    margin: 0px 0px 0px 0px;
    border: none;
    float: left;
}

.topbarimgright
{
    margin: 0px 0px 0px 0px;
    border: none;
    float: right;
}

#header
{
    background-image: url(images/header2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    height: 358px;
    margin: 0px auto 0px auto;
    width: 800px;
}

#bignavbar
{
    position: relative;
    top: -61px;
    height: 52px;
    margin: 0px auto 0px auto;
    width: 800px;
}

.bignavbarimg
{
    margin: 0px 0px 0px 0px;
    border: none;
    float: left;
    padding: 0px 0px 0px 0px;
}

#topsep
{
    position: relative;
    top: -61px;
    border: none;
    height: 15px;
    width: 800px;
}

#smallnavbar
{
    position: relative;
    top: -61px;
    border: none;
    height: 45px;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px auto;
    width: 800px;
    text-align: center;
}

.smallnavbarimg
{
    margin: 0px 0px 0px 0px;
    border: none;
    padding: 0px 0px 0px 0px;
}

#titlesep
{
    position: relative;
    top: -61px;
    border: none;
    height: 15px;
    width: 800px;
}

#content
{
    position: relative;
    top: -61px;
    margin: 0px auto 0px auto;
    overflow: auto;
    width: 95%;
}

#bottomsep
{
    position: relative;
    top: -61px;
    margin: 0px auto 0px auto;
    border: none;
    height: 20px;
    width: 800px;
}

#footer
{
    margin: 0px auto 0px auto;
    padding: 10px 0px 10px 0px;
    width: 800px;
}

.lhscolumn
{
    position: relative;
    float: left;
    width: 45%;
}

.rhscolumn
{
    position: relative;
    float: right;
    width: 45%;
}

/**********
** lists **
***********/

ul.collection
{
    padding-left: 0px;
    margin-left: 0px;
}

ul.collection li
{
    list-style-type: none;
}

ul.gigs li
{
    padding-top: 5px;
}

/* text classes */

#footer p
{
    list-style-type: none;
    padding: 0px 10px 0px 10px;
    font-size: 0.8em;
    text-align: right;
}

.quots
{
    padding: 0px 30px 0px 30px;
    text-align: justify;
}

h2
{
    color: #cc3333;
    font: inherit;
    font-size: 1.1em;
}

.bigtitle
{
    padding: 0px 0px 0px 0px;
    color: #cc3333;
    font-size: 1.1em;
}

.smallprint
{
    font-size: 0.8em;
    color: White;
}

.entry
{
    border-bottom-color: #BCB0A2;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    margin-bottom: 10px;
}

.entrylast
{
    border-bottom: none;
    margin-bottom: 10px;
}

.entry dd
{
    padding-top: 5px;
}

#pagenotop
{
    text-align: right;
}

#pagenobottom
{
    text-align: right;
}

/*tables */

.albumtable td
{
    border: none;
    padding: 5px 5px 5px 5px;
}

.merchtable
{
    margin: 10px auto 10px auto;
}

.merchtable td
{
    border: none;
    padding: 15px 30px 15px 30px;
    text-align: center;
    vertical-align:top;
}

/* forms */

textarea
{
    resize: none;
}

/* images */

.reviewimage
{
    padding: 5px 0px 15px 0px;
}

.merchimage
{
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    vertical-align: middle;
    width: 120px;
    height: 118px;
}

.merchlinkimg
{
    border: none;
    padding: 10px 10px 10px 10px;
    width: 150px;
    vertical-align: middle;
}

.endorsements
{
    border: none;
    padding: 10px 20px 10px 20px;
    width: 250px;
    vertical-align: middle;
}

.discimage
{
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    vertical-align: middle;
    width: 190px;
    height: 172px;
    float: left;
}

/* profiles-gallery */

.profile
{
    padding: 0px 10px 10px 10px;
    float: right;
    height: 451px;
    width: 300px;
}

.lhsprofile
{
    position: relative;
    float: left;
    width: 50%;
}

.rhsprofile
{
    position: relative;
    float: right;
    width: 40%;
}

.gallery
{
    text-align: center;
}

.gallery .portrait
{
    padding: 10px 20px 10px 20px;
    width: 200px;
    height: 300px;
    vertical-align: middle;
}

.gallery .landscape
{
    padding: 20px 10px 20px 10px;
    width: 375px;
    height: 250px;
    vertical-align: middle;
}

/* links */

a:link
{
    font-size: 1.1em;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    color: #999999;
    background: transparent;
}

a:visited
{
    font-size: 1.1em;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    color: #999999;
    background: transparent;
}

a:active
{
    font-size: 1.1em;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    color: #999999;
    background: transparent;
}

a:hover
{
    font-size: 1.1em;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    color: #FF0033;
    background: transparent;
}

