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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body {
	background:#000;
	color:#9fbcf4;	
	/*font-family:Verdana, Arial, Helvetica, sans-serif*/
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.3em;
	font-size:12px;
	text-align:center;
}
p {
	padding-bottom: 0.5em;
}

h1 {
font-weight:500;
font-size:110%;
line-height:1.5em;
}

h2 {
font-weight:300;
font-size:110%;
line-height:1.5em;
}

a {
color:#fff;
text-decoration:none;
}

a:hover {
color:#9fbcf4;
text-decoration:underline;
}
.small {
	font-size:80%;
}


#container {
margin: 0 auto;
width:961px;
}

#header {
background-image:url(site_images/metal_header.jpg); background-repeat:no-repeat;
height:188px;
}

#nav {
	margin: 0 0 0 0;
	text-align:right;
	height:19px;
	
}

#page {
text-align:left;
background:url(site_images/content_bg.jpg);
background-repeat: repeat;
height: 470px;
width:100%;

}
#image {
	margin-left:410px;
	padding-top:50px;

}

#content { float:left; padding-left: 90px; padding-top:40px; width: 300px; margin-bottom:50px; height:390px; }


#news { float:left; padding-left: 90px; padding-top:40px; width: 450px; margin-bottom:50px; height:390px; overflow: auto; }


#footer {
	clear: both;
height:50px;
font-size:90%;
text-align:right;
}
