body,
	html {
		margin:0;
		padding:0;
		background:#020202;
		color:#000;
		font-family:arial, helvetica, impact, sans-serif;
		font-size:14px;
		height:100%;
	}
	
	body {
		alignment:center;								/* centers the page within the black background (html) */
		height:100%;
	}
	
	#wrap {
		background:#020202;
		margin:0 auto;
		width:800px;
		height:100%;	
	}
	
	#header {
		background-image:url('images/SpeakOut4ASLogo.jpg');
		background-repeat:no-repeat;
		background-position:top; 
		width:100%; 
		height:286px; 
	}
	
	#nav {
		background:#E97F2F;
		padding:0px;
		float:top;
		margin:0px;
		height:4em;
		width:100%;
	}
	
	#maincontent {
		background:#ffffff;
		float:left;
		width:98%;
		margin:0%;
		padding:1%;
	}
	
	#maincontentas {
		background-image: url('images/as.jpg');
		float:left;
		width:98%;
		margin:0%;
		padding:1%;
	}
	
	#maincontent2 {
		background:#ffffff;
		float:left;
		width:73%;
		padding:1%;
	}
	
	#sidebar2 {
		background:#E97F2F;
		float:right;
		width:23%;
		padding:1%;
	}
	
	#footer {
		background:#E97F2F;
		color:#930103;
		clear:both;
	}
		
	ul#list-nav {
		list-style:none;
		margin:0px;
		padding:0px;
		width:100%;
	}

	ul#list-nav li {
		display:inline
	}
	
	ul#list-nav li a {
		height: 3.25em;
		line-height: 1.15em;
		padding:5px;
		margin:0px;
		float:left;
		width:12.6%;
		display:block;
		border:.1em solid #930103;
		color:#fff;
		background:#D73E7D;
		text-decoration: none;
		text-align: center;
	}
	
	ul#list-nav li a:hover {
		background:#E97F2F;
		color:#000
	}
	
	.topRightNav {
		float: right;
		text-align: center;
		padding: 10px 10px 0 0;	
		height: 150px;
		width: 400px;
	}
		
	.topRightNav a, .topRightNav a:visited {
		width: 75px;
		color: #fff;
		background-color: #D73E7D;
		border: .1em solid #930103;
		display: block;
		text-decoration: none;
		padding: 2px;		
		font-weight: bold;
		margin-left: 320px;
	}
	
	.topRightNav a:hover {
		background-color: #E97F2F;
	}
	
	h1 { 	
		
	}
	
	#red {
		color:#930103;
		font-size:32px;
	}
	
	img {
		border-color: black;
	}

	a.nolinkwhite:link {color: white; text-decoration: underline;}
	a.nolinkwhite:visited {color: white; text-decoration: underline;}
	a.nolinkwhite:hover {color: white; text-decoration: underline;}
	a.nolinkwhite:active {color: white; text-decoration: underline;}