#top_half {
	clear: both;
}

#bottom_half {
	clear:  both;
	width:  680px;
	margin:  auto;
	text-align: left;
	}

#bottom_left {
	float: left;
	width: 315px;
	padding: 10px;
	/*border: solid 0px black;
	background-color: blue;*/
}

#bottom_right {
	float: right;
	width: 315px;
	padding:  10px;
	/*border: solid 0px black;
	background-color: red;*/
}




#bottom_left .entry {
	margin-top: 0em;
	margin-left: 90px;
	padding-right: 5px;
	/*border-right: solid 1px green;*/
	/*background-color: blue;*/
}

#bottom_right .entry {
	margin-left: 70px;
	padding-right: 5px;
}

#bottom_right h3, #bottom_left h3	{
	text-transform: uppercase;
	color: #dcd088;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
