#content {
	border: 1px solid #ffffff;
}

#content_1 {
	width: 450px;
	height: 150px;
	margin-top: 10px;
	margin-left: 15px;
	float: left;
	clear: left;
	text-align: justify;
}

#content_2 {
	width: 300px;
	height: 135px;
	float: left;
	margin-top: 10px;
	margin-left: 22px;
	border: 1px solid #ffffff;
}

#content_3 {
	width: 770px;
	height: 350px;
	margin-left: 15px;
	margin-top: 0px;
	float: left;
	clear: left;
	text-align: right;
}

a {
	font-size: 10px;
	line-height: 10px;
	color: #003300;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #4e0505;
	text-decoration:underline;
}