@charset "utf-8";
.pic {
	height: auto;
	width: 500px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 66px;
	padding-bottom: 33px;
	padding-left: 66px;
	background-color: #333333;
}
#adb {
	height: auto;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: center;
}

.oneColElsCtr #container {
	width: 933px; /* the auto margins (in conjunction with a width) center the page */
	border: medium dotted #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FCF;
}
#head {
	float: none;
	height: auto;
	width: 800px;
	font-size: 24px;
	color: #600;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#foot {
	clear: both;
	height: auto;
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

