body, html {
	font-family: Arial;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-image: url('../images/background.jpg');
	background-position: 54% 100%;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

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

a:hover {
	color: #000;
}

a > img {
	border: none;
}

#container {
	margin: auto;
	padding-left: 20px;
	width: 960px;
/*		border: 1px solid;*/
}

#masthead {
	height: 150px;
}

#logo {
	text-align: left;
	padding-top: 20px;
	
	float: left;
}

#nav {
	padding-top: 20px;
/*	border: 1px solid;*/
}

#nav img {
/*	float: left;*/
	padding-left: 50px;
}

.feature {
	float: left;
	padding-right: 25px;
}
.feature i, .feature a, .news_blurb i, .news_blurb a {
	display: none;
}

.showLinks a {
	display: inline;
}

#news_preview {
/*	text-align: justify;*/
	width: 250px;
	float: left;
	overflow: hidden;
}
	#news_preview .news_date {
		text-align: left;
		margin-top: 15px;
		font-weight: bold;
	}
	
#news {
	margin-left: 10%;
	width: 75%;
}
	#news .news_date {
		font-size: 14px;
/*		font-weight: bold;*/
		padding-bottom: 10px;
	}
	#news .news_subject {
		margin-top: 25px;
		font-size: 16px;
		font-weight: bold;
	}



#ads {
	float: left;
	margin-left: 40px;
	width: 106px;
	height: 299px;
/*	background-image: url('../images/ad_box.png');*/
/*	background-position: top center;*/
/*	background-repeat: repeat-y;*/
}

#video_previews {
/*	display: block;*/
	float: left;
}
	#video_previews tr.video_preview_row {
		
	}
		#video_previews tr.video_preview_row a {
			color: #000;
			text-decoration: none;
			font-weight: bold;
			font-size: 13px;
		}
		#video_previews tr.video_preview_row .play_button {
			float: right;
			position: relative;
			right: 75px;
			top: 25px;
		}

#intro {
	margin-left: 30px;
	float: left;
	width: 189px;
	max-height: 447px;
	background-image: url('../images/intro_box.png');
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 13px;
}
	#intro p {
		padding: 10px;
	}

#intro2 {
	padding-left: 20px;
	float: left;
	width: 180px;
	max-height: 447px;
	font-size: 13px;
}
	#intro p {
		padding: 10px;
	}
		
#footer {
	color: #666;
	font-size: 12px;
	border-top: 1px solid #999;
	margin-top: 20px;
	margin-bottom: 30px;
}
	#footer a {
		color: #666;
		text-decoration: none;
		font-weight: normal;
	}
	
	#footer a:hover {
		color: #000;
	}


.clear { clear: both; }