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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	height:100%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*--------------------------------------------------------------------END RESET --*/

body {background-color:#000000;
font-family:Verdana, Geneva, sans-serif;
color:#472913;
font-size:80%;}

#container{
	background-color:#fcfcd6;
	width:900px;
	height:680px;
	margin:auto auto;
	position:relative;
	overflow:hidden;
	}
	
#metal_top{
	
	position:absolute;
	top:-30px;
	left:0px;
	z-index:100;
	background-image:url(images/metal_top.png);
	height:349px;
	width:900px;
	background-repeat:no-repeat;}
	
	#metal_bottom{
	
	position:absolute;
	top:312px;
	left:0px;
	z-index:110;
	background-image:url(images/metal_bottom.png);
	height:500px;
	width:900px;
	background-repeat:no-repeat;}
	
	#sub_metal_top {
	position:absolute;
	top:250px;
	left:0px;
	z-index:90;
	background-image:url(images/sub_metal_top.png);
	height:95px;
	width:900px;
	background-repeat:no-repeat;
		}
		
			#sub_metal_bottom {
	position:absolute;
	top:308px;
	left:0px;
	z-index:80;
	background-image:url(images/sub_metal_bottom.png);
	height:95px;
	width:900px;
	background-repeat:no-repeat;
		}
		
		#content_1 {
			position:absolute;
			top:140px;
			left:20px;
			padding-right:10px;
			width:340px;
			height:415px;
			border-right:1px dashed #472913;
			display:none;
			overflow:auto;
			}
			
			
					#content_2 {
			position:absolute;
			top:180px;
			left:400px;
			
			width:480px;
			height:360px;
			display:none;
			}
			
#menu {
	
	position:absolute;
	top:40px;
	left:420px;
	display:none;
	}
	
	#menu li {
		display:inline;
		float:left;
		}
		
		#menu li a {
			color:#472913;
			font-size:11px;
			text-decoration:none;
			display:block;
			text-align:center;
			padding-right:20px;
			padding-left:20px;
			height:20px;
			padding-top:10px;
			border-right:1px dashed #472913;
			}
			#menu li a:hover{
				
				text-decoration:underline;
			}
			
			
	h1 {
		font-size:115%;
		font-weight:bold;
padding-top:10px;
padding-bottom:10px;}

	h2 {
		font-size:105%;
		font-weight:bold;
padding-top:10px;
}
		
		p{
			padding-top:15px;
			line-height:1.4em;
			letter-spacing:.5px;}
			
			
	.content_list {
		padding-left:30px;
		
		list-style-type:disc;
		}
		
		.content_list li {
			height:20px;
			padding-top:20px
			}
			
			.content_list li a {
				color:#472913;
			font-size:12px;
			text-decoration:none;
			font-weight:bold;
				}
				
				.content_list li a:hover{
					text-decoration:underline;
					}

#blackbox {
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000000;
	z-index:10000;
	}
	
	#loading{
		
		height:65px;
		width:188px;
		background-image:url(images/loading.gif);
		margin:auto auto;
		margin-top:260px;
		
		}
