html,body {height: 100%;}
h1{text-align:center;}
body {font-family: helvetica, arial, sans-serif;color:black;background-color:burlywood;}
#header{background:url('/images/sc.jpg') top left no-repeat;overflow:visible;}
#footer{background-color:#33342D;margin:0px;padding:0px;}
#top{background-color:#33342D;margin:0px;padding:0px;}
#contactUs{padding-left:50%;}
#contact{padding-bottom:10px;}
#logo{padding-left:15px;}
      /* Customize the navbar links to be fill the entire space of the .navbar */
      .navbar .navbar-inner {
        padding: 0;
      }
      .navbar .nav {
        margin: 0;
        display: table;
        width: 100%;
      }
      .navbar .nav li {
        display: table-cell;
        float: none;
      }
      .navbar .nav li a {
        font-weight: bold;
        text-align: center;
        border-left: 1px solid rgba(255,255,255,.75);
        border-right: 1px solid rgba(0,0,0,.1);
      }
      .navbar .nav li:first-child a {
        border-left: 0;
        border-radius: 3px 0 0 3px;
      }
      .navbar .nav li:last-child a {
        border-right: 0;
        border-radius: 0 3px 3px 0;
      }
      
      #logo{
margin:0px auto;display:block;
}
h2{color: #FF402C;}