div
.logo {
height: 200px;
width: 100%;
background-color: #5e1211
}
.image {
	float: left;
	max-width: 450px;
}
.footer {
	position:absolute;
	margin: 0;
	width: 100%;
	background-color: #5e1211
}
body {
background-color: #d7c5b7
}
h1 {
color: #CF1C44; 
margin-left: 20px;
text-align: center;
font-family: Goudy Old Style;
font-style: oblique;
font-size: 50px
}

h2, h3{
	color:#0B9446;
	margin-left: 20px;
	text-align: justify;
	font-family: Goudy Old Style;
	font-style: italic;
	font-size: 30px
}
h5 {
	color: #d8c6b8;
	text-align: right;
	margin-right: 20px;
}
p {
color: #543136;
margin-left: 20px;
font-family: Goudy Old Style;
font-style: normal;
font-size: 15px
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
	float: left;
}

li a {
    display: inline;
    color: white;
    padding: 0px 150px 0px 100px;
    text-decoration: none;
}
a:link {
	color: #0B9446 }
a:visited {
    color: red }
a:hover {
    color: blue }
a:active {
    color: yellow }