/*<group=Layout>*/

/* Layout Only; Don't Change */

html, body {
	margin: 0;
	padding: 0;
	}

#header {
	margin-bottom: 0px;
	}

	
#side {
	float: left;
	margin-left: -1px;
	padding-left: 1px;
	}
	
	
#content {
	padding: 10px;
	}
	
#footer, .spacer {
	clear: both;
	}

.spacer {
	visibility: collapse;
}

/*</group>*//*<group=Actual Layout>*/

body {
	color: #3fbfff;
	background: url(images/ing/hex-bg.gif);
	font: 14px   Courier New, Courier, mono;
	min-width: 920px;
	position: relative;
}

/* Settings Retained for CSS Development */

#header {
	height: 90px;
	width: 100%;
	background: url(images/ing/ads-bg.png) repeat-x;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#additionalbgwrapper {
	background: url(images/ing/warrior-ing.png);
	width: 322px;
	height: 255px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

#side {
	width: 212px;
	background: repeat-y;
}

#content {
	color: #3fbfff;
	margin-right: 50px;
	background: url(images/ing/sidebar-bg.png) repeat-y;
	padding-left: 212px;
	margin-top: -90px;
	padding-top: 93px;
}

#footer {
	color: #3fbfff;
}
	
/*</group>*/

/*<group=Navigation>*/

#nav {
	text-align: left;
}

#nav a {
	text-decoration: none;
	border-right-style: solid;
	border-right-width: 2px;
	padding-right: 8px;
}

/*<group=1st Line (MP, MF, ZM)>*/

#nav #line1 {
	
}

#nav #line1 .last {
	border-right-style: none;
}
	
/*</group>*/

/*<group=2nd Line (M, M2, SM)>*/

#nav #line2 {
	margin-top: 4px;
	margin-bottom: 4px;
}

#nav #line2 .last {
	border-right-style: none;
}
	
/*</group>*/

/*<group=3rd Line (Chat, Forum, MM)>*/

#nav #line3 {

}

#nav #line3 a {

}

#nav #line3 .last {
	border-right-style: none;
}
	
/*</group>*/
	
/*</group>*/

/*<group=Links>*/

a {
	color: #bf4b2b;
	font-weight: bold;
}

a:visited {
	color: #7f321d;
}

a:active {
	color: #ff653a;
}
	
/*</group>*/

/*<group=Sidebar>*/

#sidebarhead {
	display: none;
}

/* Top-Most Heading */

#side h3, #side h4 {
	background: url(images/ing/eye-fill-blur.png) center no-repeat;
	margin: 0px;
	margin-bottom: 1px;
	padding: 4px;
	padding-left: 22px;
	color: black;
}

/*<group=Level 1 Heading>*/

#side h4 {

}

#side h3 a, #side h4 a {
	color: black;
	text-decoration: none;
}
	
/*</group>*/

/* UL Fixes & Add A Bottom Margin */

#side ul {
	margin: 0px;
	padding: 0px;
	list-style: url(images/ing/tiny-ing-eye.png);
	margin-left: 32px;
}

/*<group=Links (In a UL)>*/

#side li a {
	color: #bf4b2b;
	text-decoration: none;
}

#side li a:hover {
	color: #ff6439;
}
	
/*</group>*/
	
/*</group>*/

h1 {
	text-shadow: 0 0 8px #3fbfff;
}
