.content { /* Content Block Size, Text Definition */
    background: white;
	width: 1100px;
	height: auto;
}

.content_text {
	top: 0;
	margin: 0 40px 0 40px;
	line-break: normal;
	word-break: normal;
	text-align: justify;
}

.content_text_centered {
	top: 0;
	margin: 0 40px 0 40px;
	line-break: normal;
	word-break: normal;
	text-align: center;
}

.content_text ul {
}

.content_text ul li{
	top: 0;
	line-break: normal;
	word-break: normal;
	margin-left: 420px;
	text-align: left;
}
