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

/*eric meyer's css reset*/

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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/*end reset*/



/*structure*/

body {
	background:#000000 url(images/maxresdefault.jpg) repeat-x fixed;
	font-family:"Helvetica Neue", Helvetica, Verdana, Arial, Sans Serif;
	}

#container {
	margin:0 auto 40px auto;
	width:960px;
	background:url(images/lighting.png) no-repeat;
	height:900px;
	}
	
/*#hookOuter {
	background:transparent url(images/banner_bg.png) repeat-x 0 120px scroll;
	height:400px;
	}*/
	
#hookInner {
	background:transparent url(images/warworlds.jpg) no-repeat 0 30px scroll;
	height:870px;
	left: 20px;
	margin-left: 20px;
}

/*typography*/

h1 {
	color:#fff;
	font-size:58px;
	font-family:"Helvetica Neue", Helvetica, Verdana, Arial, Sans Serif;
	font-weight:bold; 
	}

h2 {
	color:#FFFFCC;
	font-size:24px;
	font-family:Helvetica Neue, Helvetica, Verdana, Arial, Sans Serif;
	font-weight:300;
	margin-top:0;
	margin-bottom:0;
	}
	
h3 {
	color:#ccc;
	font-family:inherit;
	font-size:24px;
	font-weight:700;
	}
	
h4 {
	color:#b7810b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:500;
	font-style:italic;
	}
	
p {
	color:#FFFFCC;
	font-family:Helvetica Neue, Helvetica, Verdana, Arial, Sans Serif;
	padding:4px;
	padding-left:20px;
	line-height:1.3em;
	}
	
p span {color:#b7810b;}
	
a {
	color: yellow;
	text-decoration:none;
	font-weight: 600;
	line-height: normal;
	font-size: xx-large;
}
	
	a span {color:#66f0d8;}
	
a:hover, a:hover span {
	color:#08676f;
	background-color:#FFFF99;
	}
	
	
/*header*/

#banner {
	text-align:right;
	
	height:100px;
	margin-top: 40px;
}
	
#banner h2 { 
	position:relative; 
	top:-18px;
	}

/*navigation*/

#navigation {
	position:absolute;
	top:5px;
	}
	
#navigation ul {
	width:285px; 
	}
	
#navigation li {
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	display:inline;
	}
	
#navigation li a {
	background:url(images/content_bg.png) repeat;
	color:#dfa830;
	}
	
#navigation li a:hover {color:#b70f0b;}


/*content*/

#content {
	background:transparent url(images/content_bg.png) repeat scroll;
	padding-top:30px;
	padding-left:30px;
	padding-bottom:20px;
	margin-top:20px;
	width:450px;
	margin-left:350px;
	}
	
#content h3 {
	line-height:1em;
	}
	
#content ul {
	padding-left: 30px;
	color:#FFFFCC;
	font-family:Helvetica Neue, Helvetica, Verdana, Arial, Sans Serif;
	}