* html > #content {
	height: 39em;
}

#content {
	border-left: 1px solid #866D4D;
	border-right: 1px solid #866D4D;
	width: 50%;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #F7F5F2;
	min-height: 39em;
}

#content a.imageLink {
	border: none;
}

#content address {
	font-style: italic;
	margin-bottom: 15px;
}

#content h2 {
	text-align: center;
}

#content h3 {
	font-style: italic;
	font-size: 1em;
	padding: 15px 0 0 0;
}

#content .imageContainer {
	text-align: center;
}

#content .imageContainer a {
	border: none;
	cursor: pointer;
	background-color: transparent;
}

#content table.consortium, #content table.events {
	margin: 10px 0;
	width: 100%;
	border-collapse: separate;
}

#content table.consortium td, #content table.events td {
	padding: 5px;
	border: 1px solid #866D4D;
}

#content table.consortium td:first-child, #content table.events td:first-child {
	background-color: #EFEBE4;
}

#content table.consortium td.company, #content table.consortium td.img, #content table.events td.company, #content table.events td.img {
	width: 5em;
}

#content table.consortium td img {
	width: 75px;
}

#content table.consortium td.companyName {
	font-weight: bold;
}

#content table.events th {
	border-bottom: none;
	font-weight: bold;
}

#content ul.download ul {
	margin: 0;
}

#content ul.download ul li {
	list-style-type: none;
}
