@charset "UTF-8";
/* CSS Document */
@import url(_reset.css); /* Import CSS Reset Document */
@import url(_typography.css); /* Import Font CSS Document */
@import url(_layout.css); /*Import basic layout CSS Document */

#homepageLeftCol { background-color: #6d5c42; float: left; margin-right: 5px; overflow: hidden; width: 340px; }
	#homepageLeftColImage { width: 340px; height: 205px; line-height: 0; font-size: 0; }
	#homepageLeftColText { background-image: url(../images/homepage/lower_left_house.gif); background-position: top; background-repeat: no-repeat; font-size: 1em; line-height: 1.5em; min-height: 10px; width: 290px; padding: 70px 25px 10px 25px; }
	#homepageLeftColText p { color: #fff; line-height: 1.5em; }
	#homepageLeftColText ul { color: #fff; font-size: 1em; }
	#homepageLeftColText li { color: #fff; font-size: 1em; }
	#homepageLeftColText a { color: #d2d4a9; text-decoration: underline; }
	
#homepageRightCol { background-image: url(../images/homepage/bckgr_right.jpg); background-repeat: no-repeat; background-color: #f2f3dd; float: left; overflow: hidden; padding: 0 30px; width: 327px; }
	
