
	#middle {
		padding: 0;
		width: 429px;
		}

	#middle h2 {
		margin: 0 0 10px;
		}

	#left {
		display: inline !important;
		width: 159px;
		margin: 0 10px 25px 10px;
		}

	#right {
		display: inline !important;
		width: 225px;
		margin: 0 25px 0 0;
		}

	#left h2 {
		margin: 10px 0;
		border: 0;
		}

	#right h3 {
		font-size: 1.4em;
		margin: 0 0 10px;
		}

	#right span {
		color: #626262;
		}



	/**
	* last row in the table is a different color
	*/
	table {
		margin: 0;
		}

	table tr.last td {
		background-color: #333;
		}
