
/* 
COLORS
Background - 340000
Bright Red - bf0000
Dull Red - 800000
Blue - 5d79bb
Off-white - eaeaea
*/

/* UPDATE HEADER NAV COLORS*/
#mainheader {
	background-color: #0070e7;
	border-bottom: 1px solid #3e97f6;	
}

#mainheader a  {
	color: #FFF;
}
/**************************/

body {
	background-color: #362acd;
	margin: 0;
	padding: 0;
	color: #bbb;
}

#about-story {
	width: 400px;
	float: left;
}

#about-story a{
	color: #bbb;
}

#about-story h2 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 0;
}

#about-story p {
	margin-top: 0;
	margin-bottom: 10px;
}

#about-pic {
	float: left;
	width: 400px;
}

#about-pic img {
	border: 9px solid #FFFFFF;
	margin-top: 70px;
	margin-left: 30px;
}

