@media all {
	body {
		margin: 0px;
		background-color: #000000;
		/*
		background-image: url(/images/bdy_bg.jpg);
		*/
		}
	table {
		border-collapse: collapse;
		}
	td {
		padding: 0px;
		}
	div {
		border: 0px solid red;
		}
	img {
		border: 0px;
		}
	a {
		text-decoration: none;
		}
	#cntnt_cntnr {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		text-align: center;
		}
	#pg_header {
		height: 100px;
		border-bottom: 2px solid #ffffff;
		}
	#pg_nwlogo {
		display: block;
		float: left;
		width: 117px;
		height: 82px;
		margin-left: 20px;
		background-image: url(/images/nwaa_frontpglogo.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		}
	#pg_bestlogo  {
		display: block;
		float: left;
		width: 381px;
		height: 92px;
		margin-left: 36px;
		background-image: url(/images/best-nw-redgradient.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		}
	#show_information {
		height: 70px;
		overflow: hidden;
		}
	#show_date {
		width: 380px;
		background-color: #cc3333;
		font-family: Arial, Tahoma, Verdana;
		font-size: 18px;
		color: #ffffff;
		font-weight: bold;
		margin-top: 1px;
		height: 22px;
		overflow: hidden;
		}
	a.event_link {
		display: block;
		float: left;
		height: 15px;
		padding-left: 20px;
		background-image: url(/images/red_triangle.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		font-family: Arial, Tahoma, Verdana;
		font-size: 14px;
		color: #ffffff;
		font-weight: bold;
		}
	a.event_link:hover {
		color: #cc3333;
		}
	#home_show_graphic {
		display: block;
		width: 637px;
		height: 344px;
		margin-left: auto;
		margin-right: auto;
		background-image: url(/images/home-show-graphic.jpg);
		background-repeat: no-repeat;
		bacgkround-position: 0px 0px;
		}
	#footer_links {
		margin-top: 25px;
		text-align: center;
		font-family: Arial, Tahoma, Verdana;
		font-size: 14px;
		color: #ffffff;
		font-weight: bold;
		}
	a.footer_link {
		margin-left: 20px;
		margin-right: 20px;
		color: #ffffff;
		}
	a.footer_link:hover {
		color: #cc3333;
		}
	}
