body {
  margin : 0px 0px 0px 0px;
}
#top {
	position: absolute;
	height: 75px;
	width: 100%;
	top:0px;
	background-color : #9999FF;
}
#left {
	position: absolute;
	height:100%;
	width:200px;
	top:75px;
	background-color : #99CCFF;
	padding-top : 15px;
	padding-left: 7px;
}
#main {
	position: absolute;
	top: 80px;
	left: 215px;
}
p.quote {
	font-family : sans-serif;
	font-size : 90%;
	margin-left : 10%;
	margin-right : 10%;
}
