@charset "utf-8";
body{
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	background-attachment: fixed;
	background-color: #e6eeff;
	background-image: url(images/bluemetal_background2px.gif);
	background-repeat: repeat;
	background-position: left top;
}  

#maincontent {
	color:#000;
	background-color: #e6efff;
	width: 750px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#headermenu {
	background-color: #e6eeff;
	height: 48px;
	width: 750px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	}
	
#maintopborder {
	color:#000;
	background-color: #e6efff;
	width: 750px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	height: 10px;
}