/*Layout for website*/ 
/*Style: Default 3 column
|----------------------------|
|	Header                           |
|________________________|
|          |                |          |
|          |                |          |
|  LEFT  |   MAIN      | RIGHT |
|          |                |          |
|          |                |          |
|          |                |          |
|          |                |          |
|________________________|
|		Footer                       |
|________________________|
*/
/*Max Width: 900 px*/
/*Min Height: 600px*/
body, html {
	min-width:1240px;
    margin:0; 
    padding:0; 
    height:100%; 
    border:0;
	background-color:white;
}

#FC_PageContainer
{
    width:100%;
    margin-right:0px;
    margin-left:0px;
    float:left;

}
#SocLinks{
Float:right;
padding-right: 100px;
margin-top: 15px;
}

#FC_MainArea
{	
	float:left;
	width:100%;
	background-image:url(../Styles/Images/FC_Background.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	min-height:450px;
}


#FC_HeaderControl
{
	float: left;
	width: 100%;
}

#LeftColumn
{
	float: left;
	width: 260px;
}
#MainColumn
{   float: left;
	background-image:url(../Styles/Images/FCMainCol.png);
	background-position:left;
	background-repeat:repeat-y;
	width:65%;
	max-width:810px;
	min-height:600px;
}
#ScreenFrame
{   float: left;
	background-image:url(../Styles/Images/ScreenBack.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding-left:230px;
	padding-top:90px;
	width:580px;
	height:300px;
	margin-top:-8px;
	
}#LobbyFrame
{   float: left;
	background-image:url(../Styles/Images/LobbyBack.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:810px;
	height:450px;
	margin-top:-8px;
	
}
#RightColumn
{
	width:12%;
	float:left;
}
.FC_FooterControl
{   float:left;
    width:100%;
	background-image:url(../Styles/Images/Foottop.jpg);
	background-position:top;
	background-repeat:repeat-x;
    background-color:black;
    border-top:solid 2px #811417;
    }
#Footer
{
    float:left;
    margin-left:150px;
    width:1000px;
    background-image:url(../Styles/Images/FC_Footer.jpg);
	background-position:top center;
	background-repeat: no-repeat;
    text-align:center;
    padding-top:15px;
	padding-bottom:15px;
	height:30px;
	color:white;
}
#Footer a
{color:white;
	}
.clear { clear:both;}
