#wrap{
    width:800px;
    padding:10px;
}

#header {
}

#main {
    width:650px;
    position: absolute;
    top: 110px;
    left: 170px;
}

#sidebar {
    width:150px;
    position: absolute;
    top: 150px;
    left: 10px;
}

h1 {
    text-align: center;
}

h4 {
    background: gray;
}

.sidebar a:link  { 
   display:block;
   width:120px;
   text-align:center;
   padding:4px;
   color: black;
   text-decoration: none;
   background-color: #1490e1;
}
.sidebar a:visited { 
   display:block;
   width:120px;
   text-align:center;
   padding:4px;
   color: black;
   text-decoration: none;
   background-color: #1490e1;
}
.sidebar  a:hover { 
   display:block;
   width:120px;
   text-align:center;
   padding:4px;
   color: black;
   font-weight: bold;
   text-decoration: none;
   background-color: #0e85dc;
}
.sidebar a:active { 
   display:block;
   width:120px;
   text-align:center;
   padding:4px;
   color: black;
   text-decoration: none;
   background-color: #1490e1;
} 

body {
    background-image: url('cloudtile.gif');
}