body {
   background-color: #333;
}

#container {
   width: 780px;
   height: auto;
   border: 2px solid #000;
   background-color: #fdfdfd;
   padding: 0px;
   margin-top: 20px;
   margin-bottom: 20px;
   margin-right: auto;
   margin-left: auto;
}

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

a:hover {
   color: #be3b0f;
   background: #ddd;
   text-decoration: none;
}

h1 {
   color: #be3b0f;
   font-size: 28px;
   font-family: "Trebuchet MS", Arial, Sans-Serif;
   text-transform: uppercase;
   text-align: left;
   margin-left: 30px;
   border-right: 1px #333 solid;
   border-bottom: 1px #333 solid;
}

h2 {
   color: #be3b0f;
   font-size: 24px;
margin-left: 80px;
}

#top {
   height: 192px;
   background: url(images/banner.jpg) no-repeat top center
}

#maintext {
   margin: 20px;
   font-family: Arial, Sans-Serif;
}
