body {
	margin: 0;
	background: #fe9d00 url(images/gateway-back.gif) repeat-x;
	font: normal 11px/normal Arial, Helvetica, sans-serif;
	color: #714500;
}

h1 {
	font: bold 24px/normal Arial, Helvetica, sans-serif;
	margin: 0;
} 

img {
	border: none;
}

.logo {
	vertical-align: bottom;
	height: 120px;
}

#bowling-centers {
	position: absolute;
	top: 194px;
	left: 50%;
	margin: 0 0 0 -457px;
	width: 950px;
}

#wrapper {
	background: url(images/aloma-centers-back.gif) no-repeat center top;
	width: 100%;
	min-height: 714px;
	margin: 0;
}

#airport-lanes, #aloma-bowl, #boardwalk-bowl {
	float: left;
	margin: 0 16px 0 20px;
}

#airport-lanes {
	width: 250px;
}

#aloma-bowl {
	width: 250px;
	margin: 0 0 0 24px;
}

#aloma-bowl .logo img{
	margin: 20px 0 0 0;
}

#boardwalk-bowl {
	width: 350px;
}

#boardwalk-bowl .logo img{
	margin: 22px 0 0 0;
}

#footer {
	clear: both;
	margin: 20px 0 20px 8px;
	padding: 0 0 0 14px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #B37800;
	border-left: solid 6px #B37800;
	height: 45px;
}
#footer a:link, #footer a:visited {
	color: #B37800;
	text-decoration: none;
}
#footer a:hover, #a:active {
	color: #B37800;
	text-decoration:underline;
}
#space {
	clear:both;
	height: 100px;
}

.center-info {
	float: left;
	margin: 8px 0 0 0;
	width: 226px;
	padding: 8px 0;
	border-top: solid 1px #c7a204;
	border-bottom: solid 1px #c7a204;
}

.center-info img {
	margin: 0 8px 0 0;
}

.nick-award {
	float: left;
	padding: 9px 0 0 25px;
	width: 98px;
}

.site-link {
	padding: 8px 0 0 0;
	clear: both;
}

.site-link, .site-link a, .site-link a:link, .site-link a:active, .site-link a:visited{
	font: bold 14px/normal Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #714500;
}

.site-link a:hover {
	text-decoration: underline;
	color: #714500;
}

#last {
	margin:0;
}





#thumbBox{
	/*Outermost DIV for thumbnail viewer*/

	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #1979c8;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	border: solid 1px #1979c8;
}



#thumbBox .footerbar{
	/*Footer DIV of thumbbox that contains "close" link */

font: bold 12px Arial;
	line-height: 1.1em;
	letter-spacing: 1px;
	color: #ffe66c;
	padding: 5px 0;
	text-align: right;
}

#thumbBox #thumbImage img {
	border: 1px solid #135E9B;
}



#thumbBox #thumbImage{
	/*DIV within thumbbox that holds the enlarged image */

background-color: white;
}



#thumbLoading{
	/*DIV for showing "loading" status while thumbbox is being generated*/

position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}
