@import url(/_css/templates/default.css);

div#news {
	padding-bottom: 15px;
	text-align: center;
}

div#news h1 {
	font-size: 14px;
	margin-bottom: 12px;
}

div#news p {
	padding-bottom: 10px;
	font-size: 11px;
	line-height: normal;
}

@media screen {

	div#cell01_inset {
		text-align: center;
	}

	div#filmstrip img {
		float: left;
		width: 155px;
	}
	
	div#splash img {
		width: 440px;
	}
	
	td#page_layout_left {
		background: #C6943B;
	}
	
	div#page_layout_left_inset {
		clear: left;
		width: 130;
		padding: 10px;
	}
	
	td#page_layout_right {
		background: #1C2F69;
	}
	
	div#page_layout_right_inset {
		width: 183px;
		padding: 10px;
	}

	div#news {
		color: #FFF;
	}
	
	div#news img {
		border: 1px solid #FFF;
	}
	
	
	div#news a,
	div#news a:link,
	div#news a:visited {
		color: #EEE;
	}
	
	div#news a:focus,
	div#news a:hover,
	div#news a:active {
		color: #FFF;
	}
	
	div#news hr {
		margin: 8px 0;
	}

	div#page_title h1 {
		font-size: 18px;
		border-top: 1px solid #FFF;
		text-align: center;
	}

}

@media print {

	div#news {
		color: #000;
	}
	
	hr {
		display: none;
	}

}