/* layout and positioning */
#p1wrapper {
	width			: 745px;
	margin			: 0 auto 0 auto;
}

#wrapper 
{
	float			: left;
	text-align		: left;
	margin			: 0 auto 0 auto;
}


#headerContainer
{
	float			: left;
	background		: url(../images/header.jpg) no-repeat;
	width			: 745px;
	height			: 240px;
	margin-top		: 30px;
}

#topMostMenu
{
	float			: right;
	padding-top		: 14px;
}

#topMainMenu
{
	float			: right;
	background		: url(../images/top-menu-bg.gif) no-repeat;
	width			: 533px;
	height			: 40px;
}

#topMainMenu div.moduletable
{
	padding-right		: 10px;
	padding-top		: 3px;
	float			: right;
}

#allContent
{
	float			: left;
	background		: url(../images/content-bg.gif) repeat-y;
	width			: 745px;
}

#contentAndTopMenu
{
	float			: right;
	width			: 533px;
	
}

#contentAndTopMenu100
{
	float			: right;
	width			: 100%;
	
}



#navigation
{
	float			: left;
	width			: 186px;
	padding-left		: 9px;
	background		: #2D2D2C;
	margin-left		: 10px !important;
	margin-left		: 5px;
}

#content
{
	float			: right;
	width			: 490px;
	padding-right		: 10px;
	padding-left		: 30px;
	
}

#content100
{
	float			: right;
	width			: 720px;
	padding-right		: 10px;
}



#footer
{
	float			: left;
	background		: url(../images/copyright-footer.gif) no-repeat;
	height			: 23px;
	width			: 735px;
	text-align		: right;
	padding-right		: 10px;
	padding-top		: 6px;
	margin-top		: 10px;
}

#pathWay
{
	padding-top		: 3px;
	padding-bottom		: 3px;
	padding-left		: 6px;
}





.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


