/* LAYOUT */
/* -------------------------------------------------------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,form,fieldset,ul,li,img {margin:0;padding:0;border:0;} /* zero all elements */
html, body, #wrapper {
	min-height: 100%; 	/*Sets the min height to the height of the viewport.*/
	width: 100%;
	height: 100%; 		/*Effectively, this is min height for IE5+/Win, since IE wrongly expands an element to enclose its content. This mis-behavior screws up modern browsers*/
	margin: 0;
	padding: 0;
}

html>body, html>body #wrapper {
	height: auto; 		/*this undoes the IE hack, hiding it from IE using the child selector*/ 
}

#wrapper 			{ position:absolute; top:0; left:0; padding:0; margin:0;}
#header 			{ width:705px; padding-top:10px; }
#navbar				{ width:705px; margin:52px 0 30px 0;}
#logo 				{ width:300px; float:left; }
#toolbar 			{ width:300px; float:right;}
#headerimage 		{ width:650px; clear:both; }
#main 				{ height:auto; padding:0;  }
#subcontainer 		{ width:700px; margin:0 auto; padding-left:8px; }
#dnn_contentpane 		{ width:460px; float:left; clear:both; min-height:100%; }
#dnn_sidebar 			{ width:205px; float:right; margin-right:5px}
#footer 			{ position:absolute; width:100%; bottom:0; height:58px; text-align: center; overflow:hidden;}
#footer #copyright	{ width:705px; margin:0 auto; text-align:left; }
#subfooter			{ bottom:0; height:84px; width:705px; margin:0 auto; left:-220px; text-align:left; }
