body {
   background-image: url('front_sidebar.jpg');
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: left; 

   font-family: verdana, helvetica, arial, sans serif;
   font-size: 12px;
   
   width: 730px;
}

.main {
   padding-left: 280px;
   color: #68878C;
}

.main h1 {
  color: #E6975E;
  text-decoration: underline;
}

a:link {
   color: #4A8C3A;
   text-decoration: none;
}

a:visited {
   color: #A6A144;
   text-decoration:none;
}

a:hover {
   background: #E6975E;
   color: #4A8C3A;
   text-decoration: none; 
} 

.footer {
  padding-top: 45px;
  padding-left: 280px;
  color: #777;
  font-size: 10px;
}