#additionalcontent {
	width: 350px;
}
#content {
	width: 400px;
	height: 450px;
	overflow: auto;
	border: 1px solid #0E2838;
	padding: 20px;
	margin-left: 25px;
	background-color: #D3D3D3;
	background-image: url(../main-images/background-additionalContent.jpg);
	background-repeat: repeat-x;
}
h2 {
	border: none;
}
h3 {
	margin-top: 35px;
	border-bottom: 1px solid #0E2838;
	padding-bottom: 3px;
	margin-bottom: 0px;
	text-align: right;
}
p {
	text-align: left;
	line-height: 1em;
	margin-bottom: 5px;
	padding-left: 15px;
	text-indent: -15px;
}
#additionalcontent p {
	color: #026604;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 8px;
	text-align: left;
}
#additionalcontent p span {
	color: #000000;
	font-style: normal;
	font-size: 1em;
	text-align: left;
}
#content p {
	border-left: 1px solid #0E2838;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 23px;
	padding-top: 6px;
	padding-bottom: 6px;
}
