@charset "UTF-8";
/* CSS Document */

#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: auto;
}

#banner {
	background-image: url(BBBanner.gif);
	height: 100px;
	width: 968px;
}
#main_content {
	width: 968px;
	background: #FFFFFF;
}
#menu {
	height: 60px;
	width: 968px;
	background: #FFFFFF;
}
#container #main_content p {
	font-family: "Georgia", "Times New Roman, "Times","serif";
	font-size: 1em;
	color: #000000;
}
