@charset "utf-8";
/* CSS Document */

#container {
	width: 968px;
	background: #FFFFFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}#banner {
	background-image: url(images/rcs%20pic%201.JPG);
	height: 223px;
	width: 968px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
#title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	background-color: #C00;
	height: 50px;
	width: 968px;
	text-align: center;
}
#main_text {
	height: 500px;
	width: 968px;
	text-align: center;
	float: none;
}

