/*Layout for website*/ 
/*Style: Default 3 column
|----------------------------|
|	Header                           |
|________________________|
|          |                |          |
|          |                |          |
|  LEFT  |   MAIN      | RIGHT |
|          |                |          |
|          |                |          |
|          |                |          |
|          |                |          |
|________________________|
|		Footer                       |
|________________________|
*/
/*Max Width: 900 px*/
/*Min Height: 400px*/
body, html {
	margin:0; 
	padding:0; 
	height:100%; 
	border:0;
	background-image:  url(../Styles/Images/ftc_newbackground.jpg);	
	background-position:center;
	background-repeat:repeat-x;
	background-color: #adaaa8;
}

#FC_PageContainer
{
width: 900px;
	
}

#FC_MainArea
{	

	
}

#FC_HeaderControl
{
	float: left;
	width: 100%;
}

#MainColumn
{
	width:73%;
	min-height: 400px;
	float:left; 	

}
#LeftColumn
{	
	float: left;
	width:230px;
	
}
/*#RightColumn
{
	width:18%;
	float:right;
}*/
.FC_FooterControl
{

	float: left;
	width: 100%;
	height: 50px;
	background-image:  url(../Styles/Images/FTC_Footer.gif);
	background-repeat:no-repeat;
	
}

.clear { clear:both;}