html{
	background-color:		transparent;
	background-image:		url("../img/new/bgcolor.jpg");	
	background-repeat:		repeat;
}
#maincontent { /* Keep BG Picture on bottom */
	/*display: none;*/
	z-index:-2;
	background-image: url("../img/new/background.jpg");
	background-repeat: repeat;
	height: 840px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left:		0px;
}
div.pagecontent{
	margin: 0 auto;
	background-image:		url("../img/new/pagecontent_repeat.png");
	min-height:	530px;

}

div.menu{
	background-image:		url("../img/new/menu_bg.png");	
	background-color:		transparent;
}

div.header{
	margin: 0 auto;
	position:				relative;
	height:					107px;
	background-image:		url("../img/new/header.png");
}
div.headertext{
	color:					white;
	top:					87px;
	font-size:				12px;
	text-align:				center;
	width:					800px;
	left:					7px;
}
div.footer{
	position:				relative;
	z-index: 1;
	margin: 0 auto;
	background-image:		url("../img/new/footer.png");
}
p.footnote{
	margin: 0 auto;
	left:0px;
}
p.footnote a{
	color:	white;
}
div.element{
	position:				absolute;
	left:					810px;
	top:					0px;
	z-index:				3;
	width:					210px;
}
div.manage{
	position:				absolute;
	left:					810px;
	top:					-100px;
	z-index:				3;
	width:					210px;
}

div.article.sections{
	display:				none;
}
div.element div.lastmodpages{
	background-color:		transparent;
	background-image:		url("../img/new/75perctrans.png");
}

div.breadcrumbs{
	background-image:		none;
	border-bottom:			1px dashed #DBDBDB;
	width:					561px;
}
div.shadow{
	background-image:		url("../img/new/shadow.png");
	position:				relative;
	margin:					0 auto;
	top:					-90px;
	z-index:				-1;
	width:					1078px;
	height:					82px;
}