/* Table of Contents:

	Typography
	Header Layout
	Middle Layout
	Footer Layout
	
*/

/* Typography
--------------------------------------------------------------------------------------- */

#myheader, #my_middle, #my_middle_subsection {
	color: black;
	font-size: 1.6em;
}

.strong, #my_middle_subsection {
	font-weight: bold;
}

#my_footer {
	color: white;
}

.text_box_1, .text_box_2, #footer_disclaimer, .caption, #my_middle_subsection {
	text-align: right;
/* I'm not going to add any more properties to this class, but I may add more selectors. */	
}


/* Header Layout
--------------------------------------------------------------------------------------- */

#my_header {
	height: 100px;
}


/* Middle Layout
--------------------------------------------------------------------------------------- */

#my_middle {
	width: 500px;
	padding: 20px;
}

#my_middle_subsection {
	margin: 20px;
	border: 1px solid #CCC;
}


/* Footer Layout
--------------------------------------------------------------------------------------- */

#my_footer {
	background: black;
}
