﻿/* main body - this sets the default font family, size and color */
body {
    width:90%;
    border: solid 1px #000000;
    font-size: 0.8em;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    padding:0;   
    color: #000000;
}

/* header bar with set width/height */
div#header
{
    height:80px;
    width:100%;
    float:left;
}
/* dividing line between the header and the content */
.divider
{
    height:10px;
    border-bottom:solid 5px #000000;
}

/* navigation container */
div#navigation
{
    width:150px;
    float:left;
}

div#miniLogin, div#newslettersignup
{
    display:none;
}

div#membercount
{
    width: auto;
    background-color:#FFFFFF;
    padding-left:5px;
}


/* main content container */
div#maincontent
{
    width:70%;
    float:left;
    padding: 0px 0px 10px 10px;
}


