/*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: 100%;
	margin: 0px auto;
	padding-top:0px;
}

#FC_MainArea
{	
	min-height: 400px;
	background-color:White;
	background-image:  url(../Styles/Images/SY_Right.jpg);
	background-position:Bottom right;
	background-repeat: no-repeat;
	float:left;
	width:100%;
}

#FC_HeaderControl
{
	float: left;
	width: 100%;
}

#LeftColumn
{
	float: left;
	width: 260px;
}

.FC_FooterControl
{

	float: left;
	width: 100%;
	height: 25px;
}

.clear { clear:both;}