body {
	margin: 0;
	padding: 0;
	scrollbar-face-color: white;
	scrollbar-base-color: #bfc3c0;
	scrollbar-arrow-color: #bfc3c0;
	scrollbar-track-color: #bfc3c0;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-Color: white;
	font: 10px Arial, sans-serif;
}

#main_news {
	width: 800px;
	height: 500px;
	text-align: left;
	background: url(../images/news-background.jpg) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: 25px;
}

#nav_links {
	background-color: black;
	text-align: center;
	width: 800px;
	position: absolute;
	top: 530px;
	left: 50%;
	margin-left: -400px;
}

span.divider {
	color: #CC3366;
	font-size: 11px;
	padding-right: 8px;
	padding-left: 8px;
}

a.nav {
	color: white;
	text-decoration: none;
	font-size: 11px;
	background-color: black;
}

a.nav:hover {
	color: #CC3366;
	font-size: 11px;
	text-decoration: none;
}

div.news_items {
	position: absolute;
	left: 50%;
	top: 75px;
	height: 380px;
	width: 330px;
	margin-left: 20px;
	overflow: auto;
}

div.news_items a {
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

div.tour_subtitle_first {
	font-size: 14px;
	color: white;
	margin-top: 10px;
	width: 290px;
}

div.news_item {
	margin-top: 5px;
	width: 300px;
	color: white;
	background-color: #929999;
	padding: 3px 3px 1px 5px;
	height: 12px;
	text-align: left;
}

td.news_item:hover {
	background-color: #bfc3c0;
}

span.news_item {
	color: white;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}

span.news_item {
	text-decoration: none;
	color: white;
}

#newsletter {
	color: white;
	border: 2px solid #929999;
	text-align: center;
	padding: 3px 8px;
	position: absolute;
	right: 10px;
	top: 470px;
}

#newsletter a {
	font-style: normal;
	text-decoration: none;
	color: white;
}

div.news_item_contents {
	display: none;
}

#news_display {
	display: none;
	z-index: 2;
	width: 280px;
	height: 380px;
	position: absolute;
	right: 50%;
	top: 80px;
}

#news_display_bg {
	z-index: 2;
	width: 280px;
	height: 380px;
	background-color: #5c5e5e;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
}

#news_display_txt {
	z-index: 3;
	width: 240px;
	height: 340px;
	color: white;
	position: absolute;
	overflow: auto;
	overflow-x: hidden;
	font-size: 11px;
	top: 21px;
	right: 3px;
	margin-right: 20px;
}

#news_display_txt img {
	border: 1px solid black;
	width: 200px;
}

#news_display_txt a {
	color: #CC3366;
	text-decoration: none;
	font-weight: bold;
}

#news_display_txt a:hover {
	color: white;
}

#news_display_txt center {
	margin-top: 10px;
	margin-bottom: 10px;
}

#news_display_closer {
	z-index: 3;
	position: absolute;
	top: 0px;
	right: 5px;
}

#news_display_closer a {
	color: #CC3366;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#news_display_closer a:hover {
	color: white;
	text-decoration: none;
}

span.news_title {
	text-transform: uppercase;
}