/* Body Content Boxes*/
#content_top {
		float					:left;
		width					:600px;
		height					:100%; /* this ensures the container always holds the internal elements! */
		background 				:transparent;
		color					:#333;
		margin-top				:15px;
		margin-left				:195px;
		margin-right			:195px;
		margin-bottom			:0px;
		border					:6px solid #C1D72E;
		padding					:10px 10px 10px 10px;
}