@charset "utf-8";
/* CSS Document */

Body {
	background-image:url(../images/metal.gif);
	
	}

#container {
	position:relative;
	left:0px;
	top:0px;
	width:880px;
	height:1024px;
	margin:0px auto;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:880px;
	height:158px;
}

#navbar {
	position:absolute;
	left:0px;
	top:158px;
	width:180px;
	height:850px;
}

#content {
	position:absolute;
	left:180px;
	top:158px;
	width:700px;
	height:850px;
	background-color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	
}

#footer {
	position:absolute;
	left:0px;
	top:1008px;
	width:880px;
	height:16px;
}
.style2 {
	font-size: 24px;
	color: #0000FF;
	font-weight: bold;
}

.style3 {
	font-size: 12px;
	color:#666666;
}
-->

