html {
	height: 100%;
	overflow: hidden;
}
   
body {
	background-color: #403B33;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 6px solid #403B33;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
}

#luxeFlash {
	height:100%;
	z-index:2;
}

#newslayer {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	visibility:hidden;
	text-align:center;
}

#newslayerbg {
	width:100%;
	height:100%;
	position:absolute;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	top:0px;
	left:0px;
	/*background-color: #8498A7;*/
	background-color: #403B33;
	z-index:3;
	text-align:center;
}

#newspanel {
	width: 790px;
	height: 0px;
	margin: 0 auto;
	position: relative;
	top:60px;
	background-color: transparent;
	padding:12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	z-index:5;
	overflow: hidden;
}

p, #newspanel pp, #newscontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
}

#newscontentholder{
	width: 790px;
	height:427px;
	margin: 0 auto;
	position: absolute;
	top:84px;
	left:0px;
	background-color: #403B33;
	z-index:4;
}

#newscontent {
	width:737px;
	height:427px;
	overflow: auto;
	position:absolute;
	top:0px;
	left:27px;
	padding-top:0px;
	padding-right:8px;

}

#newscontent img.contentimage {
	width:230px;
	height:230px;
	margin-right: 8px;
	margin-top:8px;
	margin-bottom:8px;
	float:left;
}

#newscontent img.load {
	width:200px;
	height:66px;

}

p.date {
	font-size: 11px;
	color:#dddddd;
	height:14px;
}

h1.newstitle, h1 {
	font-size: 14px;
	font-weight:bold;
	color: #8498A7;
}

#newsheader {
	width:790px;
	height:84px;
	position:absolute;
	top:0px;
	left:0px;
}

#newsfooter {
	width:790px;
	height:37px;
	position:absolute;
	top:511px;
	left:0px;
	background-image: url(../images/news_footer.gif);
	background-repeat: no-repeat;
}


#newsnav {
	width:74px;
	height:16px;
	position:absolute;
	top:13px;
	left:694px;
	font-size:12px;
	text-align:right;
}

a {
	color: #8498A7;
}

div.horizrule {
	width:681px;
	height:19px;
	margin-top:19px;
	margin-bottom:19px;
	background-image: url(../images/bg_horiz.gif);
	background-repeat: repeat-x;
	background-position: top;
}

img.horiz {
	width:32px;
	height:19px;
	margin:0px;
	float:none;
}
