body
{
	vertical-align:middle;
	text-align:center;
}

.TopLinks
{
 text-decoration:none;
}

A:link {
	color:White;
	font-size:smaller;
}
A:visited {
	color: Silver;
	font-size:smaller;
}
A:hover {
	color:Lime;
	font-size:smaller;
}
.PurpleBackground
{
	vertical-align:top;
	text-align:center;
	width:778px;
	height:100%;
	background:white url(../images/background-purple.jpg) no-repeat;      
	/*background-position: bottom;*/
}

.HomeBackground
{
	vertical-align:top;
	text-align:center;
	width:778px;
	height:732px;
	background:white url(../images/background-home.jpg) no-repeat;
}

.PartyBackground
{
	vertical-align:top;
	text-align:center;
	width:698px; 
	height:438px;
	background:white url(../images/background-parties.jpg) no-repeat;
	opacity: .99; 
	filter: alpha(opacity=99);
}

.ContactBackground
{
	vertical-align:top;
	text-align:center;
	width:694px; 
	height:304px;
	background:white url(../images/contact.jpg) no-repeat;
}

.htmltooltip
{
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
	background: #272727;
	border: 1px solid black;
	color: white;
	padding: 3px;
	text-align:left;
}


.Links
{
	cursor: pointer;	
	color: white;
}
#WelcomeTo .sb-inner { background:#04BD33 url(../images/green-gradient.jpg) repeat-x; }
#WelcomeTo { width:410px; height:280px; vertical-align:middle; text-align:left;}
#WelcomeTo .sb-border { background:white; }

#Hours .sb-inner { background:#04BD33 url(../images/green-gradient.jpg) repeat-x; }
#Hours { width:260px; height:305px; vertical-align:middle; text-align:left;}
#Hours .sb-border { background:white; }

#Prices .sb-inner { background:#04BD33 url(../images/green-gradient.jpg) repeat-x; }
#Prices { width:190px; height:305px; vertical-align:middle; text-align:left;}
#Prices .sb-border { background:white; }

#News .sb-inner { background:#04BD33 url(../images/green-gradient.jpg) repeat-x; }
#News { width:190px; height:305px; vertical-align:middle; text-align:left;}
#News .sb-border { background:white; }

#Address .sb-inner { background:#04BD33 url(../images/green-gradient.jpg) repeat-x; }
#Address { width:410px; height:200px; vertical-align:middle; text-align:left;}
#Address .sb-border { background:white; }

#Parties { width:710px; height:450px; vertical-align:middle; text-align:left;}
#Parties .sb-border { background:white; }

#Contact { width:707px; height:316px; vertical-align:middle; text-align:left;}
#Contact .sb-border { background:white; }

/*Shadow*/
.out {
  display:block; 
  background-color:Gray; 
  border:1px solid #Transparent; 
  position:relative;
  margin:1em 0;
  }
.in {
  text-align:center; 
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:0px;
  font-weight:normal;
  }
.ltin {
  left:-4px;
  }
.tpin {
  top:-4px;
  }
  
.narrow1 {width:10.2em;} /* change to suit */
.narrow2 {width:10.2em;} /* change to suit */
.narrow3 {width:13.7em;} /* change to suit */