@charset "UTF-8";
/* CSS Document */

#main_image {
	width: 499px;
	height: 373px;
	background-image: url(../images_landscaper/home/main_image_temp.jpg);
	margin-right: 20px;
	float: left;
	position: relative;
	}
	
#main_copy {
	width: 860px;
	height: auto;
	text-align: justify;
	float: left;
	position: relative;
	}
	
#small_box1 {
	width: 273px;
	height: 159px;
	margin-top: 20px;
	margin-right: 20px;
	background-image: url(../images_landscaper/home/sm_box_bg.jpg);
	float: left;
	position: relative;
	}
	
#small_box2 {
	width: 273px;
	height: 159px;
	margin-top: 20px;
	background-image: url(../images_landscaper/home/sm_box_bg.jpg);
	float: right;
	position: relative;
	}
	
	#small_box_info {
		width: 253px;
		height: 139px;
		padding: 10px;
		text-align: justify;
		float: left;
		position: relative;
		}
		
img.floatLeft { 
    float: left; 
    margin-right: 20px;
	}
