* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
	text-align: center;
	border: 0px;
	color: #FFFFFF;
	font: 14px "Arial Narrow", Arial;
	background: #000000;
}
#container {
	position: relative;
	display: block;
	width: 780px;
	margin: 0px auto;
}
#header {
	width: 100%;
}
#logo {
	width: 330px;
	height: 72px;
	margin: 20px auto;
}
#photo_gallery {
	display: block;
	width: 780px;
	height: 300px;
	background: #000000 url(images/photos1.jpg);
}
#content {
	position: relative;
	display: block;
	padding: 20px 0px 20px 10px;
	text-align: left;
}
#nav {
	position: relative;
	display: block;
	z-index: 50;
	float: right;
	width: 120px;
	padding: 30px 0px 20px 40px;
}
#nav ul {
	list-style-type: none;
	text-align: left;
}
#nav ul li {
	padding: 7px;
}
#nav a:link, #nav a:visited {
	color: #66CC00;
	text-decoration: none;
	display: block;
	font-size: 16px;
}
#nav a:hover, #nav a.selected {
	color: #FFFFCC;
	text-decoration: none;
}
#footer {
	padding: 10px 0px 20px 10px;
	text-align: left;
}
.image_text {
	position: relative;
	display: block;
}
.clear_left {
	clear: left;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #FF0099;
	line-height: 40px;
	padding: 10px 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #FF0099;
	padding-top: 20px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding-top: 15px;
}
h3.first {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding-top: 0px;
}
p {
	line-height: 20px;
	letter-spacing: 1px;
}
p.p1 {
	margin-top: 12px;
}
p.sponsor {
	font-size: 12px;
	line-height: 10px;
	letter-spacing: 1px;
}

a:link, a:visited {
	color: #66CC00;
	text-decoration: none;
	font-size: 14px;
}
a:hover, a.selected {
	color: #FFFFCC;
	text-decoration: none;
}
img {
	border: none;
}
img.left {
	float: left;
	margin: 5px 20px 5px 0px;
}