		body {
			margin: 0px;
			padding: 0px;
			font-family: Helvetica, Arial, sans-serif;		
		}
	
		#top-bar {
			width: 1000px;
			margin: 0 auto;
			background-color: white;
			height: 40px;
		}
		
		#logo {
			margin: 8px 8px 8px 0px;
			width: 85px;
			float: left;
		}
		
	
		.top-bar-section {
			float: left;
			border-left: 1px #cccccc solid;
			height: 100%
		}
		
		#signin-glyph {
			width: 22px;
			margin: 10px 10px 10px 15px;
			float: left;
		}
		
		#wiggly-line {
			float:left;
			height: 41px;
		}

		#signin-text {
			font-weight: bold;
			font-size: 90%;
			position: relative;
			top: 13px;
			padding-right: 50px;
		}
		
		
		#bell {
			height: 20px;
			margin: 8px;
			float: left;
		}
		
		.top-bar-menu {
			font-weight: bold;
			font-size: 90%;
			padding: 14px 15px 0px 15px;
			height: 27px;
			border-right: 1px #cccccc solid;
			float: left;
		
		}
	
		#combo-down-arrow {
			height:8px;
			margin-left: 30px;
		}
		
		#search {		
			background-color: #E4E2E4;
			border: none;
			width: 100px;
			font-weight: bold;
			font-size: 14px;
			padding: 5px;
			margin: 8px 0px 8px 8px;
			float: left;
			
		}
		
		#mag {
			height: 26px;
			margin-top: 8px;
		}

		.menu-bar-container {
			background-color: #BB1919;
			width: 100%;
			height: 56px;
		}

		#menu-bar {
			width: 1000px;
			margin: 0 auto;
		}

		
		
		#find-local-news-link {
			color: white;
			float: left;
			padding: 12px;
			font-size: 18px;
		}

		#find-local-news-button {
			float: right;
			color: white;
			font-size: 18px;
			height: 18px;
			border: 1px #BB4545 solid;
			padding: 4px ;
			position:relative;
			top: 14px;
		}
		
		#find-local-news-button:hover {
			text-decoration: underline;
		}
		
		#find-local-news-glyph {
			height: 20px;
			float: right;
			padding-left: 6px
		}
		
		h1 {
			padding-top:6px;
			margin: 0px;
			color: white;
			font-size: 40px;
			font-weight: normal;
			float: left;
		}
		
		.clear {
			clear: both;
		}
		
		.no-border {
			border: none !important;
		}
		
		#menu-bar2-container {
			background-color: #A91717;
			width: 100%;
			height: 36px;
		}

		#menu-bar2 {
			width: 1000px;
			margin: 0px auto;
			padding: 7px 0px
						
		}
		
		.menu-bar2-item a {
			font-size: 14px;
			height:22px;
			border-right: 1px solid #BB4545;
			color: white;
			padding: 3px 10px 0px 10px;
			float: left; 
			text-decoration: none;
		}
		
		.menu-bar2-item a:hover {
			text-decoration: underline;
		}

		.menu-bar2-item img {
			padding-top: 6px;
			height: 10px;
		}
				
		#page-container {
			width: 100%;
		}
		
		#main-artical {
			margin: 0 auto;
			width: 1000px;
		}
		
		h2 {
			font-weight: normal;
			margin-top: 10px;
			font-size: 20px;
			border-bottom: 3px solid #BB4545;
			width: 100px;
		}
		
		h3 a {
			color: black;
			font-size: 30px;
			text-decoration: none;
		}
		
		h3 a:hover {
			color: #1167A8;
		}
		
		.artical-container {
			float: left;
			width: 700px;
			border-right: 1px solid #cccccc;
			
		}
		
		.artical-summary {
			color: #5a5a5a;
			width: 240px;
			text-align: justified;
			text-justify: inter-word;
			float: left;
		}
		
		.artical-image {
			float: left;
			width: 400px;
			margin-left: 20px
		}
		
		#artical-summary-link {
			color: #A91717;
			text-decoration: none;		
		}
		
		#artical-summary-link:hover {
			color:  #1167A8;
		}
		
		#timed-footer {
			height: 15px;
			font-size: 14px;
			font-weight: normal;
		}
		
		#timed-footer img {
			position: relative;
			top: 1px;
			width: 15px;
		}
		
		#timed-footer a {
			font-size: 14px;
			font-weight: normal;
		}
		
		
		.artical-summary a {
			color: black;
			text-decoration: none;
		}
		
		.artical-summary a:hover {
			color:  #1167A8;
		}
		
		.artical-hr {
			width: 40px;
			border-top: 1px solid #A91717;
		}
		
		#watch-listen-container {
			padding-left: 20px;			
			float: left;
		}
		
		.watch-listen-item {
			width: 275px;
			margin-top: 20px;
		}

		.watch-listen-link {
			width: 75px;
			padding-left: 10px;
			background-color: cyan;
			float: left;
		}

		
		.watch-listen-item img {
			width: 110px;
			float: left;
		}
		
		.watch-listen-item a {
			font-size: 18px;
			font-weight: bold;
			text-decoration: none;	
			color: black;	
			padding-left: 5px;
		}
		
		.watch-listen-item a:hover {
			color:  #1167A8;
		}
		
		h4 {
			margin: 0px;
			padding: 0px;
			font-size: 25px;
			font-weight: normal;
			color: black;
			
		}
