#banner
{background-color:#003333;
 height:200px;
 width:100%;}
 #contanier
{background-color:lightgrey;
 height:auto;
 width:100%;
 }
 #content
{background-color:#DCEDEA;
 height:300px;
 width:200px;
 float:left;
 border:solid lightgrey;
 margin-top:300px;
 margin-left:0px;
 }
#content1
{background-color:#DCEDEA;
 height:500px;
 width:500px;
 float:left;
 border:solid lightgrey;
 margin-top:150px;
}
 #footer
{background-color:#003333;
 height:150px;
 width:100%;}
 h1
 {color:#F1F1B1;
  font-size:50px;
  outline-color: solid black;
  font-family:elephant;}
li
{list-style-type:none;} 
 
 
 