a img { border: none; }
	img { border: none; }
	
	
body { 
	padding: 0px;
	margin: 0px;
	background:url(body_background.png);
	background-repeat:repeat-x;
	background-color: #0D0000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
}

#everything {
	width: 1010px;
	margin: 0 auto;
	min-height: 648px;
}

#mainsection_wrapper {
	width: 948px;
	margin: 0 auto;
	background:url(mainsectionbackground.png) repeat-y;
	height: 100%;
	min-height: 640px;
}

#mainsection {
	width: 942px;
	margin: 0 auto;
	background:url(contents_background.png) no-repeat #00264C;
	height: 100%;
}

#left_column {
	width: 182px;
	padding-right: 18px;
	padding-left: 19px;
	float: left;
	position: relative;
		top: -80px;
	margin-bottom: -80px;	
}

#center_column {
	float: left;
	width: 504px;
	color: white;
}

#right_column {
	width: 182px;
	padding-right: 19px;
	padding-left: 18px;
	float: right;
	position: relative;
		top: -80px;
	margin-bottom: -80px;		
}

.box {
	margin-bottom: 30px;
}

	.box_foot {
		background:url(box_foot.png);
		height: 5px;
	}
	.box_contents {
		background:url(box_background.png) repeat-y;
		padding: 5px;
		width: 172px;
	}
	.box_head {
		height: 36px;
	}
		#menu_head {
			background:url(menu_cap.png);
		}
		#stats_head {
			background:url(stats_cap.png);
		}
		#advertise_head {
			background:url(advertise_cap.png);
		}
		#chatbox_head {
			background:url(chatbox_cap.png);
		}
		#last10credited_head {
			background:url(last10credited_cap.png);
		}
		#last10added_head {
			background:url(last10added_cap.png);
		}
		
		
#navigation a, #navigation a:visited {
	display: block;
	margin-left: 20px;
	text-decoration: none;
}
	#navigation a:hover {
		color: white;
	}
	
	.box_contents a, .box_contents a:visited {
		text-decoration: none;
	}
		.box_contents a:hover {
			color: white;
		}

#center_column a, #center_column a:visited { text-decoration: none; color: red; }
#center_column a:hover { color: white; }
