﻿#container {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto 0px auto;
	width: 950px;
	background-color: #FFFFFF;
}
#top {
	font-family: Arial, Helvetica, sans-serif;
	width: 950px;
	height: 400px;
	background-image: url('../images/bg_banner.gif');
}
#story {
	margin: 10px 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #211919;
}
#clear {
	padding: 10px 20px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	clear: both;
	width: 910px;
	color: #333333;
	background-color: #919090;
	height: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.imgrt {
	float: right;
	clip: rect(auto, auto, auto, 20px);
}
.imgLft {
	float: left;
	clip: rect(10px, 40px, 10px, auto);
}

