/*<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 {
	background: #000;
	color: #c5c4c4;
	font: 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	min-width: 810px;
	position: relative;
}

/* Settings Retained for CSS Development */

#headerr {
	height: 90px;
	width: 728px;
/*
	background: red;
*/
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#additionalbgwrapper {
	background: url(images/phazon_suit/phazon-suit.png);
	width: 259px;
	height: 382px;
	position: absolute;
	top: 8px;
	right: 0px;
	display: block;
}

#side {
	width: 172px;
	margin-top: 24px;
}

#content {
	margin-left: 172px;
	margin-top: 36px;
	margin-right: 259px;
}

#footer {

}
	
/*</group>*/

/*<group=Navigation>*/

#nav {
	text-align: right;
}

#nav a {
	font-weight: bold;
	text-decoration: none;
	border-right-style: solid;
	border-right-width: 2px;
	padding-right: 3px;
}

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

#nav #line1 {
	
}

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

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

#nav #line2 {
	
}

#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: #450b0a;
}

a:hover {

}

a:visited {
	color: #444;
}

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

/*<group=Sidebar>*/

#sidebarhead {
	display: none;
}

/* Top-Most Heading */

#side h3, #side h4 {
	background: #681416;
	padding: 2px;
	padding-right: 4px;
	padding-left: 4px;
	color: #9b9b9b;
	margin: 0px;
	margin-bottom: 1px;
}

#side h3 a, #side h4 a {
	color: 9b9b9b;
	text-decoration: none;
	display: block;
}

/*<group=Level 1 Heading>*/

#side h4 {

}
	
/*</group>*/

/* UL Fixes & Add A Bottom Margin */

#side ul {
	margin: 0px;
	padding: 0px;
	padding-left: 16px;
	list-style: none;
}

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

#side li a {
	background: #681416;
	color: #9b9b9b;
	padding: 2px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 1px;
	display: block;
	text-decoration: none;
}

#side li a:hover {
	background: #134168;
	color: #9b9b9b;
}
	
/*</group>*/
	
/*</group>*/

h1 {
	position: absolute;
	top: 0px;
	left: 8px;
	font-size: 18px;
}
