body {
background-color: #ffffff;
font-family: Arial, Helvetic, sans;
font-size: 20px;
color: #B5AB98;
}

div.body{
border: 1px solid #ffffff;
height: 560px;
width: 800px;
margin: 0 auto;
}


p.contact{
font-size: 20px;
color: #4f5b55;
margin-top: 250px;
margin-left: 276px;
}

div.border {
border: 1px solid #ffffff;
height: 400px;
width: 300px;
margin-left: 250px;
margin-top: 20px;
padding: 5px;
}

div.img{
background-image: url(../images/mattFlower.jpg);
background-repeat: no-repeat;
width: 300px;
height: 400px;
}


ul.bottommap {

width: 750px;
margin-left: 0px;
margin-top: 200px;
float: left;
}


li.bottommap {
list-style: none;
border-style: solid;
border-width: 1px;
border-color: #ffffff;
text-align: center;
float: left;
}

li.bottommap a  {
text-decoration: none;
color: #7e7666;
font-size: 13px;
display: block;
padding: 8px 25px;
float: left;
}

li.bottommap a:hover {
color: #afc7be;
}

