/* layout and positioning */
#p1wrapper {
	width			: 900px;
	margin			: 0 auto 0 auto;
	text-align		: left;
}

#wrapper 
{
	float			: left;
	width			: 900px;
	text-align		: left;
	margin			: 0 auto 0 auto;
}

#pageBg
{
	float			: left;
	background		: url(../images/page-bg-big.jpg) repeat-y;
	width			: 900px;
}

#leftMostPart
{
	width			: 50px;
	float			: left;
	height			: 30px;
	margin-top		: 20px;
}

#FlashElement{
    float: left;
    width:600px;
    height:100px;
    position: relative;
    left: 65px;
    top:  55px;
    background-color:Transparent;
}

#topMostHeader
{
	float		: left;
	width		: 900px;
	background	: url(../images/header-img-big.jpg) no-repeat;
	height		: 163px;
}

#menuWrapper
{
	float			: left;
	width			: 754px;
	margin-left		: 65px !important;
	margin-left		: 32px;
	border			: 2px solid #fff;
	height			: 34px;
	background		: #eeeeee;
	padding-left		: 1px;
}

#contentBg
{
	float			: left;
	width			: 754px;
	margin-left		: 65px !important;
	margin-left		: 32px;
	border			: 1px solid #deded4;
	margin-top		: 5px;
	padding-bottom		: 5px;
	background		: #fff url(../images/content-bg.jpg) repeat-x;
}

#navigation
{
	float			: left;
	padding			: 2px;
}

#content
{
	float			: right;
	width			: 595px;
	overflow		: hidden;
}

#contentFull
{
	float			: right;
	overflow		: hidden;
	width			: 99%;
}

#banner
{
	margin-left		: auto;
	margin-right		: auto;
	margin-top		: 5px;
	margin-bottom		: 5px;
}

#footerBg
{
	float			: left;
	background		: url(../images/footer-bg-big.jpg) no-repeat;
	height			: 57px;
	width			: 900px;
}

#belt
{
	float			: left;
        margin-top		: 35px;
	height			: 57px;
	width			: 900px;
}

#blank
{
	float			: left;
        margin-top		: 35px;
	height			: 25px;
	width			: 900px;
}

#copyRight
{
	margin-top		: 25px;
	width			: 780px;
}

#moofx2
{
	float			: left;
	width			: 779px;
	margin-top		: 5px;
	margin-left		: 55px !important;
	margin-left		: 27px;
	height			: 166px;
	padding-left		: 9px;
	background		: url(../images/roll-bg.jpg) no-repeat;
	background-position	: 9px 0px;
	margin-bottom		: 5px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



