/******************************************************
/* Content DIVs in framework
/******************************************************/
/* Generic for all content areas */
.ContentArea 
{
	overflow-x: hidden;
}

#FullContent
{
	width: 924px;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
	margin: auto; 
}

#FlashArea
{
	padding: 10px;
	background: #fff;
}

#PageHeader
{
	margin-bottom: 3px;
	width: 780px;
}

#PageContent
{
	width: 780px;
	text-align: left;
	color: #8d8d8d;
	float: left;
	clear: left;
}

#RightContent
{
	width: 136px;
	float: right;
}

#TopContent
{
	padding: 10px;
	height: 200px;
	background-color: #fff;
}

#MainContent
{
	padding: 10px;
}

#Content
{
	background-image: url(/images/figureskating/maincontent_background.gif);
	background-repeat: repeat-y;
	background-position: 155px;
}

#FooterContent
{
	border-top: solid 1px #CA005D;
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
}

#LeftInnerContent
{
	float: left;
	width: 150px;
	margin-right: 13px;
}

#MiddleInnerContent
{
	float: left;
	width: 381px;
}

#RightInnerContent
{
	float: right;
	width: 201px;
	text-align: left;
}

/******************************************************
/* TemplateAreas
/******************************************************/
/* Generic for all TemplateAreas */ 
.TemplateArea 
{
	display: block;
	overflow-x: hidden;
}

/******************************************************
/* Inner template styles
/******************************************************/
/* Generic for all BlockAreas in inner templates */
.BlockArea 
{
	display: block;
	overflow-x: hidden;
}

.Seperator
{
	margin-top: 10px;
	line-height: 0;
	font-size: 0px;
	clear: both;
	height: 1px;
	overflow: hidden;
}


/*****************************************************/
/* FloatContainer
/*****************************************************/
.FloatContainer:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

.FloatContainer {display:inline-block;} 
/* Hide from IE Mac \*/ 
.FloatContainer {display:block;} 
/* End hide from IE Mac */ 

* html .FloatContainer
{
	height: 1px;
}

