div.content {
	background: none;
	height: 700px;	
}	

div.content div.description {
	margin-left: 60px;	
}

div.content div.description h3, div.content div.description p {
	margin: 0 0 5px 0;
	width: 210px;
}
		
h2.start {
	position: absolute;
	top: 15px;
	left: 400px;
	color: #00a4e7;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 1px;
}

a.intro {
	position: absolute;
	top: 96px;
	left: 670px;
	font-size: 1.3em;
	color: #669900;
	letter-spacing: 1px;
}


.infobox {
	height: 210px;
	width: 200px;
	margin: 0 40px 0 0;
	float: left;
	position: relative;
}

.infobox h3 {
	width: 200px;
	margin-bottom: 10px;
}

.infobox p {
	width: 200px;
	font-size: 11px;
	color: #000;
}
		
.infobox a {
	display: block;
	color: #7d9600;
	width: 210px;
	text-align: right;
}


.infobox a:hover {	
	color: #516100;
}