@charset "UTF-8";
/* CSS Document */

#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	 /* TEMP - REMOVE OR RESTYLE  */
	 background-color:#000000;
	filter:alpha(opacity=95);
-moz-opacity:0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
}


#footer_inner {
	padding:.1em .1em; /* creates space between the box and the content */
	text-align:center;
	}
	
#content_inner { 
	border-left:3px solid #000;
	border-top: 3px solid #000;
	filter:alpha(opacity=95);
-moz-opacity:0.95;
-khtml-opacity: 0.95;
opacity: 0.95;

	}
h1 {
	color:#000;
	font-family: Arial, Helvetica, sans-serif; 
	}	
	
	
h5 {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration:none;

		color:#FFFFFF;
		}

#footer_inner a { color:#FFFFFF;
}
#conten_inner p {
color:#3366FF;
}
