body
{
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
	background-color: #e9eaea;
	text-align: center;
	padding: 0;
}

#Wrapper
{
	width: 840px;
	display: block;
	margin: 0 auto;
}

#Page
{
	float: left;
	display: inline;
	width: 680px;
	text-align: left;
	padding: 20px 80px 0 80px;
	background: transparent url(../images/containerbg.png) repeat-y;
}

#PageBottom
{
	float: left;
	clear: both;
	overflow: hidden;
	display: inline;
	width: 680px;
	text-align: left;
	padding: 0 80px;
	background: transparent url(../images/container_bottombg.png) no-repeat top;
	height: 160px;
}

#Production
{
	font-family: Arial;
	font-size: 10px;
	float: right;
	padding: 35px 10px 0 0;
}

#Header
{
	float: right;
	background-repeat: no-repeat;
	background-position: top right;
	width: 510px;
	height: 105px;
	margin-bottom: 1px;
}

#Logo
{
	float: left;
	padding-top: 2px;
	padding-left: 10px;
}

/*****************************************/
/* Regions
/*****************************************/
#FooterContent,
#TopContent
{
	clear: both;
}

#PageContent
{
	padding: 20px 0 0 0;
	margin: 0;
}

#InnerContent
{
	float: right;
	width: 510px;
}

#MainContent
{
	float: left;
	width: 510px;
}

#MainContentNarrow
{
	float: left;
	width: 330px;
}

#LeftContent
{
	float: left;
	width: 150px;
}

#RightContent
{
	float: right;
	width: 160px;
}

* html #LeftContent, * html #RightContent, * html #MainContent, * html #MainContentNarrow, * html #InnerContent
{
	display: inline; /* IE float margin fix */
	overflow-x: hidden;
}

#PageContent:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#RegionMain.Text
{
	background: transparent url(/images/content_bottombg.png) no-repeat bottom;	
}

.WideContainer
{
	background: transparent url(/images/content_topbg.png) no-repeat top;
	padding: 15px 15px 5px 15px;
}
/* Hides from IE-mac \*/
* html #PageContent
{
	height: 1px;
}
/* End hide from IE-mac */

#TopContent:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html #TopContent
{
	height: 1px;
}
/* End hide from IE-mac */

#TopContent
{
	height: 106px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
