@charset "UTF-8";
/* CSS Document Koru Cottage for Information pages */

/* images on the left side */
div#imga {
	float:left;
	margin-top: 30px;
	margin-left:40px;
	width:282px;
	height:202px;
}

div#imgb {
	float:left;
	margin-top:242px;
	margin-left:-231px;
	width:229px;
	height:151px;

}

div#imgc {
	float:left;
	margin-top:196px;
	margin-left:9px;
	width:89px;
	height:308px;
}

/* images on the right side */

div#imgaa {
	float:right;
	margin-top: 30px;
	margin-right:40px;
	width:282px;
	height:202px;
}

div#imgbb {
	float:right;
	margin-top:242px;
	margin-right: -230px;
	width:229px;
	height:151px;

}

div#imgcc {
	float:right;
	margin-top:196px;
	margin-right:9px;
	width:89px;
	height:308px;
}

div#caption p {
	float:left;
	width:300px;
	margin-top: -5px;
	margin-right: 20px;
	font-size:9px;
	text-align:right;
}

/* end of images on the right side css */

div#copy {  /* copy on right side */
	float:left;
	margin-top:10px;   /* this is an IE solution to control the top margin  in IE */	
	margin-left:20px;
	width:340px;
}
div#copy.leftcopy {  /* copy on left side */
	float:left;
	margin-top:10px;   /* this is an IE solution to control the top margin  in IE */	
	margin-left:35px;
	width:340px;
}


div#copy p {
	width:340px;
}


div.quote {
	float:left;
	margin-top: 440px;  
	margin-left: -710px;
	width:300px;
	border:none;
}

/*div.leftcopy li.lipad, div.rightcopy li.lipad {margin-bottom: 3px;}  try this if list items are too close */
