body {
	font-family: "Lucida Sans", Lucida, sans;
	font-size: 12pt;
	text-decoration: none;
	background-color: #efefef;
	line-height: 1.33;
}

a {
	color: #5F4B8B;
	text-decoration: none;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
}

td.caption {
	font-size: 8pt;
	font-color: #111111;
}

p.caption {
	text-align: center;
	font-size: 10pt;
	font-color: #111111;
}

table.gallery {
	border-spacing: 20px;
	display: inline-table;	
}



span.details {
	font-size: 10pt;
	font-color: #111111;
}



#wrapper {
	text-align: center;
	width: 100%:
}

#body_container {
	display: inline-block;
	position: relative;
	top: 30px;
	width: 1200px;
	padding: 20px;
	background-color: #ffffff;
	text-align: center;
	margin-bottom: 5px;
}

#body_text {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 700px;
	border-bottom: 2px solid #5F4B8B;

}

#heading {
	display: inline-block;
	position: relative;
	top: 25px;
	width: 1200px;
	height: 30px;
	background-color: #ffffff;
	padding: 20px;
	font-size: 18pt;
	font-weight: bold;
	border-bottom: 2px solid #5F4B8B;

}	

#footer {
	display: inline-block;
	position: relative;
	top: 30px;
	width: 1200px;
	height: 30px;
	background-color: #ffffff;
	padding: 20px;
	border-top: 2px solid #5F4B8B;

}

