﻿
body
{
   padding:0px 0px 0px 0px;
     margin:0px 0px 0px 0px;
}
.page
{
     margin-top:60px;   
     padding:0px 0px 0px 0px;
     margin:0px 0px 0px 0px;
}

.homeHeader
{
    min-height: 100%;
    background-image: url(/images/background.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    height:400px;
    width:100%;
}

.NavHR
{
    border: 3px solid #000;
}



/* Make Header Sticky */
#header_container { background:#111; height:60px; left:0; position:fixed; width:100%; top:0; }
#header{ line-height:60px; margin:0 auto; width:100%; }
#header span
{
    color:#FFF; 
    margin-left:20px;
    font-weight:bold;
    font-size:2em;
}
 
/* CSS for the content of page. I am giving top and bottom padding of 80px to make sure the header and footer do not overlap the content.*/
#container { margin:0 auto; overflow:auto; padding:80px 0; width:940px; }
#content{}

