/* Layout Stuff*/

  #body { 
    background-color: white;
    background-image: url(../images/WebPageBG.jpg);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 670px;
    clear: both;
        }

  #pagewrapper {
	background: white;
	margin: auto;
	width: 800px;
	}

  #header {
    height: 200px;
        }

  .menucontainer { 
    float: left;
    width: 142px;
        }

  .content { 
    margin-top: -15px;
    float: right;
    width: 630px;
         }

  #footer { 
    width: 800px; 
    margin: auto;
    text-indent: 20%;
        }

  .clear {
    clear: both;
    margin: 0;
    padding: 0; 
	  }

/* Style Stuff */

  h1.invisible {visibility:hidden; margin-top: -5px;}

  body {
	background: #201B21;
	}  


  #body { 
    	
        }

  #header {
        }

  .menucontainer { 
	color: white;
        }

  .content { 
	font-family: Arial, Helvetica, sans-serif;
        }

  #footer { 
 	background: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
        }

/* Menu Rollover CSS */



.menucontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.menucontainer a
{
display: block;
padding: 3px;
width: 142px;
background-color: #675845;
border-bottom: 1px solid #eee;
}

.menucontainer a:link, #menulist a:visited
{
color: #EEE;
text-decoration: none;
}

.menucontainer a:hover
{
background-color: #C8B9A6;
color: #fff;
}
