@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #BF0000;
	text-decoration: none;
}
a:visited {
	color: #00A33D;
}
a:hover {
	color: #0060B6;
}
a:active {
	color: #BF0000;
}
body {
	font: 14px/120% Georgia, "Times New Roman", Times, serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 800px; 
	background: #FFFFFF url(graphics/greyBack.gif) repeat-y center;
	border: 1px solid #b2b2b2;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#floats {
	clear: both;
	position: relative;
	height: 10px;
}
#footer {
	font-size: 60%;
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	line-height: 100%;
}
#mastHead {
	background-image: url(graphics/mastHead.gif);
	height: 80px;
	width: 284px;
	right: 0px;
	position: absolute;
	top: 10px;
}
#logo {
	height: 100px;
	width: 225px;
	background-image: url(graphics/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -26px;
	left: -50px;
}
#mainContent {
	position: relative;
	width: 400px;
	left: 200px;
	margin-top: 120px;
	min-height:300px;
}
#photos {
	position: absolute;
	width: 200px;
	top: 120px;
	right: 0px;
	text-align: center;
}
#photosBottom {
	position: absolute;
	right: 0px;
	width: 200px;
	bottom: 0px;
	text-align: center;
}
#mainContent   h1, h2, h3, p, strong{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 12px;
}
#mainContent h1, h2 {
	color: #0060B6;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
#mainContent h1 {
	font-size: 20px;
}
#mainContent  h2, h3 {
	font-size: 16px;
}
#mainContent h3 {
	margin-top: -6px;
	font-weight: normal;
}
#past #container #mainContent {
	width: 590px;
}
#past #container #mainContent h2 {
	margin-bottom: 0px;
}
#past #container #mainContent span {
	font-style: italic;
	line-height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#past #container #mainContent img {
	float: right;
	position: relative;
	margin-bottom: 5px;
	margin-right: 35px;
}
#mainContent   address {
	margin-left: 30px;
}
#menu {
	position: absolute;
	width: 200px;
	top: 120px;
}
#menuList {
	width: 200px;
	list-style-type: none;
}
#menu ul a {
	display: block;
	height: 25px;
	width: 200px;
	line-height: 25px;
	text-decoration: none;
	text-indent: 5px;
	color: #000000;
}
#menu  ul  a:hover, .selected a {
	background-image: url(graphics/menu.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#home #menu #menuList .home a,
#future #menu #menuList .future a,
#past #menu #menuList .past a,
#press #menu #menuList .press a,
#about #menu #menuList .about a,
#friends #menu #menuList .friends a,
#sponsors #menu #menuList .sponsors a,
#joining #menu #menuList .joining a,
#contact #menu #menuList .contact a
{
	color: #FFFFFF;
	background-image: url(graphics/menuOver.jpg);
	background-repeat: no-repeat;
	cursor: default;
}
#pastAlbum #menu #menuList .past a
{
	color: #FFFFFF;
	background-image: url(graphics/menuOver.jpg);
	background-repeat: no-repeat;
}
#pastAlbum #container #mainContent img {
	margin-left: 10px;
	margin-bottom: 10px;
}
#future #container #mainContent h1 {
	font-family: Impact;
	font-size: 36px;
	color: #BF0000;
}
#future #container #mainContent h3 {
	font-family: Impact;
	font-size: 24px;
	color: #000000;
}
