/* the styles for the elements */
html {
	background-image: linear-gradient(to bottom, white 0%, #facd8a 100%);
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
	width: 700px;
	background-color: white;
	margin: 1em auto;
	padding: 1em 1.5em;
	border: 1px solid black;
	border-radius: 25px;
	box-shadow: 5px 5px 0 0;
}

h1, h2, h3, p {
	margin: 0;
	padding: 0;
}
a { font-weight: bold; }
a:link { color: #931420; }
a:hover, a:focus { color: blue; }
a:visited { color: #f2972e; }

ul { margin: 0 0 1.5em; 
}
li { font-size: 95%;
     padding-bottom: .35em;
}

p { font-size: 95%;
	padding: .25em 0;
}
	
em { font-weight: bold; }

/* the styles for the header */
header { 
	padding-bottom: 1em;
	border-bottom: 2px solid #f2972e;
}
header img { float: left; }
header h2 {
	font-size: 220%;
    color: #f2972e;
    text-align: center;
	text-shadow: 2px 3px 0 black;
	margin-bottom: .25em;
}
header h3 {
	font-size: 130%;
	font-style: italic;
    text-align: center;
}

/* the styles for the main content */
main { clear: left; }
main h1 {
	font-size: 175%;
	margin: 1em 0 .35em; 
}
main h2 { font-size: 130%; }

#contact_us { margin-top: 1em; }
a.date_passed  { color: gray; }

/* the styles for the footer */
footer {
	margin-top: 2em;
	border-top: 2px solid #f2972e;
	padding-top: .7em;
}
footer p {
	font-size: 80%;
	text-align: right;
}