body {
  text-align: center;
  background:#333333;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333333;
  }
h1 {
  font-size:16px;
  color:#333333;
}
A:link {
  text-decoration: none;
  color:#000000;
  }
A:visited {
  text-decoration: none;
  }
A:active {
  text-decoration: none;
  }
A:hover {
  text-decoration: underline; 
  color:#000000;
  }
img {  
border-style: none;
}

#container {
	margin: 0 auto;
	width: 600px;
	background:#FFFFFF;
	border-width:medium;
	position: relative;
	border-color: #000000;
	border-style: SOLID;
  } 
#banner {
	width:600px;
	background-image:url(images/metalbg.jpg);
	height: 290px;
	position: relative;
	margin-top: -12px;
  }
#menu {
	width:600px;
	background-image:url(images/metalbg.jpg);
	height: 50px;
  }
#main {
	width:590px;
	height: auto;
	min-height:300px;
	margin:10px;
  }
#divider {
	width:280px;
	float:right;
	height: auto;
}
#leftcon {
	width:280px;
	float:left;
	padding: 10px;
  }
#footer {
	width:600px;
	background-image:url(images/metalbg.jpg);
	height: 75px;
	clear:both;
  }
