body
{
  background-color: white; 
  clear: none;
  color: #7d463f;
  margin: 0;
  text-align: center;
}

a
{
  color: #7d463f; 
  text-decoration: none;    
}

a:hover
{
  text-decoration: underline; 
}

img
{
  border-width: 0;
}

#wrapper
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	width: 740px;
	height: 354px;
	text-align: left;
}

#top
{
	width: 100%;
	height: 81px;
	background-color: #7d463f;
	padding: 0;
	margin: 0;
  float: left;
}

#middle-1
{
	width: 100%;
	height: 190px;
	background-color: #bfd4cd;
	margin: 0;
	padding: 0;
  float: left;  
}

#middle-2
{
	width: 100%;
	height: 50px;
	background-color: #bfd4cd;
  float: left;
}

#bottom
{
	width: 100%;
	height: 30px;
	background-color: #7d463f;
  float: left;
}

#middle-1 ul
{
  margin-left: 75px;
  margin-top: 20px;
  padding: 0;
  
}

#middle-1 ul li
{
  display: inline;
  list-style-type: none;
  padding: 0;
  margin-left: 55px;
}


#middle-1 ul li img
{
  padding: 0;
}

#middle-2 img
{
  position: relative;
  left: 50px;
  top: 0;
}

#bottom img
{
  position: relative;
  left: 670px;
  top: 0;
}

#top img
{
  position: relative;
  left: 23px;
  top: 10px;
}

