#container #content #subcontent {
	height: auto;
	width: 725px;
}
#container #content #box1 {
	height: auto;
	width: 640px;
	float: left;
}
#container #content #box2 {
	float: right;
	height: 85px;
	width: 85px;
}
#container #content #clear {
	clear: both;
}
#container #content #box3 {
	height: auto;
	width: 725px;
}
#container #content #img1 {
	float: left;
	height: 150px;
	width: 94px;
}
#container #content #img2 {
	float: left;
	height: 150px;
	width: auto;
}
#container #content #img3 {
	float: left;
	height: 152px;
	width: 150px;
}
#container #content #box4 {
	height: auto;
	width: 575px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 140px;
	margin: 0px;
}

@media screen and (max-width: 500px) {
#container #content #subcontent {
	height: auto;
	width: 100%;
}
#container #content #box1 {
	height: auto;
	width: 90%;
	float: left;
}
#container #content #box2 {
	float: right;
	height: 85px;
	width: 85px;
}
#container #content #clear {
	clear: both;
}
#container #content #box3 {
	height: auto;
	width: 90%;
}
#container #content #img1 {
	float: left;
	height: 150px;
	width: 20%;
}
#container #content #img2 {
	float: left;
	height: 150px;
	width: 40%;
}
#container #content #img3 {
	float: left;
	height: 152px;
	width: 40%;
}
#container #content #box4 {
	height: auto;
	width: 500px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
}