body {
	font-family: Verdana, "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 10px;
}

textarea, input {
	font-family: Verdana, "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 10px;
	border: solid 1px black;
}

body {
	background-image: url('images/football.gif');
}

h1,h2,h3,h4,h5,h6
{
	font-family: Verdana, "Trebuchet MS", Trebuchet, Arial, sans-serif;
	margin: 0;
	font-size: 12px;
}

h1 {
	font-size: 18px;
}

h2 {
	color: #CC0000;
	font-size: 14px;
}

h3 {
	color: #5f5f5f;
}

div {
	background-color: white;
}

div.site_frame {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	border: black 5px solid;
}

div.header {
	padding: 10px;
	background-color: #5f5f5f;
	color: white;
	border-bottom: black 2px solid;
}

div.menu {
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.content {
	padding: 10px;
}

div.footer {
	padding: 10px;
	background-color: #5f5f5f;
	color: white;
	border-top: black 2px solid;
}

a img {
	border: none;
}

a {
	color: #5f5f5f;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #CC0000;
}

div.gallery_thumb_container {
	font-size: 10px;
	float: left;
	width: 100px;
	height: 86px;
	padding: 10px;
	text-align: center;
}

#gallery_container:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/* Hides from IE-mac \*/
* html #gallery_container {height: 1%;}
/* End hide from IE-mac */

div.gallery_thumb {
	text-align: center;
	width: 100%;
	height: 48px;
}

div.form_success {
	color: #33FF33;
	font-weight: bold;
}

div.form_error {
	color: #FF3333;
	font-weight: bold;
}

div.print_view {
	text-align: right;
	float: right;
	width: 100px;
}