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

html {
	margin: 0px;
	padding: 0px;
}
body {
	color: #666;
	text-align: center;
	font-family: 'Century Gothic', Futura, AppleGothic, sans-serif;
	margin:0px;
	padding:0px;
	background-image:url(images/metal-bg2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#container {
	width:1000px;
	margin:0px auto;
	
}
#header {
	height:179px;
}
#header h1 {
	margin:0px;
	padding:20px;
}
ul.menu {
	text-align:center;
	margin:0px auto;
}
ul.menu li {
	float:left;
	margin:0px 10px;
	list-style:none;
}
ul.menu li a:link {
	color:#666;
	text-decoration:none;
}
ul.menu li a:visited {
	color:#777;
	text-decoration:none;
}
ul.menu li a:hover {
	color:#a5842e;
	text-decoration:none;
}
h1 {
	font-weight:normal;
	color:#a5842e;
}
p {
	line-height: 1.5em;
}
a:link {
	color:#a5842e;
	text-decoration:none;
}
a:visited {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#a5842e;
	text-decoration:underline;
}
img {
	border:0px;
}
#rot8img {
	width: 530px;
	margin:0px 75px 0px 120px;
	float:left;
}
#flashcontent {
	height:650px;
	width:640px;
	float:left;
	margin:0px 75px 0px 10px;
}
#rightbar {
	width:200px;
	text-align:left;
	float:left;
}
#foot img {
	margin: 0px 9px;
	height:50px;
	width: auto;
}
#foot {
	font-size: .8em;
	color:#999;
	clear:both;
	padding: 20px 0px;
}
img.port {
	margin: 20px 0px 0px 0px;
}
#center {
	text-align:center;
	margin: 0px auto;
	width: 800px;
	padding: 0px 0px 0px 0px;
}
.lalign {
	text-align:left;
}
h2, h3 {
	font-weight:normal;
}
#clear {
	clear:both;
}
.small {
	font-size:.75em;
}
hr { 
	border: none;
	background-color: #CCC;
	height:1px;
	
}