#news_main{
	position: relative;
	padding: 0px;
	text-align: center;
	vertical-align: top; }
	
.news_index{
	position: relative;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
	text-shadow: #555555 0.1em 0.1em 0.1em;
	font-size: 16px;
	color: #333333; }
	
	.news_index a{
		text-decoration: none; }

.post_item{
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: left;
	vertical-align: top;
	background-image: url("/pics/opaque_10.png");
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
}

	*html .post_item{
		background-image: none !important;
		background-color: #777777;
	}

	.post_header{
		height: 25px;
		padding-top: 2px;
		padding-left: 18px;
		padding-right: 18px;
		background-image: url("/pics/opaque_15.png");
	}
	
	*html .post_header{
		background-image: none !important;
		background-color: #666666;
	}
		
	.post_title{
		float: left;
		width: auto;
		font-size: 18px;
		text-align: left;
		text-shadow: #5F5F5F 0.1em 0.1em 0.0em;
		color: #333300;
		font-weight: bold; }
	.post_title a{
		text-decoration: none; }
	.post_title a:link,
	.post_title a:visited,
	.post_title a:hover
		{color: #352c0e;}

	.post_user{
		float: right;
		padding-top: 5px;
		font-size: 10px;
		text-align: right;
		text-decoration: none; }

	.post_body{
		position: relative;
		overflow: hidden;
		padding: 3px 30px;
		font-size: 13px; }
	.post_body p{
		margin-top: 0px; }

#news_title{
	position: relative;
	padding: 13px 0px 8px 0px;
	margin-bottom: 10px;
}

#news_list{
	background-image: url("/pics/fighter_corner.png");
	background-position: right 10px;
	background-repeat: no-repeat;
}

#main{
	padding: 0px;
	width: 665px;
	z-index: 1;
	text-align: center;
	vertical-align: top; }
	
#sidebar{
	width: 205px;
	padding: 0px 0px;
	font-size: 12px;
	border-left: 1px solid #4C4C4C;
	background-image: url('../pics/opaque_20.png');
	vertical-align: top; }
	
	*html #sidebar{
		background-image: none !important;
		background-color: #888888;
	}

	.sidebar_title{
		margin-top: 10px;
		margin-bottom: 4px;
		padding: 2px 0px;
		border-top: 1px solid #373737;
		border-bottom: 1px solid #373737;
		text-transform: uppercase;
		text-shadow: #555555 0.1em 0.1em 0.0em;
		text-align: center;
		font-weight: bold;
		background: url('../pics/opaque_15.png'); }
	
	*html .sidebar_title{
		background-image: none !important;
		background-color: #666666;
	}
	
	.sidebar_content{
		margin: 0px 0px;
		padding-bottom: 4px;
	}
	
#database_info{
	margin: 5px 0px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
	#database_info .database_item{
		width: 100%;
		margin: 2px 0px;
	}
	#database_info .database_title{
		float: left;
		width: 43%;
		height: 17px;
		padding-left: 4px;
		color: #999999;
		overflow: hidden;
		text-align: left;
	}
	#database_info .database_amount{
		float: left;
		margin-left: 3px;
	}

#created_weapon_list{
	text-align: center;
}
	#created_weapon_list a{
		text-decoration:none;
	}
	.created_weapon{
		position: relative;
	}
	.created_weapon:hover{
		cursor: pointer;
		background-color: gray;
	}
	.created_weapon_user{
		text-align: left;
		width: 140px;
		padding: 6px 0px 2px 10px;
	}
	.created_weapon_date{
		text-align: left;
		font-size: 10px;
		color: #333333;
		width: 130px;
		padding: 2px 0px 6px 25px;
	}

#resource_link_list{
	margin: 0px auto;
	text-align: center;
}
	#resource_link_list a{
		display: block;
		float: left;
		padding-left: 2px;
		padding-bottom: 2px;
	}
	#resource_link_list img{
		border: none;
		display: inline;
		padding: 0px;
		margin: 0px;
	}

#game_link_list, #support_container{
	text-align: center;
}
