/*Layout for website*/ 
/*Style: Default 3 column
|----------------------------|
|	Header                           |
|________________________|
|          |    Page Topper       |
|          |_________________|
|  LEFT  |   MAIN      | RIGHT |
|          |                |          |
|          |                |          |
|          |                |          |
|          |                |          |
|________________________|
|		Footer                       |
|________________________|
*/
/*Max Width: 900 px*/
/*Min Height: 600px*/
body, html {
	margin:0; 
	padding:0; 
	height:100%; 
	border:0; 
	/*background-image: url(Images/BackGrad.gif);
	background-repeat:repeat;	*/
	background-color:#dedddd;
}

#FC_PageContainer
{
	max-width: 900px;
	min-width: 800px;
	padding-bottom:40px;
	margin-bottom:20px;
}

#FC_MainArea
{	
	min-height: 600px;
}

#FC_HeaderControl
{
	float: left;
	width: 100%;
}
#MainColumn
{	
	width:685px !important;
	margin-top:25px;
	margin-left:15px;	
	float:left;
}
#MainColumn .CMSControl
{	
	
	float:left;
}

#LeftColumn
{
	float: left;
	width: 170px;
}
#RightColumn
{
	width: 90px;
	margin-top:25px;
	float:right;
	Background-repeat:no-repeat;
	background-position:top right;
}
.FC_FooterControl
{

	float: left;
	width: 100%;
	background-color:#4c4e50;
}

.clear { clear:both;}
