#main {
	margin-left: auto;
	margin-right: auto;
	width: 42em;
	max-width: 100%;
	}

img#display-front {
	float: right;
	margin-left: 1.5em;
	width: 20em; /* 240 pixels */
	height: 34.5em; /* 414 pixels */
	border: none 0;
	}

#contact-info {
	margin: 2em;
	clear: both;
	text-align: center;
	line-height: 1.625;
	}

#sub-sites {
	margin-right: 21em;
	}

#sub-sites .sub-site {
	display: block;
	padding: 0.25em;
	background: #DDE0E3;
	color: #000;
	}

#sub-sites .sub-site a {
	display: block;
	border: solid 1px;
	padding: 0.125em 1em 0.08em 0.125em;
	background: #FFFFDD;
	color: #33C;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	}

#sub-sites .sub-site a:hover {
	background: #FFF;
	color: #000;
	}
