/*<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 {
	min-width: 930px;
	background: #db3525 url(images/metroid_red/bg-stripe.gif) repeat-x 0px 145px;
	color: #fff;
	font: 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	position: relative;
}

/* Settings Retained for CSS Development */

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

#additionalbgwrapper {
	background: url(images/metroid_red/metroids-right.png);
	width: 264px;
	height: 280px;
	float: right;
	right: 0px;
	position: absolute;
}

#side {
	width: 172px;
	position: relative;
	top: 88px;
	margin-bottom: -100%;
}

#content {
	margin-left: 172px;
	margin-top: 150px;
}

#footer {

}
	
/*</group>*/

/*<group=Navigation>*/

#nav {
	min-width: 697px;
	position: absolute;
	background: url(images/metroid_red/metroid-left.png) no-repeat;
	height: 142px;
	padding-left: 8px;
	left: 0px;
	top: 39px;
}

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

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

#nav #line1 {
	margin-top: 57px;
}

#nav #line1 .last {
}
	
/*</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 {
	position: absolute;
	top: -8px;
	left: 140px;
}

#nav #line3 a {
	color: #3c2aba;
}

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

/*<group=Links>*/

a {
	color: #ffdd00;
}

a:visited {
	color: #fff090;
}

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

/*<group=Sidebar>*/

#sidebarhead {
	display: none;
}

/* Top-Most Heading */

#side h3, #side h4 {
	background: #ffdd00;
	color: #db3525;
	text-align: right;
	padding: 2px;
	padding-right: 4px;
	padding-left: 4px;
	margin: 0px;
	margin-bottom: 1px;
}

#side h4 {
	margin-left: 16px;
}

/*<group=Level 1 Heading>*/

#side h3 a, #side h4 a {
	color: #db3525;
	text-decoration: none;
	display: block;
}
	
/*</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: #ffdd00;
	display: block;
	margin-bottom: 1px;
	color: #db3525;
	padding: 2px;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 12px;
	text-decoration: none;
}

#side li a:hover {
	background: #3c2aba;
	color: #ffdd00;
}
	
/*</group>*/
	
/*</group>*/

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