@charset "UTF-8";
#event1 {
	float: left;
	width: 450px;
	padding: 15px;
	background-color: #FFFCF3;
	border: medium dashed #AA7F55;
	margin-bottom: 20px;
}
#image1 {
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 8px;
}
#media1 {
	float: left;
	width: 430px;
	padding: 15px;
	background-color: #FFEAF0;
	margin-bottom: 20px;
	border: thin solid #A0A0A4;
	margin-left: 10px;
}
#report1 {
	float: left;
	width: 455px;
	padding: 15px;
	background-color: #FFFCF3;
	margin-left: 15px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #AA7F55;
	border-bottom-color: #AA7F55;
	margin-bottom: 0px;
}
#report2 {
	float: left;
	width: 455px;
	padding: 15px;
	background-color: #FFFCF3;
	margin-bottom: 20px;
	margin-left: 275px;
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #AA7F55;
	margin-top: 0px;
}

