* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	padding: 10px;
}
#content {
	text-align: left;
	margin: 0 auto;
	width: 744px;
}
.top_bottom_border_w {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
.top_bottom_border_p {
	border: none;
	border-bottom: 2px solid #6E197D;
	border-top: 2px solid #6E197D;
}
.mcenter {
	margin: 0 auto;
}
.tcenter {
	text-align: center;
}
div.clear {
	clear: both;
	height: 0;
}
