body{
   margin: 0;
   padding: 0;
   background-image:url('CLIMAXnameplate300.gif');
   }
#outer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
/*	background: #CCC; */
}
#header {
   padding: 15px;
/*   background: #CCC;*/
   }
#links {
/*   background-color: #CCC;*/
   float: left;
   width: 300px;
   }
#main {
   float: left;
   width: 600px;
/*   background-color: #CCC;*/
   }
#footer {
   padding: 15px;
/*   background: #CCC;*/
   clear: both;
   }
.centered {
	text-align: center;
}
img.center{
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   }
ul#menu{
   list-style: none;
   }
ul#menu li {
   font-size: 14px;
   line-height: 1.4;
   }
#menu a:link {
   text-decoration: none;
   color: blue;
   }
#menu a:visited {
   text-decoration: none;
   color: blue;
   }
#menu a:hover {
   color: #000;
   text-decoration: none;
   }