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

/* ==== MAIN BODY INFO. Controls all pages! Background color is the blue behind the text background. Not sure what the rest of it does right now. */
body {
	background-color:#032251;
	color:white;
	margin-top:25px;
	text-align:center;
	border-bottom-color:#ff0000;
	border-bottom-width:100$;
}

/* ===FOR THE MAIN BODY=== if you adjust this, adjust #header-content!!! Content control, including width of background, color, padding and font color. */
#content {
   margin:0 auto;
   text-align:left;
  width: 880px;
  background-color:#DDDDDD;
	height:auto;
	padding: 30px;
	color:#032251;
	padding-bottom:100px;
}
#indent {
	text-indent:50px;
}