body {
   text-align: center;
   }

#container {
   width: 980px;
   background: #FFFFFF;
   margin-left: auto;
   margin-right: auto;
   }
   
#header {
   background: #FFFFFF;
   padding-left: 10%;
   padding-right: 10%;
   }
   
#right_side {
   width: 280px;
   background: white;
   float: right;
   }
 
#content {   
   width: 420px;
   float: right;
   }
   
#left_side {
   width: 280px;
   background: white;
   float: left;
   }

#header h1 {
   font-family: times;
   font-size: 1.5em;
   color: FF0000;
   text-align: center;
   border-bottom: 1px solid #FF0000;
   padding-bottom: 10px;
   }
   
a:visited {
   color: black;
   text-decoration: none;
   }     
   
a:link {
   color: black;
   text-decoration: none;
   }
     
a:hover {
   color: red;
   text-decoration: none;
   }
