@charset "utf-8";
body {
	background:#371842;

}

#container {
	margin: 0 auto;
	padding:0;
	width:766px;
}

#content{
	width:766px;
	height:1050px;
	background:url(assets/images/new-home/background.jpg) no-repeat;
	border: thin solid white;
	margin: 0 auto;
}

#left-column {
	width:180px;
	float:left;
	display:block;
	
}

#left-nav {
	height:180px;
	margin: 65px 0 0 35px;
	float:left;
}

#announcements {
	height:120px;
	margin: 55px 0 0 45px;
	float:left;
}



#right-column {
	width:766px;
	height:519px;
	float:left;
	clear:both;
	margin-left:30px;
}



#right-column-leftSide {
	width:126px;
	float:left;
	display:inline;
	margin-right:10px;

}

#right-column-rightSide {
	
	float:left;

	
}

#service-times {
	width:146px;
	float:left;
	display:block;
	margin-bottom:10px;
}


#tv-times {
	width:132px;
	height:147px;
	float:left;
	
}


#video {
	width:500px;
	height:410px;
	float:left;
	
}
#footer {
	width:750px;
	padding:8px;
	font:10px Arial, Helvetica, sans-serif;
	float:left;
	clear:both;
	text-align:center;
}	

