/*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/background.gif);
	background-repeat:repeat-x;	
	background-color:Black;	
}
form
{
	margin-bottom:0px;
}
#FC_PageContainer
{
	max-width: 900px;
	min-width: 800px;

	
}

#FC_MainArea
{	
	min-height: 600px;	
}

.BodyHolder 
{
	float:left;
	width:750px;	
}
#FC_HeaderControl
{
	float: left;
	width: 100%;
}
#MainColumn
{	
	float:left;
	width:600px;
min-height:700px;
}
#LeftColumn
{
	float: left;
	width: 150px;
}
#RightColumn
{
	width:150px;
	float:right;
}
.FC_FooterControl
{

	float: left;
	width: 100%;
}

.clear { clear:both;}