@charset "utf-8";
/* CSS Document */

body {
  background-image:url('images/hulabackground.jpg');
  color:black;
  background-color: #FFF;


  padding: 0;
  }
  
body a {
  color:#FC4E22;
  }
  
  #wrap {  
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -400px;

  }
 
 
#header { position: absolute; top: 50px; left: 100px;
  background-image: url(images/welcome.png);
  height: 218px;
  width: 491px;
  }
  
#logo { position: absolute; top: 50px; left: 650px;
  background-image: url(images/hula.png);
  height: 198px;
  width: 58px;
  }
  
#navbar { position: absolute; top:290px; left:133px; }
#nav1 { position: absolute; top:0px; left:0px;
  height: 30px;
  width: 82px;
  }
#nav2 { position: absolute; top:7px; left:105px;
  height: 23px;
  width: 38px;
  }
#nav3 { position: absolute; top:-5px; left:61px;
  height: 35px;
  width: 69px;
  }
#nav4 { position: absolute; top:1px; left:91px;
  height: 29px;
  width: 61px;
  }
#nav5 { position: absolute; top:0px; left:84px;
  height: 30px;
  width: 70px;
  }

#address {
	position: absolute;
	top:-1px;
	left:150px;
	width: 190px;
	height: 200px;
	font-size: 14px;
	font-weight:bold;
	font-family: "Courier New", Courier, monospace;
  
}
 
#main { position: absolute; top:50px; left:0px;
  height: 565px;
  width: 400px;
  font-size: 14px;
  font-weight:bold;
  font-family: "Courier New", Courier, monospace;
  
  }

#sidebar {position: absolute; top:290px; left:480px;
  height: 236px;
  width: 181px;
  }

#latest {
	position: absolute;
	top:227px;
	left:481px;
	height: 36px;
	width: 167px;
  }

#lowersidebar {position: absolute; top:400px; left:0px;
height: 340px;
width: 130px;
}

#footer, footer a {
	position: absolute;
	top: 988px;
	left: 133px;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight:bold;
	height: 25px;
	width: 400px;
  }
  
img, div { behavior: url(iepngfix.htc) }

 
