﻿#container {
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px auto 0px auto;
	width: 950px;
	background-color: #FFFFFF;
	font-size: small;
}
#top {
	font-family: "Century Gothic", Arial, Tahoma, Helvetica, sans-serif;
	width: 950px;
	height: 220px;
	background-image: url('../images/bg_banner.gif');
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
#story {
	margin: 10px 10px 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
#clear {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	width: 950px;
	color: #999999;
	height: 122px;
	border-top-style: solid;
	border-top-width: thick;
	border-top-color: #C0C0C0;
}
.imgRt {
	padding-left: 20px;
	padding-bottom: 4px;
	float: right;
}
.imgLeft {
	float: left;
	padding-bottom: 4px;
	padding-right: 20px;
}
.centerAlign {
	float: none;
}
.BGPink {
	background-color: #F7DBE4;
}

