
/*************************
		CONTENT
*************************/
#content {
	background-color: #FFFFE5;
}

.contentBottom_about {
  width:700px;
	text-align:center;	
}

/****** LEFT COLUMN ******/
.leftCol {
	float: left;
	width: 140px;
	z-index: 50;
	overflow: hidden;
}

.contentTop {
	
}

.leftNav {
	float: left;
	width: 100%;
}

.leftNav h2 {
	text-align: center;
	margin: 7px 0 7px 5px;
	overflow: hidden;
	width: 100%;
}

.leftNav a {
	display: block;
	color: #666;
	text-decoration: none;
	padding: 2px 0 2px 10px;
	border-bottom: 1px solid #D3B25E;
	font-size: 13px;
}

.leftNav a.end {
	border-bottom: none;
}

.leftNav a:hover {
	color: #CC9900;
}


#bubble {
	font-size: 14px;
	width: 284px;
	height: 80px;
	position: absolute;
	bottom: 0px;
	background: url(/images/bubble.png) left top no-repeat;
}

#bubble h1 {
	text-align: center;
	margin: 40px 0 0 0;
	width: 250px;
	font-size: 22px;
}


/****** RIGHT COLUMN ******/
.rightCol {
	margin-left: 140px;
	background-color: #D3B25E;
	border-left: 10px solid #D3B25E;
	z-index: 100;
	width: auto;
	height: 100%; /* IE6 gets confused without it */
}

.textWrapper {
	margin: 18px 68px;
}

.textWrapper p {
	margin: 10px 0;
}




/*   quote list */
.wishListItem {
	margin: 0px 0px;
	padding: 15px 5px;
	clear: both;
	background-color:#ECF1F8;
	border-top: 1px solid #FFF;
}

.wishListItem.odd {
	background-color: #C4D4E9!important;
}
