/*Layout for website*/ 
/*Style: Default 3 column
|----------------------------|
|	Header                           |
|________________________|
|          |                |          |
|          |                |          |
|  LEFT  |   MAIN      | RIGHT |
|          |                |          |
|          |                |          |
|          |                |          |
|          |                |          |
|________________________|
|		Footer                       |
|________________________|
*/
/*Max Width: 900 px*/
/*Min Height: 600px*/
body, html {
	margin:0; 
	padding:0; 
	height:100%; 
	border:0; 
}

#FC_PageContainer
{
	width: 900px;
	background-image: url(../Styles/Images/main_bg_image02.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#FC_MainArea
{	
	min-height: 600px;
}



#FC_HeaderControl
{
	float: left;
	width: 100%;
}

#TopLeftColumn
{
	float: left;
	width: 470px;
}
#TopRightColumn
{
	width:430px;
	float:right;
}
#BottomColumn
{
	width:900px;
	padding:5px;
}
.FC_FooterControl
{

	float: left;
	width: 100%;
	height: 20px;
	background-image:url(../Styles/Images/search.jpg);
}

.clear { clear:both;}
