  @charset "UTF-8";
.image_left_no_border { /* Use this to place a mug or photo with no border to the right with text wrapping around it */
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.image_right_no_border { /* Use this to place a mug or photo with no border to the left with text wrapping around it */
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat {
	clear: both;
}
.contactQRCode {
	background-color: #CFF;
	float: left;
	height: 200px;
	width: 350px;
}
#photoContent {
	float: right;
	width: 700px;
	border: solid #a39058 1px;
	padding: 10px;
	height: 260px;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
} 
#photoContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;



