* {
	background-color: #ffffcc;
}
.header {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	width:100%
}
#navigation {
width:100%;
margin:0 auto;
padding:20px 0;
background-color:red;
}

ul#navi {
font-family: Georgia, serif;
font-size:14px;
list-style:none;
margin:0 auto;
padding:0;
width:455px;
overflow: auto;
background-color:red;
}

ul#navi li {
display:inline;
}

ul#navi li a {
text-decoration:none;
display: block;
padding:5px 21px;
background:green;
color:white;
float:left;
text-align:center;
border-top:2px solid #815444;
border-right:2px solid #3d1000;
border-bottom:2px solid #3d1000;
border-left:2px solid #815444;
}

ul#navi li a:hover {
background:#a37666;
color:black;
border-top:2px solid #815444;
border-right:2px solid #c59888;
border-bottom:2px solid #c59888;
border-left:2px solid #815444;
}
table, td, th { 
border: 1px solid gray


}
tr:first-child{ 
	font-weight:bold;
}
section {
	float: left;
    width: 47%;
	font-family:arial, helvetica, sans-serif;
	padding: 20px;
	
}
aside {
    float: right;
	width: 47%;
	font-family:arial, helvetica, sans-serif;
	padding: 20px;
}
p {
	font-weight: normal;
	font-style: italic;
	color: #000000;
	letter-spacing: 1pt;
	word-spacing: 2pt;
	font-size: 25px;
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	line-height: 1;
	padding: 50px 30px 50px 30px;
	}
img {
   position: absolute;
   top: 60%;
   left: 15%;
   width: 500px;
   height: 500px;
   margin-top: -250px; 
   margin-left: -250px; 
}
.contact {
	position: relative;
	top: 20px;
	color: #000000;
	font-size: 15px;
	font-family: arial, helvetica, sans-serif;
	padding: 50px 30px 50px 30px
}
	
