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

body  {
	
}


.FBTCtwoCol #container {
	width: 750px;  /* using 50px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background-image: url(../images/layout/twoColbkgrnd2.jpg);
	background-repeat: repeat-y;*/
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page - 10px add top & bottom space on page */
	text-align: center;
	/*border-left: #666666 thin solid;
	border-right:#666666 thin solid;*/
}

.FBTCtwoCol #containerliner {
	width: 750px;  /* using 50px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/layout/twoColbkgrnd2.jpg);
	background-repeat: repeat-y;
	margin-top:-4px;
	padding-top:10px;
}

.FBTCtwoCol #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed from the #container image */
	padding: 15px 10px;
}

.FBTCtwoCol #mainContent { 
	margin: 0 235px 0 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.FBTCtwoCol #msglink{
	vertical-align: middle;
	text-align: center;
	background-color:#000000;
	margin:5px 0 5px 0;
	padding:5px 0;
}

