﻿/* ========== page layout ========== */
body {
  background-color: #DDF;
}
#banner {
	background-color: #00C;
	color: #FFF;
}
#navigation{
	background-color: #44F;
	color: #FFF;
}
#subNavigation{
	background-color: #44F;
	color: #FFF;
}
.narrowColumn{
	background-color: #44F;
	color: #FFF;
}
#content{
	background-color: #CFF;
	color: #050;
}
#footer {
	background-color: #44F;
	color: #CCF;
}
