body {
	margin : 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;  
}
#wrapper {
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: left;	
	} /*Note wrapper is relative and all other divs are absolute*/


text {
  color: Black;
}
	
blockquote {
  font-family: Georgia, Garamond, serif;
}

#top {
	position: absolute;
	height: 130px;
	width: 780px;
	padding: 0px;
	top:0px;
	border:0px none;
}
#left {
	position: absolute;
	height:850px;
	width:180px;
	top:135px;
	background-color: #CCCCCC;
	padding-left: 10px;
	left: 0px;
}
#main {
	position: absolute;
	height: 850px;
	top: 0px;
	left: 195px;
	width: 565px;
	background-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
}

