
#submenubar 
{
    width: 960px;
    height: 34px;
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left: -480px;
    z-index: 0;
}

#tabbar 
{
    width: 960px;
    height: 34px;
	position: absolute;
    top: 200px;
    left: 50%;
    margin-left: -470px;
    z-index: 1;
}

#attractions
{
    width: 960px;
    height: 390px;
    position: absolute;
    top: 220px;
    left: 50%;
    margin-left: -480px;
    z-index: 0;
    background-color: #222222;
}

#attractions-selection
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#attractions-selection-tag
{
    position: absolute;
    top: 0px;
    left: 10px;
	text-align: center;
    width: 500px;
    height: 40px;
    z-index: 1;
}

#attractions-selection-tag-text
{
    position: absolute;
    top: 10px;
    left: 10px;
	text-align: center;
    width: 500px;
    height: 40px;
    z-index: 2;
}

#attractions-thumbnail0
{
    position: absolute;
    top: 10px;
    left: 535px;
    z-index: 2;
}

#attractions-thumbnail1
{
    position: absolute;
    top: 200px;
    left: 535px;
    z-index: 2;
}

#attractions-thumbnail2
{
    position: absolute;
    top: 10px;
    left: 675px;
    z-index: 2;
}

#attractions-thumbnail3
{
    position: absolute;
    top: 200px;
    left: 675px;
    z-index: 2;
}

#attractions-thumbnail4
{
    position: absolute;
    top: 10px;
    left: 815px;
    z-index: 2;
}


#attractions-thumbnail5
{
    position: absolute;
    top: 200px;
    left: 815px;
    z-index: 2;
}

#attractions-message
{
    position: absolute;
    top: 400px;
    left: 50%;
    margin-left: -450px;
    width: 460px;
    z-index: 2;
}

#attractions-navigation
{
    position: absolute;
    top: 400px;
    left: 50%;
    margin-left: 420px;
    z-index: 2;
}


#special-events
{
	background-image: url(/images/attractions/special/SpecialEventsBackground.gif);	
    width: 960px;
    height: 454px;
    position: absolute;
    top: 220px;
    left: 50%;
    margin-left: -480px;
    z-index: 0;
    border: 0px solid red;
}

#special-events-list0, #special-events-list1, #special-events-list2
{
    width: 267px;
    position: absolute;
    top: 75px;
    left: 41px;
    z-index: 1;
}

#special-event
{
    width: 430px;
    height: 390px;
    position: absolute;
    top: 3px;
    left: 335px;
    z-index: 0;
}

.special-event-image-background
{
	background: black; 
	position: absolute; 
	top: 18px; 
	left: -15px; 
	width: 403px; 
	height: 410px; 
	border: 0px solid red;   
}

.special-event-image-tag
{
    position: absolute;
    top: 20px;
    left: 10px;
	text-align: center;
    width: 383px;
    height: 34px;
    z-index: 1;
}

.special-event-image
{
    position: absolute;
    top: 59px;
    left: 0px;
    width: 403px;
    height: 265px;
    z-index: 0;
}

.special-event-text
{
	position: absolute;
	top: 25px;
	left: 415px;
	width: 185px;
	height: 340px;
	line-height: 100%;
}
