/* reset */ html{color:#000;background:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body {
	background-color: #000;
}

a h1.logo { cursor:pointer; }

h1.logo {
	position: absolute;
	top: 19px;
	left: 110px;
	background: transparent url('../../assets/img/logo.gif') top left no-repeat;
	width:237px;
	height: 70px;
	text-indent: -900px;
	z-index: 10000;
}

h2.title {
	position: absolute;
	top: 170px;
	left: 110px;
	font-weight: bold;
	color: #C16532;
	font-size:14px;
	clear:right;						
}
	
#container {
	background: #FDF8E7 url('../../assets/img/bg/b_ghost_house.gif') top left no-repeat;
	font-family: helvetica,sans-serif;
	width: 780px;
	height: 550px;
	
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	z-index: 100;
}

#banner {
	position: absolute;
	top: 15px;
	left: 0;
	height:75px;
	width:100%;

	background: #EEBB4A;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	z-index: 200;
}
	
	
	
	#navigation ul {
		position: absolute;
		top: 65px;
		right: 0;
		width:400px;
		list-style: none;
		margin: 0;
		z-index: 300;
	}
	
	#navigation ul li {
		float: left;
	}
	
		#navigation ul li a {
			font-size: 12px;
			color: #333;
			padding: 0 5px;
			border-right: 1px solid #C16532;
			text-decoration: none;
		} 
	
		#navigation ul li a:hover { color: #C16532;}
		#navigation ul li a.last { border: none; }
		
		
#content	{
	position: absolute;
	top: 200px;
	left: 0;
	padding:0 10px;
	width: 350px;
	height: 210px;
	overflow: auto;
}
	
	#content i {
		color: #000000;
		line-height: 20px;
		font-size: 12px;
		margin-bottom: 10px;
		font-style: italic;
		font-family: futura;
		font-weight: 500
	}
	
	#content p {
		color: #000000;
		line-height: 20px;
		font-size: 12px;
		margin-bottom: 10px;
		font-family: futura;
		font-weight: 500
		
	}
	
	#content em {
		font-style: italic;
		font-weight: 900;
		font-size: 12px;
	}

    #content b {
		font-style: bold;
	}
	
	#content strong {
		font-size: 12px;
		color: #333;
		padding: 0 5px;
		border-right: 1px solid #C16532;
		text-decoration: none;
	}
	
   #customcontent	{
	position: absolute;
	top: 200px;
	left: 0;
	padding:0 10px;
	width: 350px;
	height: 210px;
	overflow: auto;
}
	
	
	#customcontent p {
		color: #000000;
		line-height: 16px;
		font-size: 12px;
		margin-bottom: 10px;
		font-family: futura;
		font-weight: 500
	}
	
	#customcontent em {
		font-style: italic;
	}

    #customcontent b {
		font-style: bold;
	}
	
	#customcontent strong {
		font-size: 12px;
		color: #333;
		padding: 0 5px;
		border-right: 1px solid #C16532;
		text-decoration: none;
	}
	
	
	
.imgCorner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 350;
}
.imgMain {
	position: absolute;
	top: 126px;
	right: 0;
}
#imgFooter {
	position: absolute;
	top: 410px;
	left: 0;
	margin:0;
	padding:0;
}
	#imgFooter img {
		position: relative;
		margin:0;
		padding:0;
	}
	
	#imgFooter a {
		display:block;
		
		margin-left:5px;
		width:120px;
		float:left;
		
		text-decoration: none;
		font-weight: bold;
		color: #C16532;
		font-size:12px;
	}
	
		#imgFooter a:hover {color:#666;}
		
.vrStroke {
	background: #DD9814;
	width: 1px;
	position: absolute;
	top: 70px;
	right: 405px;
	height:480px;
	z-index: 100;
}

.hrStroke {
	position: absolute;
	bottom: 140px;
	right: 0;
	padding:0;
	margin:0;
	border:none;
	height: 1px;
	color: #DD9814;
	width:100%;
	z-index: 100;	
}

a:link,a:visited,a:active {color: #C16532;}
a:hover {color: #333;}

@import(nav.css);