body {
	margin: 0px;
	background: url(images/background.jpg) #000000 no-repeat top center;
	font: 11px "century gothic", "lucida grande", arial, verdana, helvetica;
	color:  #ffffff;
	line-height: 13px;
	text-align: center; 
}

body.forum {
	margin: 0px;
	background: url(images/backgroundforum.jpg) #000000 repeat-y top center;
	font: 11px "century gothic", "lucida grande", arial, verdana, helvetica;
	color:  #ffffff;
	line-height: 13px;
	text-align: center; 
}

img { border: 0; }


ul { list-style: none; }

form { margin:0 }

A:visited {
	COLOR: #24231e; TEXT-DECORATION: underline;
}

A:link {
	COLOR: #24231e; TEXT-DECORATION: underline;
}

A:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline;
}

#contentcontainer {
	width: 886px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}

#header {
	width: 886px;
	height: 235px;
	background: url(images/headerback.jpg) no-repeat 0px 0px;
}

#header_forum {
	width: 886px;
	height: 235px;
	background: url(images/headerforum.jpg) no-repeat 0px 0px;
}

#mainarea {
	width: 886px;
	height: 504px;
	margin: 0px;
	background: url(images/mainback.jpg) no-repeat 0px 0px;
	
}

#mainarea_forum {
	width: 886px;
	margin: 0px;
	background: url(images/mainbackforum.jpg) #0091b6 no-repeat 0px 0px;
	
}

 	.mainbox {
		position: relative;
		width: 886px;
		height: 504px;
	}	
	
	.leftbox {
		width: 342px;
		height: 504px;
	}

	.rightbox {
		width: 514px;
		height: 504px;
		position: absolute;
		padding-right: 6px;
		overflow: auto;
		top: 0px;
		left: 350px;
	}
	
	.rightbox h1 {
		font-size: 13px;
		font-weight: bold;
	}

	.gage {
		width: 320px;
		height: 410px;
		position: absolute;
		overflow: auto;
		top: 115px;
		left: 555px;
	}
	
#footer {
	width: 886px;
	height: 96px;
	background: url(images/footerback.jpg) #000 no-repeat 0px 0px;
}

	.myspace {
		width: 132px;
		height: 43px;
		background-image: url(images/myspace.gif);
		margin-left: 280px;
		margin-top: 43px;
		float: left;
	}
	
	.myspace a {
		padding: 0px;
		display: block;
		width: 132px;
		height: 43px;
		text-indent: -9999px;
		background-image: url(images/myspace.gif);
	}
	
	.myspace a:hover {
		width: 132px;
		height: 43px;
		background-image: url(images/myspace.gif);
		background-position: -132px;
	}

	.indierock {
		width: 144px;
		height: 43px;
		background-image: url(images/design.gif);
		margin-left: 330px;
		margin-top: 43px;
		float: left;
	}
	
	.indierock a {
		padding: 0px;
		display: block;
		width: 144px;
		height: 43px;
		text-indent: -9999px;
		background-image: url(images/design.gif);
	}
	
	.indierock a:hover {
		width: 144px;
		height: 43px;
		background-image: url(images/design.gif);
		background-position: -144px;
	}
	
	.postedby {
		font-size: 11px;
		color: #ffffff;
		display: block;
		background-color: #000000;
		padding: 3px;
		float: left;
		margin-right: 5px;
		border: 2px solid #333333;
	}
		
		.whitepostedby {
			font-style: normal;
			color: #FFFFFF;
			font-size: 9px;
		}
		
		.newsSUBJECT {
			font-size: 13px;
			font-weight: bold;
			color: #000000;
			text-transform: uppercase;
		}
		
		.subject_white {
			font-size: 13px;
			font-weight: bold;
			color: #ffffff;
		}
		
		.newstext, .text {
			font-size: 11px;
		}
		
		.yellowtext {
			color: #FFFF33;
		}
		
		hr {
			color: #ffffff;
			border-top: solid 1px #ffffff;
		}
		
		.newsbody {
			margin-bottom: 9px;
			padding-bottom: 8px;
			border-bottom: 1px solid #cccccc;
		}
		
