div#wrapper div#left
{
	float: left;
	width: 337px;
	/*background-color: lightblue;*/
	margin-top: 5px;
}

div#wrapper #middle
{
	width: 340px;
	color: #4c4c4c;
	/*background-color: #eee8aa;*/
	padding: 5px 15px 5px 15px;
	margin: 5px 175px 0px 175px;
}

div#wrapper #middle a:hover {
	text-decoration: underline;
}

div#wrapper div#right
{
	float: right;
	width: auto;
	color: #135e7a; 
	/*background-color: #d8bfd8;*/
	margin-top: 5px;
}
