body {
  margin: 0;
  padding: 0;
  background: #999999;
}

.container {
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
width: 820px;
padding-bottom: 5px;
}


/* Main content area */
.content {
background: url(../images/middle.gif) repeat-y;
padding-top: 10px;
padding-left: 30px;
padding-right: 30px;
}

.content img{
padding:9px;
}


/* Upper navigation */

.top {
background: url(../images/top.gif) no-repeat;
height: 160px;
}

#navbar {
position:relative;
top: 120px;
left: 0px;
color: white;
margin: 0;
margin-left:20px;
font-family:"Trebuchet MS";

width:780px;
text-align: left;
overflow:hidden;
}

#navbar span{
 display:block;
 padding:0 22px;
float:left;
}

#navbar a {

 color: white;
  font-size: 21px;
  text-decoration: none;
  margin: 0;
  
}

#navbar a:hover {
   color: #cccccc;
  text-decoration: none;
}





a img {border: none; }




/* Footer */
.footer {
background: url(../images/bottom.gif) no-repeat;
height: 69px;
}

.footercontent {
border-top: 1px solid #696969;
text-align: center;
padding-top: 20px;
margin-left: 80px;
margin-right: 80px;
}


