﻿#content {
	width: 75%;
	background-color: #E2E2E2;
	border: 2px gray solid;
	position: absolute;
	left: 12.5%;
	top: 0;
	text-align: center;
	min-height: 99%;
}
#content img {
	float: left;
	padding: 5px;
	border: 1px #ccc solid;
	margin-right: 10px;
}
#content a:hover img {
	border: 5px #ccc solid;
	padding: 1px;
}
a {
	font-family: "Trebuchet MS";
	color: #A40008;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	margin: 0;
	text-align: left;
	padding-left: 10px;
	color: gray;
	font-family: Tahoma;
}
h2 {
	margin-top: -15px;
	text-align: left;
	padding-left: 10px;
	font-family: Tahoma;
}
