/* 
    Document   : mainSiteIndex
    Created on : Oct 26, 2009, 11:47:14 AM
    Author     : kengriffin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    margin:0;
    padding:0;
    text-align:center;
}
#wrapper{
    margin:0;
    padding:0;
    text-align:center;
    background-color:#ccc;
}
#mast,#lowerMast, #footer{

    width:100%;
    padding:0;
    
    
}
#mast{
    height:100px;
    background-color: #000;
}
#lowerMast{
    height:32px;
    background-color:maroon;
    border-top:solid;
    border-top-width:1px;
    border-top-color:orange;
    


}
#topMenu{
    width:980px;
    height:30px;
    margin:0 auto;
    padding:0;
    color:#FFF;
    font-family:sans-serif;
    font-size:medium;
}
#footer{
    height:200px;
    background-color: #666;
    
}
#content{
    width:980px;
    margin:0 auto;
    background-color:#333;
}
img{
    border:none;
    margin:0;
}

