/*Layout for website*/ 
/*Style: Default 3 column
|----------------------------|
|	Header                           |
|________________________|
|          |                |          |
|          |                |          |
|  LEFT  |   MAIN      | RIGHT |
|          |                |          |
|          |                |          |
|          |                |          |
|          |                |          |
|________________________|
|		Footer                       |
|________________________|
*/
/*Max Width: 900 px*/
/*Min Height: 600px*/
body, html {
	min-width:1000px;
	margin:0; 
	padding:0; 
	height:100%; 
	border:0;
	background: url("../Styles/images/Cmn_SideLogo2.gif") no-repeat;
	background-position:top right; 
}

#FC_PageContainer
{
	min-width:800px;
	margin-right:120px;
	margin-left:50px;
	float:left;
}


#FC_MainArea
{	
	min-height: 600px;
	width:100%;
	float:left;
}



#FC_HeaderControl
{
	float: left;
	width: 100%;
}

#LeftColumn
{
	float: left;
	width: 200px;
}
#MainColumn
{
	float: left;
	width: 70%;
}
#RightColumn
{
	width:0%;
	float:right;
}
.FC_FooterControl
{

	float: left;
	width: 100%;
	height: 40px;
}

.clear { clear:both;}