body{
	background-image:url('images/bg.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: top center;
	background-color:#000000;
}

.containerbg{
	background-image:url('images/mainbg_new.jpg');
	background-repeat:repeat-y;
	background-position: top left;
	padding:0;
}

.scroll{
	position:relative;
	display:block;
	overflow:scroll;
	padding: 0px 30px 15px 0px;
	left:0;
	top:0;
}

.newsItem div.first{
	font-weight:bold;
	width: 200px;
}

.newsItem div.last{
	margin-bottom: 10px;
	width: 200px;
}

.tourItem div.first{
	font-weight:bold;
}

.tourItem div.last{
	margin-bottom: 20px;
}

.statusItem .postTime{
	font-style:italic;
}

.statusItem div.last{
	margin-bottom: 10px;
}

a{
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#nav{
	background-image:url('images/navbg.jpg');
	background-repeat:no-repeat;
	background-position: top left;
	height:49px;
}

#vidPlayer{
	margin-top: 30px;
}

#store{
	margin-top: 25px;
}

#tour{
	margin-top: 25px;
}

#footer{
	background-image:url('images/footerbg.jpg');
	background-repeat:no-repeat;
	background-position: top left;
	background-color:#000000;
	margin:0;
	padding:20px 0 0 0;
}

#tourContent{
	margin-top: 5px;
	height: 410px;
	width: 240px;
}

#statusContent{
	height: 235px;
}

#newsContent{
	height: 314px;
	width: 240px;
} 

img, div { behavior:url(iepngfix.htc); }