/* the styles for the elements */
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    width: 600px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto; 
    border: 3px solid #931420;
    background-color: #fffded;
    
}

html {

	background-color: white;
}

img{
	padding-bottom: 1em;
}

p{
	padding-bottom: .5em;
	
}

blockquote{
	padding-right: 2em;
	padding-left: 2em;
	font-style: italic; 
	
	
}

ul{
	padding-bottom: .25em;
	padding-left: 1.25em;
}

li{
	padding-bottom: .35em;
}
header {
	border-bottom: 3px solid #931420;
	padding-top: 1.5em;
	padding-bottom: 2em; 
	background-image: linear-gradient(30deg, #f6bb73 0%, #f6bb73 30%, white 50%, #f6bb73 80%, #f6bb73 100%)
}

/* the styles for the header */
header img {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
}



header h2{
	font-size: 170%;
	color: #800000;
	
}

header h3{
	font-size: 130%;
	font-style: italic;
}

/* the styles for the section */
main {
	clear: left;
	padding-right: 30px;
	padding-left: 30px; 
	
}

main h1{
	font-size: 150%;
	border-top: 3px solid #931420;
	border-bottom: 3px solid #931420;
	padding-top: .3em;
	padding-bottom: .3em;
	border-style: double; 
	border-radius: 10px;
	box-shadow: 5px 5px;
	padding: .5em 0 .5em 2em;
	background-color: white;
}

main h2{
	font-size: 130%;
	color: #800000;
	padding-top: .5em;
	padding-bottom: .25em;
	
}

main h3{
	font-size: 105%;
	padding-bottom: .25em;
	
}

main a:focus, main a:hover{
	font-style: italic;
}

/* the styles for the footer */

footer{
	background-color: #931420;
	color: white; 
}

footer p{
	text-align: center; 
	padding-top: 1em;
	padding-bottom: 1em;
	
}

.shadow{
	text-shadow: 1px 1px #800000;
}

*{
	margin: 0;
	padding: 0;
}
