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

body {

	color:#eee;
	  background-color: #151e34; 
	
	}
	
#header {
	background:url('images/biographies.jpg') repeat-x;
	
	
}

#header_pic {
	background: url('images/header_biographies.jpg'); background-repeat:no-repeat; 

	
	}
	
#content {
	color:#aaa;	
	}

h1, h2, h3, h4, h5 {
	color:#fff;
	}
	
#sidebar {
	background:#091022;
	border:1px solid #333;
	}
	
	
#footer {
	background:#000;
	color: #FFFFFF;

	}
