#container {
	margin: 0px auto;
      background-image: url(img/bigtexture.jpg);
      background-repeat: repeat; 
	text-align: left;
	top:0px;
	width: 950px;
	height: 990px;
    position: relative;
    font-family: Monotype Corsiva;
    font-size: 18px;
}






/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
    top:0px;
	position:relative;
}

/********************** Content ***************************/
#content {
	top:305px;
	left:60px;
	width:890px;
	height:700px;
	position:absolute;
	margin: 0px auto;
}

			a {
				color: #db9797;
			}


#text {
    
    width:430px;
	font-size:14px;
	font-family: Corvisa;
	position:relative;
	z-index: 4;
}

#foot {
    
	font-size:14px;
	font-family: Gothic;
	z-index: 4;
}

#aloha {
	font-size:16px;
	font-family: Corvisa;
}


#menu {
	z-index:1000;
		position:relative;
}


/********************** Menu ***************************/

#underlinemenu{
margin: 0;
padding: 0;
border: 0px;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: center;
font-weight: bold;
border: 0px;
border-width: 0px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}



  

