/* =============================================== */
/* stayFlorida.com Stylesheet */
/* Specific Page Styling */
/* Originally built for proto-Investment page, hence div names! */
/* Applied to all pages with standard 2 column layout, ie: */
/*     left body copy, right 'breakout' panel */
/* Created by Digino/Ben Wakeford 2007 */
/* =============================================== */


/* =============================================== */
/* SECTION: INVESTMENT OPPORTUNITIES */
/* =============================================== */

#invest-info {
	float : left;
	width : 260px;
	margin : 20px 20px 0 5px;
}

#invest-panel {
	float : right;
	width : 247px;
	margin : 10px 0px 0 0;
	padding : 10px;
	background-color : #EAEADC;
}

#invest-panel-content {
	background-color : #FCFCF9;
	padding : 15px;
}

#invest-info h2 {
	color : #FD6E39;
	margin : 0 0 7px 0;
}

#invest-panel h2 {
	margin : 0 0 7px 0;
}


