/* ======= HAWAII.CSS ====== */
/* Alan Colquhoun, MDIA 3203 */
/* Last Update: Feb 24, 2012 */
/* ========================= */

body {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; /* centers a page in IE6 */
  color: #fff; background: #123;
} 

/* general link formatting */

a:link {
  color: #0000ff; background: #000;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #808; background: #000;
  font-weight: bold;	
  text-decoration: none;
}

a:active {
  color: #808000; background: #000;
  font-weight: bold;	
  text-decoration: none;
}

a:hover {
  color: #ff0000; background: #000;
  font-weight: bold;
  text-decoration: underline;
}

#wrapper {
	position:relative;
	left:0px;
	top:0px;
	width:800px; height:767px;
	margin: 0 auto; /* centers a page in all other browsers -- i.e. Firefox & IE7 */
    color: #fff; background: #000; 
}

#hawaii-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:132px;
}

#hawaii-02_ {
	position:absolute;
	left:0px;
	top:132px;
	width:168px;
	height:180px;
}

#hawaii-03_ {
	position:absolute;
	left:168px;
	top:132px;
	width:632px;
	height:392px;
}

#hawaii-04_ {
	position:absolute;
	left:0px;
	top:312px;
	width:168px;
	height:70px;
}

#hawaii-05_ {
	position:absolute;
	left:0px;
	top:382px;
	width:168px;
	height:71px;
}

#hawaii-06_ {
	position:absolute;
	left:0px;
	top:453px;
	width:168px;
	height:71px;
}

#hawaii-07_ {
	position:absolute;
	left:0px;
	top:524px;
	width:168px;
	height:71px;
}

#hawaii-08_ {
	position:absolute;
	left:168px;
	top:524px;
	width:251px;
	height:142px;
}

#hawaii-09_ {
	position:absolute;
	left:419px;
	top:524px;
	width:228px;
	height:60px;
}

#hawaii-10_ {
	position:absolute;
	left:647px;
	top:524px;
	width:153px;
	height:142px;
}

#hawaii-11_ {
	position:absolute;
	left:419px;
	top:584px;
	width:228px;
	height:82px;
}

#hawaii-12_ {
	position:absolute;
	left:0px;
	top:595px;
	width:168px;
	height:71px;
}

#hawaii-13_ {
	position:absolute;
	left:0px;
	top:666px;
	width:800px;
	height:35px;
}

#hawaii-14_ {
	position:absolute;
	left:0px;
	top:701px;
	width:361px;
	height:66px;
}

#hawaii-15_ {
	position:absolute;
	left:361px;
	top:701px;
	width:159px;
	height:31px;
	padding-top: 2px;
	font-size: 22px;
}

#hawaii-16_ {
	position:absolute;
	left:520px;
	top:701px;
	width:280px;
	height:66px;
}

#hawaii-17_ {
	position:absolute;
	left:361px;
	top:732px;
	width:159px;
	height:35px;
}

#footer {
  padding: 0;
  margin:0;
  width: 800px; height: 50px;
  color: #fff; background: #000;
  margin: 0 auto; /* centers a page in all other browsers -- i.e. Firefox & IE7 */
  border: 2px solid red;
}  

#footer p {
  margin: 0;
  padding-top: 5px;
  font-weight: bold;
  line-height: 240%;
  text-align: center;
}  