body {
	background: #ffffff;
	font-family: sans-serif;
	padding: 1em 5em 5em 5em;
	margin: auto;
}
div.box{
	border: solid; 
	border-width: thin; 
	width: 100%
	}
div.color {
    background: #e3e3e3;
    padding: 0.5em;
    border: none
	}
h3 {
	text-align: center;
	background: #880000;
	color: white;
}
p.included {
	margin-top: 5em;
}
div.image {
  float: left;
  clear: left;
  display: block;
  width: 200px;
  margin-top: 1em;
  margin-left: 1em;
  background: #ffffff;
  border-top: 1px solid #3e3e3e;
  border-right: 3px solid #3e3e3e;
  border-bottom: 3px solid #3e3e3e;
  border-left: 1px solid #3e3e3e;
  }

div.image img {
	padding-top: 25px;
	padding-left: 25px;
  }
div.image p{
   text-align: center;
   }

div.list {
	padding-left: 300px;
}

address {
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	border-top: thin dotted;
	}
