/* CSS Document */
/* CSS styles that are for template files only */
@import url("navigation.css");

/* setting the margins to auto & specifying the width creates a centered template */
#fullPage {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
/* styles for header */
#header {
	color: #fff;
	font-size: 2.0em;
	padding-bottom: 5px;
	text-align: center;
}
/* styles for body, uses repeating background image for graphics on the page */
/* styles for footer */
#footer {
	padding-top: 20px;
	color: #acacac;
	text-align: center;
}
