/* Page Body Layout */
body {
margin:10;
padding:0;
height:100%; /* this is the key! */
background		: #ECECEC;
}
#wrapper {
margin-top:0px;
margin-left: auto;
margin-right: auto;
margin-bottom:10px;
width: 960px;
text-align: left;
border-left:2px solid #A6A5A0;
border-right:2px solid #A6A5A0;
border-top:2px solid #A6A5A0;
border-bottom:2px solid #A6A5A0;
background		: #FFFFFF;
}
#header {
height: 330px;
background :url(../images/banner.jpg) no-repeat top left;
width:960px; /* This width needs to account for the border width */
margin-top:0px;
margin-bottom:0px;
}
#middle_body {
margin-top:20px;
margin-bottom:0px;
margin-left: auto;
margin-right: auto;
height:100%; /* this is the key! */
width: 960px;
text-align: left;
}
#clearone{
clear	:	both;
height	: 	10px;
}
#footer_box {
width:960px;
height:60px;
padding-top:10px;
margin-left: auto;
margin-right: auto;
margin-top:10px;
margin-bottom: 0px;
}
#sub_footer_box {
width:964px;
height:60px;
padding-top:0px;
margin-left: auto;
margin-right: auto;
margin-top:0px;
margin-bottom: 0px;
background :url(../images/footer.jpg) no-repeat bottom left;
}
#designer_box {
		background	: transparent;
		width:960px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		height:20px;
}
/* End Page Body Layout */
