@charset "utf-8";
/* CSS Document */
<!--
body {

}
.FBTConeCol #container {
	width: 750px;  /* using 50px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #f9f1dc;*/
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.FBTConeCol #containerliner {
	width: 750px;  /* using 50px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f9f1dc;
	margin-top:-7px;
	padding-top:10px;

}

.FBTConeCol #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.FBTConeCol #Content {
	margin: 15px 10px;
}

-->

