html, body {
		height: 100%;
		background-image: url("images/bgr.jpg");
		background-repeat: repeat-x;
		background-color: #e8e7e7;
		margin: 0;
	}
	.wrapper {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -52px; /* the bottom margin is the negative value of the footer's height */
	}
	.footer, .push {
		height: 52px; /* .push must be the same height as .footer */
	}

	body {
		text-align: center;


	}
	.wrapper {
		position: relative;
		width: 1000px;
		font-size: 0.9em;
		margin: 0 auto -52px;
		text-align: left;
	}

		.footer {
		position: relative;
		width: 1000px;
		font-size: 0.9em;
		margin: 0 auto -52px;
		text-align: left;
	}

	.pagetitle {
font-family:Arial Black, Helvetica, sans-serif;
font-size:1.2em;
color:#01366e;
padding: 15px 2px 2px 2px;
width: 100%;
border-bottom: 1px;
border-bottom-color: #808080;
border-bottom-style: dashed;
margin: 0 0px 5px 20px;
}

.maincontent {
padding: 20px;
font-family:Arial, Helvetica, sans-serif;
font-size:.925em;
line-height:1.2em;
color:#515151;
}
