
	#demoLayout{
		font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}
	#demoLayout .header{
		background: #8D9E36; color: white; font-size: 1.5em;
	}
	#demoLayout .mainContent{
		background: white; color: black; font-size: 0.85em; 
		width: 65%; height: 100px; float: left; 
	}
	#demoLayout .sideBar{
		background: #3E4A96; color: white; font-size: 0.85em; 
		width: 30%; height: 100px; float: right;
	}
	#demoLayout .footer{
		background: #C8CE1F; color: #333; font-size: 0.85em; 
		clear: both;
	}
