body, div, ul, li, a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
nav{
    width: 100%;
    height: 60px;
    background: pink;
background: rgb(158,158,158); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(158,158,158,1) 0%, rgba(211,211,211,1) 31%, rgba(239,239,239,1) 66%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,158,158,1)), color-stop(31%,rgba(211,211,211,1)), color-stop(66%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(158,158,158,1) 0%,rgba(211,211,211,1) 31%,rgba(239,239,239,1) 66%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(158,158,158,1) 0%,rgba(211,211,211,1) 31%,rgba(239,239,239,1) 66%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(158,158,158,1) 0%,rgba(211,211,211,1) 31%,rgba(239,239,239,1) 66%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(158,158,158,1) 0%,rgba(211,211,211,1) 31%,rgba(239,239,239,1) 66%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e9e9e', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}
#navStripe{
    width: 100%;
    height: 10px;
background: #2d2d2d; /* Old browsers */
background: -moz-linear-gradient(top,  #2d2d2d 0%, #005fdb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2d2d), color-stop(100%,#005fdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2d2d2d 0%,#005fdb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2d2d2d 0%,#005fdb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2d2d2d 0%,#005fdb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2d2d2d 0%,#005fdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#005fdb',GradientType=0 ); /* IE6-9 */

}
#navTab1{
    height: 164px;
    width: 497px;
    background: url('../pics/navTab1.png') no-repeat;
    background-size: contain;
    float: left;
}
#navTab2{
    height: 164px;
    width: 497px;
    background: url('../pics/navTab2.png') no-repeat;
    background-size: contain;
    float: left;
    margin-left: -400px;
}
#titleContainer{
    height: 200px;
    width: 100%;
}
#title{
    height: 200px;
    width: 60%;
    background: lightblue;
    float: left;
}
#nextShow{
    height: 200px;
    width: 40%;
    background: lightgreen;
    float: right;
}
#slideShow{
    width: 75%;
    height: 450px;
    background: lightpink;
    margin: 0 auto;
}
#contentWrapper{
    width: 100%;
    height: 400px;
}
#calander{
    width: 35%;
    height: 400px;
    background: orange;
    float: left;
}
#content2{
    width: 35%;
    height: 400px;
    background: orange;
    float: right;
}
footer{
   width: 100%; 
   height: 100px;
   background: lightsalmon;
   
}