	#maintext {
/*		margin-right: 250px; */
		width: 510px;
	}
	* html #maintext {
		width: 530px;
		w\idth: 510px;
	}
	#events, #submit, #clubs {
		background: #f7f6f5;
		margin-bottom: 10px;
		position: relative;
	}
	#events h3 img {
		position: absolute;
		top: -20px;
		left:-20px;
	}
	#rightcol h3 {
		padding: 5px 5px;
	}
	#rightcol p {
		padding-right: 10px;
		padding-left: 10px;
	}
	#events h3 {
		background: #679237;
		background: url(../images/home_green_bg.jpg) top left repeat-x;
		color: #fff;
	}
	#submit h3 {
		background: #12436d;
		background: url(../images/home_blue_bg.jpg) top left repeat-x;
		color: #fff;
		margin-bottom: 3px;
	}
	#submit p {
		padding-top: 0;
		margin-top: 0;
	}
	#clubs h3 {
		background: #c53613;
		background: url(../images/home_red_bg.jpg) top left repeat-x;
		color: #fff;
		margin-bottom: 3px;
	}
	#clubs p {
		padding-top: 0;
		margin-top: 0;
	}
	#clubs p a {
		color:#565656;
	}