﻿* { margin: 0; padding: 0;}

body
{
    background: #201913 url(../images/bg.png) repeat-x;
    font-family: Helvetica, Arial, Sans-Serif;
}

 

#HdrBG
{
    background: #e8e2bf;
    height: 120px;
    width: 100%; 
}      

#Hdr
{
    height: 100px;
    margin: auto;
    padding: 10px;
    width: 800px;  
}  



#MenuBG
{
    background: url(../images/menuBg.png) repeat-x;
    height: 70px;
    padding: 10px 0 10px 0;
    width: 100%; 
} 


#Menu
{
    margin: auto;
    height: 50px;
    text-align: center;
    width: 800px;
}

ul#MainNav { margin: auto; width: 750px; }



ul#MainNav li {
    display: block;
    float: left;
    list-style: none;
    margin: auto none;
}

ul#MainNav li a {
    border: none;
    display: block;
    height: 50px;
    text-decoration: none;
    width: 150px;
}

#navHome  a { background: url(../images/navSprite.png); }
#navHome a:hover { background: url(../images/navSprite.png) -150px; }
#navAbout a { background: url(../images/navSprite.png) -300px; }
#navAbout a:hover { background: url(../images/navSprite.png) -450px; }
#navIsMBS a { background: url(../images/navSprite.png) -600px; }
#navIsMBS a:hover { background: url(../images/navSprite.png) -750px; }
#navResources a { background: url(../images/navSprite.png) -900px; }
#navResources a:hover { background: url(../images/navSprite.png) -1050px; }
#navContact a { background: url(../images/navSprite.png) -1200px; }
#navContact a:hover { background: url(../images/navSprite.png) -1350px; }


#ContentWrapper
{
    background: #304a34 url(../images/content_bg.png) repeat-x;
    border: 1px solid #6c7d6f;
    margin: auto;
    padding: 5px 5px 1px 5px;
    width: 792px;  
}

.Content
{
    background: #ffffff;
    border: 1px solid #6c7d6f;
    margin-bottom: 5px;
    padding: 10px;
    width: 768px;  
}



.ContentHdr  
{
	background: #e8e2bf;
	color: #686868;
	font-size: 12px;	
}

h1
{
	color: #583622;
	font-family: Segoe UI, Helvetica, Arial, Sans-serif;
	font-size: 26px;
	font-weight: bold;
}

h2
{
	color: #333333;
	font-family: Segoe UI, Helvetica, Arial, Sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.Content img
{
	background: #ffffff;
	border: 1px solid #6c7d6f;
	padding: 5px;
}

.rightFLoat { float: right; }

p { color: #333333; font-size: 14px; }	  