/* layout and positioning */
#p1wrapper {
	width			: 800px;  
	margin			: 0 auto 0 auto;
	text-align		: left;
}

#wrapper 
{
	float			: left;
	width			: 800px;  
	text-align		: left;
	margin			: 0 auto 0 auto;
}

#pageBg
{
	float			: left;
	width			: 800px;
	margin-top		:  10px;
	margin-left		: 6px;
	background		: url(../images/page-bg-small.jpg) repeat-y;
}


#topMostHeader
{
	float			: left;
	width			: 775px;
	margin-left		: 25px;
	background		: url(../images/header-img-small.png) no-repeat;
	height			: 126px;
}

#menuWrapper
{
	float			: left;
	width			: 750px;  
	height			: 25px;
	background		: #d7eef8;
	margin-left		: 25px !important; 
	margin-top		: 5px;
}	

/*
#logo
{
	float			: left;
	width			: 232px;
	height			: 62px;
	background		: url(../images/logo.jpg) no-repeat;
	margin-left		: 72px !important;
	margin-left		: 37px;
	margin-top		: 54px;
}
*/

#contentCtrl
{
	float			: left;
	margin-left		: 25px !important;
	margin-left		: 38px;
	width			: 800px;
	margin-top		: 5px;
}

#contentBg
{
	float			: left;
	width			: 100%;
}


#content
{
	float			: left;
	margin-left		:  20px;
	/*width			: 450px;*/
	width			: 450px;
}

#contentFull
{
	float			: left;
	width			: 100%;
}

#navigation
{
	float			: left;
	width			: 150px;
}

#moduleBanner
{
	margin-top		: 5px;
	margin-left     : 20px;
	margin-bottom	: 5px;
}

#footerBg
{
	background		: url(../images/footer-bg-small.jpg) no-repeat;
	height			: 38px;
	width			: 800px;
	float			: left;
	padding-top		: 20px;
}

#copyRight div a:link,
#copyRight div a:visited
{
	font-size		: 12px;
	color			: #330099;
}

#modAdvert
{
	float			: left;
	width			: 100%;
	
}
