* {
	padding: 0;
	margin: 0;
}
ol, ul {
	list-style: none;
}
body {
	background-color: #404040;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
h1 {
	width: 595px;
	height: 77px;
	background-image: url(../images/heading.png);
	background-repeat: no-repeat;
	font-size: 250%;
	line-height: 50px;
	text-indent: -9999px;
	position: absolute;
	top: 86px;
}
h2 {
	border-bottom: 1px solid red;
	font-size: 150%;
	font-weight: normal;
	color: #444444;
	letter-spacing: 1px;
	padding: 10px 0;
	margin-bottom: 10px;
}
h3 {
	font-size: 120%;
	padding-bottom: 10px;
}
h4 {
	font-size: 120%;
	margin: 20px 0 10px 0;
}
hr {
	height: 0px;
	background-color: white;
	border: none;
	color: white;
	clear: both;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 20px;
	margin-bottom: 8px;
}
small {
	font-size: 90%;
	font-style: italic;
	color: #444444;
}
a {
	border-bottom: 1px dotted red;
	color: black;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid red;
	color: red;
}
img {
	border: none;
	vertical-align: middle;
}
li {
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 20px;
}
.wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
#header {
	min-width: 980px;
	background-color: black;
	background-image: url(../images/header-background.png);
	background-position: top;
	background-repeat: repeat-x;
}
#header a, #footer a {
	color: white;
}
#header a:hover, #footer a:hover {
	color: red;
}
#header .wrap {
	height: 250px;
	background-image: url(../images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: white;
	overflow: hidden;
}
#header ul {
	display: block;
	position: absolute;
	top: 10px;
	float: left;
}
#header li {
	display: inline;
	float: left;
	margin-right: 6px;
}
#header #header-nav li {
	margin-right: 12px;
}
#header form {
	width: 280px;
	text-align: center;
	position: absolute;
	top: 10px;
	margin-left: 350px;
}
#header #search {
	width: 178px;
	height: 18px;
	background-image: url(../images/search-background.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 1px solid transparent;
	font-style: italic;
	color: gray;
	text-align: right;
	padding: 2px 22px 2px 2px;
}
#header #nav {
	font-size: 110%;
	text-shadow: 1px 1px 2px #555555;
	position: absolute;
	top: 220px;
}
#header #nav li {
	height: 30px;
	background-color: gray;
	line-height: 30px;
	float: left;
	position: relative;
}
#header #nav li a {
	background-color: gray;
	border: none;
	display: block;
	float: left;
	position: relative;
	padding: 0 16px;
	z-index: 5;
}
#header #nav li a:hover {
	background-color: white;
	color: black;
	text-shadow: none;
}
#header #nav li ul {
	display: none;
}
#header #nav li:hover > ul {
	width: 155px;
	background-color: #555555;
	border-top: 5px solid #555555;
	border-bottom: 5px solid #555555;
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 10;
	
	box-shadow: 0 0 5px #888888;
	-webkit-box-shadow: 0 0 5px #888888;
	-moz-box-shadow: 0 0 5px #888888;
}
#header #nav li:hover > ul li {
	background-color: #666666;
	display: block;
	float: left;
}
#header #nav li:hover > ul li a {
	width: 123px;
	clear: left;
}
#header #nav #current-page {
	height: 45px;
	background-color: white;
	color: black;
	text-align: center;
	text-shadow: none;
	padding: 0 16px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content {
	min-width: 980px;
	min-height: 400px;
	background-color: white;
	background-image: url(../images/content-background.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom: 20px;
}
#content .wrap {
	overflow: auto;
}
#content #breadcrumbs {
	float: left;
	padding-top: 20px;
}
#content #breadcrumbs p, #content #status p {
	margin-bottom: 0px;
}
#content #status {
	float: right;
	padding-top: 20px;
}
#content .box {
	background-color: white;
	border: 1px solid #BBBBBB;
	padding: 20px;
	margin: 20px 0;
	
	box-shadow: 0 0 5px #888888;
	-webkit-box-shadow: 0 0 5px #888888;
	-moz-box-shadow: 0 0 5px #888888;
}
#content .box .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 15px;
	text-align: center;
	float: right;
}
#content .gallery {
	margin: 20px 0 20px 60px;
}
#content .gallery img {
	width: 128px;
	background-color: white;
	border: 1px solid #BBBBBB;
	padding: 4px 4px 20px 4px;
	margin-left: -60px;
	overflow: hidden;
	
	box-shadow: 0 0 5px #888888;
	-webkit-box-shadow: 0 0 5px #888888;
	-moz-box-shadow: 0 0 5px #888888;
}
#content .gallery img:hover {
	border: 1px solid #888888;
	position: relative;
	
	box-shadow: 0 0 5px #444444;
	-webkit-box-shadow: 0 0 5px #444444;
	-moz-box-shadow: 0 0 5px #444444;
}
#content #lh-col {
	width: 630px;
	float: left;
}
#content #lh-col .box {
	background-image: url(../images/box-background.png);
	background-position: 1px 1px;
	*background-position: top;
	background-repeat: no-repeat;
}
#content #lh-col img {
	background-color: white;
	border: 1px solid #BBBBBB;
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
	padding: 4px;
	
	box-shadow: 0 0 5px #888888;
	-webkit-box-shadow: 0 0 5px #888888;
	-moz-box-shadow: 0 0 5px #888888;
}
#content #lh-col #hero {
	padding: 0;
}
#content #lh-col #hero img {
	border: none;
	float: none;
	padding: 0;
	margin: 0;
}
#content #lh-col #photo-gallery a {
	border: none;
}
#content #lh-col #photo-gallery img {
	position: relative;
	float: none;
	margin: 0px 16px 10px 16px;
}
#content #lh-col #photo-gallery img:hover {
	box-shadow: 0 0 5px #FFAAAA;
	-webkit-box-shadow: 0 0 5px #FFAAAA;
	-moz-box-shadow: 0 0 5px #FFAAAA;
}
#content #lh-col #pagination {
	border-top: 1px solid red;
}
#content #lh-col #photo-gallery img:hover {
	border: 1px solid red;
}
#content #lh-col #searchResults div {
	height: 60px;
	border: 1px solid #FFAAAA;
	padding: 2px 10px;
	overflow: hidden;
	
	box-shadow: 0 0 5px #FFAAAA;
	-webkit-box-shadow: 0 0 5px #FFAAAA;
	-moz-box-shadow: 0 0 5px #FFAAAA;
}
#content #lh-col #searchResults hr {
	margin-top: 30px;
}
#content #rh-col {
	width: 300px;
	float: right;
}
#content #rh-col .box {
	background-image: url(../images/right-box-background.png);
	background-position: top;
	background-repeat: no-repeat;
	border: 1px solid #FFAAAA;
	
	box-shadow: 0 0 5px #FFAAAA;
	-webkit-box-shadow: 0 0 5px #FFAAAA;
	-moz-box-shadow: 0 0 5px #FFAAAA;
}
#content #rh-col iframe {
	width: 260px;
	height: 500px;
	border: none;
	margin: 0;
}
#content #rh-col #photo-gallery {
	height: 280px;
	background-image: url(../images/photo-gallery-background.png);
}
#content #rh-col #photo-gallery a {
	width: 100%;
	display: block;
	padding-top: 230px;
}
#content #rh-col #sponsor-application {
	background-image: url(../images/sponsorship-box-background.png);
	border: 1px solid #99AAFF;
	padding-left: 160px;
	
	box-shadow: 0 0 5px #99AAFF;
	-webkit-box-shadow: 0 0 5px #99AAFF;
	-moz-box-shadow: 0 0 5px #99AAFF;
}
#footer {
	min-width: 980px;
	background-image: url(../images/footer-background.png);
	background-position: top;
	background-repeat: repeat-x;
	color: white;
}
#footer .wrap {
	overflow: auto;
}
#footer .wrap div {
	width: 240px;
	text-shadow: 1px 1px 2px #333333;
	float: left;
	padding-bottom: 20px;
}
#footer p {
	margin: 0;
}
#footer img {
	margin-right: 10px;
}
#footer #footer-copyright p {
	font-size: 80%;
}