#MainBody {
	position: relative;
	width: 785px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#MainBody h2 {
	color: #484F4F;
	position: relative;
	cursor: default;
}

#MainBody em {
	position: relative;
	font-size: larger;
	color: #181C1F;
}

#MainBody p {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#MainBody ul {
	text-align: left;
	width: 80%;
	position: relative;
}

#MainBody img {
	position: relative;
}

select#ShowSelect {
	text-align: center;
}

option.SelectOption {
	text-align: left;
}


