header > hgroup , body > section , footer   > hgroup {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	padding: 0px;
}
body > section  {
	overflow: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	position: relative;
}


body > section > article{
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FAF8F5;
	overflow: auto;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	behavior: url(../PIE/PIE.htc);
	}

#aside {
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../../images/aside_bg.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../PIE/PIE.htc);
}

footer {
	background-image: url(../../images/footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
}
footer > hgroup {
	margin-right: auto;
	margin-left: auto;
}
