@charset "utf-8";
/* CSS Document */
 body
 {
	background-image: url(metal005.jpg);
	background-color: #CCCCCC;
};
h1{
	color:#FFFFFF;

};
.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	clear : both; 
	text-align : center; 
	}
.masthead {
	height : auto;
	background-image: url(metal003.gif);
	text-align : center;
	color:#FFFFCC;
} 
.main {
	float : right;
	width : 70%;
	margin-right : 5%;
	margin-left : 0%;
	color:#FFFF99;
	table-layout: auto;
} 
