h2 {
	margin-bottom: 20px;
}

h2.glow {
	position: relative;
	left: -20px;
}

.main {
	float: left;
	width: 500px;
}

.news {
	float: right;
	width: 370px;
}

	.news h2 {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	
	.news p, .news div {
		margin: 0 30px;
	}
	
	.news div p {
		margin: 0 !important;
		line-height: normal !important;
	}
	
	.news a {
		color: #666;
	}
	
	.news div {
		margin-bottom: 20px;
	}
	
	.news p a {
		color: #999;
		font-weight: bold;
	}
	
	.news div p a {
		color: #069;
		text-decoration: none;
		font-weight: bold;
	}
