	h4 {
		font-size: 18px;
		margin: 0px;
	}
	p {
		font-size: 12px;
		color: #000000;
		line-height: 150%;
	}
	h2 {
		font-size: 16px;
		color: #337b1e;
	}
	a {
		font-size: 12px;
		color: white;
		text-decoration: none;
	}
	a:visited {
		color: white;
		text-decoration: none;
	}
	a:hover {
		color: white;
		text-decoration: underline;
	}
	#main_ticker h5 {
		color: white;
		font-size: 12px;
		margin: 10px 15px 0px 15px;
	}
	#main_ticker a {
		font-weight: normal;
		margin-left: 10px;
	}	
	#main_knowledge h5 {
		color: white;
		font-size: 12px;
		margin: 10px 15px 0px 15px;
	}
	#main_knowledge a {
		font-weight: normal;
		margin-left: 10px;
	}
	#main_explore p {
		color: white;
		font-size: 12px;
		margin: 10px 15px 0px 15px;
	}
	#main_explore a {
		font-weight: bold;
		text-decoration: underline;
	}	
	#main_explore a:hover {
		text-decoration: none;
	}	
	#stage {
		width: 900px;
		height: 280px;
		float: left;
		margin-top: 10px;
	}
	#pit {
		width: 900px;
		height: 250px;
		margin-top: 20px;
		float: left;
	}
	#main_stage {
		width: 590px;
		height: 280px;
		margin-right: 20px;
		float: left;
	}
	#main_explore {
		width: 290px;
		height: 280px;
		float: left;
		background-image: url(/images/main_explore.png);
		background-repeat: no-repeat;
		background-position: bottom;
	}
	#main_explore h4 {
		color: #e35d1f;
		float: right;
	}
	#main_ticker {
		width: 290px;
		height: 250px;
		float: left;
		margin-right: 20px;
		background-image: url(/images/main_ticker.png);
		background-repeat: no-repeat;
		background-position: bottom;
	}
	#main_ticker h4 {
		color: #e38d20;
	}
	#main_intro {
		width: 280px;
		height: 250px;
		float: left;
		margin-right: 20px;
	}
	
	#main_knowledge {
		width: 290px;
		height: 250px;
		float: left;
		background-image: url(/images/main_knowledge.png);
		background-repeat: no-repeat;
		background-position: bottom;
	}
	#main_knowledge h4 {
		color: #30a1b9;
		float: right;
	}