/*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%;
}

#PageHeader 
{
	width: 900px;
	/*border:solid 1px green;*/
}

#RightText
{ text-align:right;
	padding-right:10px;
}

#LeftTitle
{ float:left;
	padding-left:10px;
	}

/*#LeftColumn
{
	float: left;
	width: 200px;
}*/

#MainColumn
{
	width:300px;
	float:right;
}
#RightColumn
{
	width:580px;
	float:left;
}
/***** #BottomColumn
{
	width:900px; ****
}*/
.FC_FooterControl
{

	float: left;
	width: 100%;
	height: 20px;
	background-image:url(../Styles/Images/search.jpg);
}

.clear { clear:both;}
