body {
   font-family: Arial, "MS Trebuchet", sans-serif;
   font-size: 12pt;
   background: #039 url(../images/gradient.gif) repeat-x;
   text-align: center;
}

h1, h2, h3, h4 {
   text-align: center;
}

DT {
	font: 10pt Arial, sans-serif;
	font-weight: bold;
}
DD {
	font: 10pt Arial, sans-serif;
	margin: 1em 0.5em;
}

/* Page Layout */
.container {
	margin: 0 auto;
	text-align: left;
   width: 780px;
}
.masthead {
	text-align: center;
	font-size: 200%;
	/*height: 3.7em;
	_height: 3.5em;*/
	height: 115px;
}
.masthead a {
   text-decoration: none;
}
.masthead img {
   border: none;
}
img.logo {
	margin: 0 0.5em;
}

.content {
	/*width: 56.85em;*/
	padding: 10px;
	background: #fff;
	border: 1px solid #000;
	border-top: 0px;
	min-height: 500px;
	font-size: 90%;
	position: relative;
	z-index: 1;
}
/* for Internet Explorer */
/*\*/
* html .content {
   height: 500px;
}
/**/
.footer {
   font-size: 75%;
   width: 70em;
   text-align: center;
   margin-top: 1px;
   color: white;
}
.footer a, .footer a:visited {
   text-decoration: none;
   color: white;
}
.footer a:hover {
   text-decoration: underline;
}

/* Gallery Formatting */
.thumbnail {
	float: left;
	width: auto;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: center;
	font: 8pt Arial, sans-serif;
}
.thumbnail2 {
	float: left;
	width: 110px;
	width: auto;
	border: 1px solid #999;
	margin: 0 10px 10px 0;
	padding: 5px;
	text-align: center;
	font: 8pt Arial, sans-serif;
}
.picture_note {
   display: none;
}
.sponsors {
   margin: 0.5em;
   float: left;
   width: auto;
}
.sponsors img, .thumbnail img {
   border: none;
}
.clearboth { clear: both; }

