body{
    background: to bottom linear-gradient(#eeeeee, #ffffff);
    background-attachment: fixed;
    color: #666;
    font-family: Verdana;
}
header{
    background-color: #BA1C21;
    color: #FFFFFF;
    font-family: Georgia;
}
header h1{
    line-height:240%;
}
nav{
    font-weight: bold;
    background-color: #F3F3F3;
    padding-top:0.5em;
    padding-right:0.5em;
    padding-bottom:0.5em;
    padding-left:2em;
}
main{
padding: left 2em, right 2em;
display: block;
}
h1{
    background-image:"dsu.jpg";
    align-items: right;
    background-repeat: no-repeat;
    padding-left:1em;
    height:72px;
}
h2{
    color: #424242;
    font-family: Georgia;
}
h3{
    color:#BA1C21;
}
dt{
    font-weight: bold;
    color: #BA1C21;
}
#wrapper{
    background-color: #fff;
    width: 80%;
    min-width: 960px;
    max-width: 2048px;
    margin-left:auto; 
    margin-right:auto;
    box-shadow:0,3,3,rgba(66,66,66,0.3)
}
#homehero{
    height: 300px;
    background-image: url(dixie4images/dsu.jpg);
}
.dsu{
    color:#BA1C21;
    font-size: 1.2em;
}
footer{
    font-size: .7em;
    font-style: italic;
    text-align: center;
    padding:1em;
}
