@charset "utf-8";
/* CSS Document */
html, body {
				height: 100%;
			}
body {
	background:#000000;
	margin:0;
	height:100%;
	}

#container {
				min-height: 100%;
				height: 100%;
  			}
			
#box { margin-left:auto;
	   margin-right:auto; 
	   width:650px;
	   }			
			
#poster {background-color:#FFFFFF;
		 width:450px;
		 float:left;
		 text-align:center;
		 } 
		 
 #poster_nav {width:450px;
		  	  float:left;
		  	  text-align:center;
		 }
		 
#sponsor{background-image:url(../images/aloha_sponsor_tall_801.gif);
		 background-repeat:no-repeat;
		 width:201px;
		 height:801px;
		 position:absolute;
		 margin-left:450px;
		 text-align:center;
		 }		 
#sponsortext{width:140px;
			 padding-left:30px;
						}	
		 			
#main {
	background-image:url(../images/flower.gif);
	background-repeat:no-repeat;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	min-height:850px;
	}
	
#sandbag{width:70px;
		 height:100px;
		 position:relative;
		 float:left;
		 clear:left;
    	 padding:0;		  
}	

#text {font-family:"Trebuchet MS", Verdana, sans-serif;
	   color: #F0E0AD;
	   font-size:medium;
	   width:550px;
	   padding-top:215px;
	   margin-left:250px;
	   text-align:left;
	   min-height: 100%;
	  	  
}

#bamboo{background-image:url(../images/bamboo.gif);
		background-repeat:no-repeat;	
		width:550px;
		height:550px;
		}	

#bambootext{width:400px;
			padding-top:60px;
			padding-left:70px;
			}

#footercontainer{width:850px;
				 margin-left:auto;
				 margin-right:auto;
				 }
				 
#footer {		width: 550px;
				margin-top:35px;
				margin-left:250px;
			}
	
.content {
	font-family:"Trebuchet MS", Verdana;
	font-size:12px;
	color:#F0E0AD;
	}
	
.browntextlarge {
	color: #D28F62;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size:x-large;
	}
	
.browntextsmall {
	color: #D28F62;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size:medium;
	}	
.greentextlarge{
	color: #9DCC51;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size:x-large;
}

.bluetext {
	color: #2287C9;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size:large;
	}
	
.creamtext {
	color: #F0E0AD;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size:large;
	}
	
a img { border-width: 0; }

a {color: #2287C9;
text-decoration:none;
 }
	 
a:hover { color: #D28F62; }
