body {
	background-color: #333333;
	font-family: Century Gothic, sans-serif;
	text-align: center;
}

h1 {
	font-size: 48px;
	color: #F56332;
	margin-top: 25px;
	margin-bottom: 24px;
	text-shadow : 0 1px 1px rgb(0,0,0);
}

h2 {
	font-size: 30px;
	margin-top: 8px;
	margin-bottom:16px;
	text-shadow : 0 1px 1px rgb(0,0,0);
}

ul {
	text-align: left;
}

.section {
	position: relative;
	background-color: #cccccc;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	padding: 12px;
	border: 1px solid black;
	margin-bottom: 25px;
	height: 210px;
	font-size: 18px;
	line-height:22px;
}

.da {
	background-image: url(../DA-individual-80.png);
	background-repeat: no-repeat;
	background-position: 98% 98%;
}

.lhs {
	float: left;
}

.rhs {
	float: right;
}

.fn, .org {
	font-weight: bold;
	text-align: right;
}

.street-address, .locality, .region, .postal-code, .tel {
	text-align: left;
}

.tel {
	padding-top: 12px;
}

.email, .url {
	position: absolute;
	top: 195px;
	left: 10px;
}


/* shadows */

.section {
-moz-box-shadow : 0 2px 5px rgba(0,0,0,.9), 0 20px 30px rgba(0,0,0,.6);
-webkit-box-shadow : 0 2px 5px rgba(0,0,0,.9), 0 20px 30px rgba(0,0,0,.6);
box-shadow : 0 2px 5px rgba(0,0,0,.9), 0 20px 30px rgba(0,0,0,.6); } 

.section:hover {
		background-color: #dddddd;
}