* { 
	margin:0; 
	padding:0; 
	border:none;
}

body {
	background-color: #FFF;
	width: 100%;
	height: 100%;
}

div#container {
	position: absolute;
	display: inline;
	width: 100%;
  	height: 100%;
	padding-bottom: 80px;
}

div#wrapperOne, div#wrapperTwo  {
	width: 100%;
	height: 100%;
	position: absolute;
	color: #469ab9;
}

article#first { 
	text-align: center;
	margin: 0 auto;
	margin-top: 100px;
	display: block;
	position: relative;
	width: 80%;
}

article#first  p {
	letter-spacing: 0;
	text-align: center;	
	font-size: 6.2em;
	line-height: .5em;
}

ul#firstNav {
	margin-top: 5em;
	width: 100%;
	text-align: center;
	list-style: none;
	margin-bottom: 2em;
}

#firstNav li {
	display: inline; 
	font-size: 2.8em;
	padding-right: .5em;
	padding-left: .5em;
}

article#second { 
	width: 90%;
	float: left;
	font-size: 3.75em;
	margin: 1em 0 0 1.5em;
}

article#second p span {
	display: block;
	float: left;
	clear: both;
}

div#map {
	width: 514px; 
	height: 336px; 
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	border: thin solid #777; 
	position: relative;
	overflow: hidden;
	clear: both;
	float: left;

}

#wrapperTwo ul {
	display: block;
	text-align: left;
	clear: both;
	list-style: none;
	width: 514px;
}

#wrapperTwo ul li { 
	display: inline;
	font-size: .75em;
}

.rightFloat { 
	display: inline;
	float: right;
}

.leftFloat { 
	display: inline;
	float: left;
}

a {
	color: #469ab9;
	text-decoration: none;
	border-bottom: medium solid #469ab9;
}

a:hover {
	color: #146481;
	border-bottom: medium solid #146481;
	text-decoration: none;	
}

#footer { 
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 33px;
	background-color: #469ab9;
	text-align: center;
}


#footer iframe {
	border: none;
	display: inline;
	float: right;
	overflow: hidden;
	width: 75px;
	height: 35px;
	margin-top: 5px;
}

#footer ul {
	margin-top: 30px;
	list-style: none;
	margin: 0 auto;
	width: 600px;
}

#footer li {
	font-family: "Arial";
	color: #b5d7e3;
	font-size: 0.75em;
	display: inline;
	float: left;
	margin-top: 9px;
}

#eventful li {
	width: 70px;
	height: 15px;
}

#eventful a {
	width: 70px;
	height: 15px;
	background: url(../images/eventful.png) no-repeat;
	float: left;
	display: inline;
	text-indent: -3000em;
	border: none;
	margin: -2px 0 0 5px;
}	

#credits a {
	color: #b5d7e3;
	border-bottom: 1px solid #b5d7e3;
}
