/*<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>*/

html {
	background: url(images/kraid/bg.png) repeat;
}

body {
	font: 14px   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	min-width: 728px;
	background: url(images/kraid/bgstripe.png) repeat-x 0px 178px;
	color: white;
	position: relative;
}

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

#additionalbgwrapper {
	display: block;
	height: 407px;
	top: 90px;
	background: url(images/kraid/kraid.png) no-repeat;
	position: absolute;
	width: 424px;
	right: 0px;
}

#side {
	width: 246px;
	margin-top: 82px;
}

#content {
	background: url(images/kraid/green.png);
	margin-top: 173px;
	margin-right: 112px;
	margin-left: 260px;
	position: relative;
}

#footer {
	font-size: 11px;
	text-align: center;
}
	
/*</group>*/

/*<group=Navigation>*/

#nav {
	position: absolute;
	color: #0e5e30;
	padding: 14px;
	padding-right: 6px;
	top: -96px;
	right: 160px;
	left: -270px;
}

#nav a {
	color: #0e5e30;
	border-right: 2px solid #0e5e30;
	padding-right: 4px;
}

/*<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: #fc9922;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #f9e84d;
}

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

/*<group=Sidebar>*/

#sidebarhead {
	display: none;
	text-indent: -9999px;
}

/* Top-Most Heading */

#side h3 {
	background: url(images/kraid/green.png);
	padding: 4px;
	margin: 0px;
	margin-top: 8px;
}

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

/*<group=Level 1 Heading>*/

#side h4 {
	background: url(images/kraid/green.png);
	margin: 0px;
	padding: 2px;
	margin-top: 1px;
}
	
/*</group>*/

/* UL Fixes & Add A Bottom Margin */

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

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

#side li a {
	background: url(images/kraid/green.png);
	display: block;
	padding: 2px;
	text-decoration: none;
	color: white;
	margin-top: 1px;
	margin-bottom: 1px;
}

#side li a:hover {
	background: url(images/kraid/yellow.png);
	color: #0e5e30;
}
	
/*</group>*/
	
/*</group>*/


h1 {
	position: absolute;
	top: -30px;
	font-size: 14px;
	margin-right: 4px;
	left: -260px;
}