body{
    margin: auto;
    width: 980px;
    height: 100%;
   
}
body img
{
    width: 100%;
    height:100%;
}
header{
    font-family: cursive, Verdana;
    font-size: larger;
    background-color: green;
    widht:980px;
    height: 15%;
    text-align: center;
    opacity: .75;
    color:black;
    
}
nav{
    height: 10%;
    padding-top: 2px;
    padding-left: 20px;
    border-top: 5px solid #ffffff;
    border-bottom:5px solid #ffffff;
    display: block;
    text-align: center;
    opacity: .55;
    color: #FF4500;
    background-color: WHITE;
}
nav ul{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    display: inline;
    color: #FF4500;
    
}
nav li{
    display: inline;
    margin: 20px;
    padding: 10px;
    color:#FF4500;
}
nav a:hover{
    background-color: WHITE;
    border-style: dashed;
    border-color: GREEN;
    color:#FF4500 ;
}
nav a:link, nav a:visited{
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
    color:#FF0000;
    font-style: normal;
}
a:link, a:visited{
    text-decoration: overline;
    color: #76A14F;
}
aside{
    float: left;
    width: 272px;
    height: 550px;
    text-align: left;
    background-color: #DCDCDC;
    color: #black;
    padding-left: 2px;
    padding-top: 20px;
    opacity: .85;
}
aside h2{
    margin-top: 23px;
    color:red;
    
}
aside p{
    font-size: 1.1em;
    margin-left: 10px;
    margin-bottom: 25px;
    margin-right: 10px;
}
aside hr{
    width: 260px;
    height: 2px;
    background-color: #FF4500;
}
aside a:hover{
    color: red;
    font-family: cursive;
}
section{
    float: right;
    width: 700px;
    height: 550px;
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 20px;
    opacity: .85;
}

article{
    text-align: center;
    margin: auto;
}
article p{
    font-size: 1.1em;
    padding: 10px;
    text-align: left;
}
footer{
    clear: both !important;
    display: block;
    text-align: center;
    background-color: #3B3B3B;
    color: #FFFFFF;
}