body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin:0px; padding:0px; }
body {
    font-family: Arial, Helvetica, sans-serif;
    background: #ebe8e8;
}
.container {
    width: 980px;
    margin: 0 auto;
    padding-left: 10px;
}
#main {
    background-image:url(images/BannerSeg.jpg);
    background-repeat: repeat-x;
}

#footer {
    background-image:url(images/FooterSeg.jpg);
    background-repeat: repeat-x;
    padding-top: 20px;
    padding-bottom: 60px;
    margin-top: 40px;
    color: #fff;
}
    
#main .container {
    background-image:url(images/BannerFull.jpg);
    background-repeat: no-repeat;
}
#logo {
    background-image: url(images/FMSlogo.png) ;
    background-repeat:no-repeat-x;
    height: 200px;
    width: 200px;
    float: left;
}
#logo h1 {
    text-indent: -9999px;
}

#header {
    padding-top: 40px;
}
#title {
    float: left;
    padding-top: 15px;
    padding-left: 20px; 
}

#title h3 {font-size: 50px; color: #e4dfdf; text-shadow: black 0.1em 0.1em 0.2em }

ul#menu {
    list-style: none;
    padding-top: 50px;
}
 
ul#menu li a {
    font-size: 25px;
    color: #212121;
    text-decoration: none;
}

ul#menu li {
    float: left;
    padding-left: 30px;
    padding-right: 50px;
}

#content h2 {
    font-size: 36px;
    color: #212121;
    padding-top: 30px;
}
 
#content h3 {
    font-size: 24px;
    color: #444444;
    padding-top: 20px;
    padding-bottom: 20px;
}
 
#content h4 {
    font-size: 20px;
    color: #373737;
    font-weight: normal;
}
 
#content p {
    font-size: 20px;
    color: #212121;
    padding-top: 10px;
}
 
#content small {
    font-size: 12px;
    color: #373737;
}
 
#content a {
    color: #0f6c8d;
    font-weight: bold;
    text-decoration: none;
}
