@import "reset.css";
@import "styles.css";

#ad
{
	width: 200px;
	height: 200px;
	background: #0ff;
}

body{
	background: #FFF;
	font-size:12px;
	color: #fff;
}
#outter-wrapper{
	background: #041325 url(../images/background.jpg) bottom left repeat-x;

}

#mid-wrapper{
	background: url(../images/mid_bg.jpg) top left repeat-x;
}

#wrapper{
	width: 980px;
	position:relative;
	padding-bottom: 76px;
}

#header{
	height: 185px;
	position: relative;
}

	#ticker{
		position:absolute;
		top:0px;
		left:400px;
		width:500px;
		height:40px;
		z-index: 101;
	}

#content-area{
	position:relative;
}

#text-content{
	float:left;
	display:inline;
	margin: 20px 0 40px 63px;
	width:536px;
	height: auto;
	min-height: 300px;
	*margin-left: 60px;
	_margin-left: 60px;
}

#hours-admission{
	float:right;
	display:inline;
	margin: 15px 0 0 20px;
	z-index: 600;
}

#bottom-flash-area{
	height:112px;
	width:980px;
	padding-bottom:1px;
	position: relative;
}

#bottom-links{
	width:980px;
}

#dispatchLogo{
	bottom:12px;
	position:absolute;
	right:4px;
}