body {
        margin: 0;
        text-align: center;
        background-color: #3A1B00;
}

#page
{
        position:relative;
        width:1024px;
        top: 0px;
        left: 0px;
        margin: 0px;
}
#top
{
         position:relative;
         width:1024px;
         top: 0px;
         left: 0px;
         float: left;
         margin: 0px;
}
#menurow
{
        position:relative;
        float: left;
        width:1024px;
        top: 0px;
        left: 0px;
        margin: 0px;
        height: 30px;
        background-image: url(../nimages/menu_bg.jpg);
        text-align: left;
}
#menu
{
        position:relative;
        float: left;
        width:600px;
        top: 3px;
        left: 300px;
        margin: 0px;
}
#main
{
        position:relative;
        float: left;
        width:1024px;
        top: 0px;
        left: 0px;
        margin: 0px;
        background-image: url(../nimages/main_bg.jpg);
}
#main_left
{
        position:relative;
        float: left;
        width:280px;
        top: 0px;
        left: 0px;
        margin: 0px;
        text-align: center;
}
#main_left_inner
{
        position:relative;
        width:270px;
        top: 0px;
        left: 0px;
        margin: 0px;
        text-align: left;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
}
#main_middle
{
        position:relative;
        float: left;
        width:530px;
        top: 0px;
        left: 0px;
        margin: 0px;
        text-align: center;
}
#main_middle_inner
{
        position:relative;
        width:515px;
        top: 0px;
        left: 0px;
        margin: 0px;
        text-align: left;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
}
#main_right
{
        position:relative;
        float: left;
        width:200px;
        top: 0px;
        left: 0px;
        margin: 0px;
        text-align: center;
}
#main_right_inner
{
        position: relative;
        width: 180px;
        top: 0px;
        left: 0px;
        margin: 0px;
        text-align: left;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
}
#bottom
{
         position:relative;
         float: left;
         width:1024px;
         top: 0px;
         left: 0px;
         margin: 0px;
}

.menulink {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #633119;
        text-decoration: none;
        text-transform: none;
        font-style: normal;
        font-variant: normal;
}
.menulink:hover {
        color: black;

}

.sidelink {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #633119;
        text-decoration: underline;
        text-transform: none;
        font-style: normal;
        font-variant: normal;
}
.sidelink:hover {
        color: black;
        text-decoration: none;
}

.smallheading {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: bold;
        color: #666666;
}

.sideheading {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: black;
}



.contentlink {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16\4px;
        font-weight: normal;
        color: #0000FF;
        text-decoration: underline;
}
A.contentlink:hover {
        color: black;
        text-decoration: none;
}

.categoryheadinglink, .categorylink, .sidenav {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal;
        color: #5B1A01;
        text-decoration: none;
}
.categoryheadinglink:hover, .categorylink:hover, .sidenav:hover {
        color: #FFCC00;
        text-decoration: underline;
}


.small {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: black;
}
.formlabel {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: blue;
}
.smalllink {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: blue;
        text-decoration: underline;
}
A.smalllink:hover {
        color: black;
        text-decoration: none;
}


.tinylink {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: blue;
        text-decoration: underline;
}
A.tinylink:hover {
        color: black;
        text-decoration: none;
}


.nav_link {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: blue;
        text-decoration: underline;
}
.nav_link:hover {
        color: red;
        text-decoration: none;
}
.nav_large {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight:bold
}
.listinglabel {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #808080;
        text-decoration: underline;
}
