body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	background-color: #333333;
	margin-left: 25px;
	margin-top: 25px;
}

#Frame {
	width: 850px;
	color: #dddddd;
	position: relative;
}

#LeftCol {
	float: left;
	width: 500px;
}

#RightCol {
	float: right;
	width: 300px;
}

#Title {
	color: #000000;
	background-color:#cc0000;

	padding: 5px;
}

#Photo {
	border-bottom: 1px solid #CC0000;
	padding: 10px;
}

#Purpose {
	text-align: justify;
	padding: 15px;
	line-height: 30px;
	height: 350px;
	vertical-align: middle;
}

#Pictures {
	float: right;
	padding: 15px;
	border-bottom: 1px solid #cc0000;
	border-top: 1px solid #cc0000;
}

#Pictures, p {
	line-height: 18px;
	margin-bottom: 20px;
	font-size: 90%;
	text-align: justify;
}

#Modifications {
	padding: 15px;
	line-height: 25px;
	
}

#ThankYou {
	padding: 15px;
	vertical-align: bottom;
	float: right;
	clear: both;
	width: 275px;
}