@charset "UTF-8";
#editable {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#body {
	float: left;
	background-color: #ffffff;
	height: 450px;
}
#image1 {
	height: 380px;
	width: 253px;
	float: left;
	margin-top: 20px;
	margin-right: 25px;
	margin-left: 70px;
}
#pic1title {
	padding-bottom: 5px;
}
#image2 {
	height: 380px;
	width: 253px;
	float: left;
	margin-top: 20px;
	margin-right: 25px;
	margin-left: 25px;
}
#pic2title {
	padding-bottom: 5px;
}
#image3 {
	height: 380px;
	width: 253px;
	float: left;
	margin-top: 20px;
	margin-right: 70px;
	margin-left: 25px;
}
#pic3title {
	padding-bottom: 5px;
}
#bottom {
	text-align: right;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	float: right;
}
#bottomlogo {
	float: left;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
}
#clear {
	clear: none;
}
