body {
  margin: 0px;
  padding: 0px;
  background-color:#888888;
  background-image: url(../images/l-bg-main.gif);
  background-repeat:repeat-x;
  font-family:Arial, Helvetica, sans-serif;
  font-size:80%;
  color: #000; 
  text-align: center;
  min-width: 800px;
}

#content {
  background: #fff;
  margin: 0 auto 0; padding: 5px auto 5px;
  display:block;
  width: 1010px;
  text-align:left;
}

#header{
 width: 1010px; margin: 0 auto 0; padding: 5px auto 5px;
  height: 232px;
  color:#FFFFFF;
  background: url(../images/l-header.jpg);
  background-repeat: no-repeat;
  position: relative;  
  text-align:left;
} 

a {		COLOR: #000000;
		font-weight: bold;
		text-decoration: underline;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
}