#main{
    background: rgb(144,144,200);
}
nav{
    clear: both;
background-color:#2c5463;
height:40px;
}
nav ul{
font-family:arial,verdana;
font-size:20px;
margin:0;
padding:0;
list-style:none;
}
nav ul li{
display:block;
position:relative;
float:left;
}
nav li ul{
display:none;
}
nav ul li a{
display:block;
text-decoration:none;
padding:7px 20px 3px 15px;
background:#2c5463;
color:#ffffff;
margin-left:1px;
white-space:nowrap;
height:30px;
width:105px;
text-align:center;
}
nav ul li a:hover{
background:#617f8a;
}
nav li:hover ul{
display:block;
position:absolute;
height:30px;
}
nav li:hover li{
float:none;
font-size:11px;
}
nav li:hover a{
background:#3a464f;
height:30px;
}
nav li:hover li a:hover{
background:#95a9b1;
}
nav ul li ul li a{
text-align:left;
}
header img,h1{
    
    float: left;
}
header{
    background: -webkit-linear-gradient(60deg,red,yellow,blue);
    background: -moz-linear-gradient(60deg,red,yellow,blue);
    height: 80px;
    border: 2px solid #e28855;
}
header h1{
    
    margin-left: 250px;
    
}
footer{
    clear: both;
    border: 2px solid #889988;
    background: #333333;
    height: 230px;
    color: white;
}
footer table{
    width: 100%;
}
footer table td{
    text-align: left;
}
footer ul{
    list-style-type: none;
}
footer li{
    font-family: cursive;
    font-size: 15px;
    color: rgb(255,255,255);
   
}
footer li a{
    text-decoration: none;
    color: white;
}
footer h4{
    
}
header .login{
    color: white;
    text-decoration: none;
    border: 1px solid white;
    padding: 5px;
    background: rgb(100,100,100);
    font-size: 15px;
    position: relative;
    left: 200px;
    top: 30px;
}
aside
{
     background: #000000;
    float:right;
    width: 20%;
    border: 2px solid #000000;
    padding: 10px;
}
aside h2
{
    text-align: center;
    color: rgb(150,150,200);
    margin-bottom: 20px;
}
aside ul li
{
    color: rgb(255,255,255);
    font-family: cursive;
}