body {
	margin:50px 0px; padding:0px;
	text-align:center;
}

a img {
	/* Format */
	border:none;
}

#container {
	/* Layout */
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
}

#header {
	/* Format */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

#contact label {
	/* Layout */
	text-align: right;
	float: left;
	width: 120px;
	padding-right: 5px;
	
	/* Format */
	margin: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
