/*Layout for website*/ 
/*Style: Default 3 column
|----------------------------|
|	Header                           |
|________________________|
|          |                |          |
|          |                |          |
|  LEFT  |   MAIN      | RIGHT |
|          |                |          |
|          |                |          |
|          |                |          |
|          |                |          |
|________________________|
|		Footer                       |
|________________________|
*/
/*Max Width: 900 px*/
/*Min Height: 600px*/
body, html {
	padding:0; 
	height:100%; 
	border:0;
	background-color: #787ab3;
	background-image:  url(../Styles/Images/MCS_Background.jpg);	
	background-position:top;
	background-repeat:repeat; 
}

#FC_PageContainer
{
	width: 900px;
	
}

#FC_MainArea
{	

}		

#FC_HeaderControl
{
	float: left;
	width: 100%;
}

#LeftColumn
{
	float: left;
	width: 150px;
}
#RightColumn
{
	width:19%;
	float:right;
	margin-right:10px;

}
.FC_FooterControl
{

	float: left;
	width: 100%;
	height: 30px;
	background-image:  url(../Styles/Images/MCS_Footer.jpg);
	background-repeat:no-repeat;
	padding-bottom:20px;

}

.clear { clear:both;}