﻿.wrapper {
     width: 1000px;
     background: #eee;
     margin:0 auto 0 auto;}

.heading{
         height;100px;
         background:#ff66cc;
padding: 20px;
text-align: center;}

h1 {color: yellow;}





.navigation{height;50px;
         background: black;
text-align: center;}

.content{
         min-height: 400px;
        background:#ff9999;  
         width: 600px;
         height: 1800px;
         float: left;

         }

.sidebar{
         width: 400px;
         height: 1800px;
         float:right;
          background: #cc66ff;
         
}


.footer{
        clear:both;
        background:black;
        height:80px;
        color:yellow;
        text-align:center;
        padding:10px;
}



nav a {
        display: inline-block;
        width: 140px;
        border: 2px solid #66ffeo;
border-radius: 10px;
text-decoration: none;
margin-left: 10px;
padding: 10px 5px 10px 5px;
font-family:WORDSOFLOVE;
font-weight: bold;
font-size: 1.5em;
background-color: #ff3399;
color:#66ffeo;
text-align: center;}


nav a:hover{ 
      background-color: #33ccff;
      color:#ff3399;} 
