

h1 {
    color: #FFFFFF;
}

body {
    background-color:#222222;
    
        background-repeat: repeat-x; 
        background-image:url(image/background.gif);
    
}

div#SiteBorderArroundMainContent {  
    background-color:#111111;
}
    
div#MainContentDivFirstBorder {
    background-color:#222222;
    
        border-top:5px solid #111111;
        border-bottom:5px solid #111111;
    
}

div#NavBarWrapper, div#NavBarWithOutHomePage {
    background-color:#111111;
    background-repeat: repeat-x; 
    background-image:url(images/navbackground.gif);
}

.MenuVerticleSpacer { 
    border-right:1px solid #111111; 
}
