.box2 p {
	clear: left;
	float: none;
	height: auto;
	width: auto;
	padding: 5px;
	text-align: left;
	margin: 0px;
}

.box1 {
	float: left;
	height: auto;
	width: 580px;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: dotted;
	border-top-color: #99CC99;
	border-right-color: #99CC99;
	border-bottom-color: #99CC99;
	border-left-color: #99CC99;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.box2 {
	float: left;
	height: auto;
	width: 580px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 5px;
	margin: 5px;
	clear: both;
}
.box2 img {
	clear: none;
	float: right;
	height: 210px;
	width: 300px;
	padding: 2px;
	margin: 3px;
}
.contact {
	margin: 5px;
	padding: 5px;
	height: auto;
	width: 400px;
}
.contact p {
	height: auto;
	width: 400px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
