body {
	background: silver no-repeat;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

.header {
	display: inline;
	width: 100%;
	color: #5e5e5e;
}

dt {
	text-transform: uppercase;
	text-align: left;
	text-shadow: 0	1px	1px rgba(0, 0, 0, 0.5);
	font-weight: bold;
	font-family: Optima;
	color: white;
	font-style: italic;
	width: auto;
	float: left;
	clear: left;
	height: auto;
	line-height: normal;
	padding-bottom: 20px;
	position: relative;
}

dd {
	color: white;
	font-weight: bold;
	font-family: Optima;
	text-align: left;
	clear: right;
	width: auto;
	height: auto;
	line-height: normal;
	padding-left: 40px;
	padding-bottom: 20px;
	position: relative;
}

h1 {
	font-family: Optima;
	font-weight: bold;
	color: white;
	position: relative;
	text-shadow: 0	1px	1px rgba(0, 0, 0, 0.5);
	left: 40px;
}

dl {
	width: auto;
	height: auto;
	position: relative;
	padding: 25px;
}

dd a {
	color: white;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/*  
.mast {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
*/

.divider {
	float: left;
}

