div#content {
	float: right;
	width: 553px;
	height: 652px;
	color: black;
	border: 1px solid #62d413;
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/*****     CONTENT-IMAGE     *****/

div#content-image {
	border-bottom: 1px solid #62d413;
	padding: 5px;
	text-align: center;
}

#content-image img {
	width: 543px;
	height: 376px;
}

/*****     CONTENT-INFOBOX     *****/

div#content-infobox {
}

#content-infobox ul {
	height: 237px;
	overflow: auto;
	color: black;
	background-color: white;
}

#content-infobox li {
	padding: 3px;
}

#content-infobox h1 {
	color: white;
	font-size: 100%;
	background-color: #62d413;
	padding: 5px;
}

#content-infobox h2 {
	color: #62d413;
	font-size: 175%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#content-infobox p {
	font-size: 85%;
}

/*****     CONTENT-TEXT     *****/

div#content-text {
	padding: 5px;
}

#content-text h1 {
	color: #62d413;
	font-size: 175%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#content-text p {
	font-size: 85%;
}
