@media all {
	body {
		background-color: #000000;
		}
	img  {
		border: 0px;
		}
	#sta_nav_cntnr {
		float: left;
		width: 100%;
		margin-top: 40px;
		text-align: center;
		}
	a.sta_nav {
		font-family: Felix Titling, Verdana, Arial, Tahoma;
		font-size: 13px;
		padding: 10px;
		padding-bottom: 160px;
		padding-left: 40px;
		color: #ffffff;
		line-height: 26px;
		text-decoration: none;
		letter-spacing: 1px;
		background-image: url(/images/small_shield.jpg);
		background-repeat: no-repeat;
		background-position: 10px 6px;
		font-variant: small-caps;
		}
	a.sta_nav:hover {
		color: #b73130;
		text-decoration: underline;
		}
	#pg_heading {
		width: 765px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #000000;
		}
	div.pg_heading {
		float: left;
		width: 33.33%;
		height: 180px;
		overflow: hidden;
		text-align: center;
		}
	img.heading_image {
		/*
		border-left: 10px solid #ffffff;
		border-right: 10px solid #ffffff;
		border-top: 4px solid #ffffff;
		border-bottom: 4px solid #ffffff;
		*/
		}
	#heading_logo {
		padding-top: 10px;
		/*
		padding-top: 34px;
		padding-bottom: 34px;
		padding-left: 50px;
		padding-right: 50px;
		border-left: 10px solid #ffffff;
		border-right: 10px solid #ffffff;
		border-top: 4px solid #ffffff;
		border-bottom: 4px solid #ffffff;
		*/
		}
	#copyright {
		float: left;
		width: 100%;
		margin-top: 60px;
		text-align: center;
		font-family: Verdana, Arial, Tahoma;
		font-size: 10px;
		color: #c8c8c8;
		}
	}