#maincontainer{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#pageheader{
}
#pageheader .twitter{
	float: left;
	width: 224px;
	height: 101px;
	background-image: url(images/twitter.png);
}
#pageheader .twitter > .inner{
	padding: 10px;
}
#pageheader .logo{
	margin: 10px 0px 0px 40px;
	display: inline;
	float: left;
}
#pageheader .logo img{
	behavior: url(css/iepngfix.htc);
}
#pageheader .nav{
	float: right;
	display: inline;
	margin: 107px 10px 0px 0px;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
#pagecontent{
	width: 900px;
	clear: both;
}
#leftbar{
	float: left;
	display: inline;
	width: 212px;
	margin-right: 9px;
	overflow: hidden;
}
#leftbar .inner{
	padding: 9px 20px 16px 15px;
}
/* MAINBAR */
#mainbar{
	float: left;
	display: inline;
	width: 679px;
	padding: 0px;
	margin-left: 0px;
}

#pagefooter{
	width: 900px;
}
#pagefooter .top{
	width: 100%;
	height: 8px;
	background-repeat: no-repeat;
	background-image: url(images/footer_bg_top.png);
	behavior: url(css/iepngfix.htc);
}
#pagefooter .middle{
	width: 880px;
	background-image: url(images/footer_bg_middle.png);
	background-repeat: repeat-y;
	padding: 0px 10px 0px 10px;
	behavior: url(css/iepngfix.htc);
}
#pagefooter .bottom{
	width: 100%;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(images/footer_bg_bottom.png);
	behavior: url(css/iepngfix.htc);
}
#eduqua{
	text-align: right;
}