@charset "utf-8";
#content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 95%;
	padding: 5px;
}

#contentHeader {
	text-align: center;
	font-size: 36px;
	font-family: "Tw Cen MT Condensed";
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #262626;
	border-right-color: #262626;
	border-bottom-color: #262626;
	border-left-color: #262626;
	margin-bottom: 10px;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
#contentLeft {
	width: 40%;
	text-indent: 5px;
	margin-left: 7%;
}

#contentRight {
	width: 40%;
	float: right;
	text-indent: 5px;
	margin-right: 7%;
}
#contentMid {
	font-size: 24px;
	text-align: center;
	padding: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
