@charset "utf-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	font-style: italic;
}
.photoBox {
	text-align: center;
	float: right;
	padding-left: 10px;
}
.photoBoxLeft {
	text-align: center;
	float: left;
	padding-right: 10px;
}
.CompanyAddress {
	text-align: center;
	border: medium solid #FF0000;
	height: 220px;
	width: 350px;
	position: relative;
	left: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.CompanyAddress2 {
	color: #CCCCCC;
	text-align: center;
	border: medium solid #FF0000;
	vertical-align: middle;
	width: 500px;
	margin-left: 110px;
	padding: 5px;
	background-color: #1F1F1F;
}

