body {
	margin: 10px 0;
	padding: 0;
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(images/bg.jpg) repeat-x;
}

h1 {
	margin-bottom: 2px;
	font-size: 16px;
}

a:link {
	color: #FFCC00;
}

a:visited {
	color: #FF9900;
}

a:hover {
	color: #FFCC00;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 910px;
	height: 100%;
}

#header {
	width: 910px;
	height: 230px;
	background: url(../images/header.jpg) no-repeat;
}

#home {
	float: left;
	width:98px;
	height:31px;
}

#members {
	float: left;
	width:138px;
	height:31px;
}

#forums {
	float: left;
	width:124px;
	height:31px;
}

#navbar {
	width: 910px;
	height: 31px;
	background: url(../images/navbar.jpg) right no-repeat;
}

#nav_under {
	width: 910px;
	height: 19px;
	background: url(../images/nav_under.jpg) no-repeat;
}

#content {
	margin: 0;
	padding: 0 25px 10px 25px;
	width: 910px;
	height: 100%;
	background: url(../images/content_bg.jpg) repeat-y;
	overflow: auto;
}

#main {
	float: left;
	margin: 0;
	padding: 10px;
	width: 595px;
	height: 100%;
	min-height: 380px;
	background: #2a2a2a url(../images/skull.jpg) right bottom no-repeat;
	border: 1px solid #000000;
}

#right_col {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 215px;
	height: 100%
}

.box {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 10px;
	width: 215px;
	height: 100%
	min-height: 380px;
	background-color: #2a2a2a;
	border: 1px solid #000000;
}

.box_inner {
	margin-bottom: 20px;
	padding: 5px;
	background-color: #333333;
	border: 1px solid #000000;
}

.box_inner h1 {
	margin: 0 0 2px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #000000;
}

#music {
	text-align: center;
}

#footer {
	margin: 0;
	padding: 0;
	background: url(../images/footer.jpg) no-repeat;
	width: 910px;
	height: 21px;
}

form fieldset {
	margin-bottom: 10px;
}

form legend {
	padding: 0 2px;
	font-weight: bold;
}

form label {
	display: inline-block;
	width: 150px;
	line-height: 1.8;
	vertical-align: top;
}

form fieldset ol {
	margin: 0;
	padding: 0;
}

form fieldset ol li {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

form em {
font-style: normal;
font-weight: bold;
color: #F00;
}

#news_item em {
	font-size: 10px;
}

#news_item strong {
	font-size: 16px;
}
