body {  font-family: Arial, Helvetica, sans-serif; color: green; background-color: #000000;
 font-size: 100%; font-weight: normal; text-align:left;}

p {  font-size: 84%; color: #009933; font-weight: normal; text-align: left}
a {  color: #9966CC; padding:1px;}
a:hover { color: #ffffff; text-decoration: underline; padding:1px;}

/* ------------------------------------------------------------------------ content boxes ------- */

#main {
	position:absolute;
	left:50%;
	width:580px;
	margin-top:4px;
	margin-left:-265px;
	text-align:left;
	padding:0px;
	border:0px;
}

#treetop {background: url(treetop.jpg) top left no-repeat;
	width: 580px; height: 597px; border:0px; text-align:center;}
#treemid {background: url(treemid.jpg); width: 580px; border:0px; text-align:center;}
#treebot {background: url(treebot.jpg); top left no-repeat;
	width: 580px; height: 168px; border:0px; clear:both;}

#rules {width: 580px; border:0px; clear:both;}

/* -----------------------------------------------------------------DHTML GALLERY STUFF ------- */
#showimage{
position:absolute;
visibility:hidden;
border: 2px solid green;
background-color: #000000;
padding: 4px;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #000000;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
#gallery img {  margin: 10px; border:0px; padding:0px;}


/* ------------------------------------------------------------------ other ------- */
hr{visibility:hidden; clear:both;}

