@import url(layout2.css);
@import url(masthead.css);
@import url(highlights1.css);
@import url(story1.css);

/* body styles */
body{
	background-image: url(/static/images/sitebg.gif);
	background-position: top left;
	text-align: center; 
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	}	
a:link, a:visited, a:active {
	text-decoration: none;
	color: #3d6fb4;
}

a:hover {
	text-decoration: underline;
}


/* CONTAINERS ---------- */

#page_container {
	margin: auto;
	text-align: left;
	width: 1000px;
	line-height: 16px;
	position: relative;
}
#movie-section-title{
	clear:both;
	color: #999;
	font-size: 21px;
	padding:10px 3px 3px;
	display:block;
}

#section-title {
	border-bottom: solid 1px #ccc;
	clear:both;
	color: #999;
	font-size: 21px;
	padding:10px 5px 5px;
	display:block;
	}
	

#footer{
	font-size: 10px;
	color: #666;
	border-top: solid 1px #ccc;
	padding:10px;
	}
	
/* AD SPOTS ---------- */

#ntl2 {
	clear:both;
	text-align:center;
	padding-top:8px;
}

