body {
  margin-left: 10%;
	margin-right: 10%;
	font-family: sans-serif;
}

h1 {
  text-align: center;
}

h2 {
  font-size: 100%; 
}

img {
  border: 0px solid black;
}

#header {
  text-align: center;
	border: 1px dotted black;
	padding: 1em;
	margin-bottom: 1em;
}

#twitter_div {
  border: 1px dotted black;
	padding: 1em;
	margin-bottom: 1em;
}

#left {
  float: left; 
	width: 67%;
	border: 1px dotted black;
	margin-bottom: 1em;
}

#right {
  float: right; 
	width: 31%;
	border: 1px dotted black;
}

#footer {
  clear: both;
	border: 1px dotted black;
	padding: 1em;
	margin-top: 1em;
}

.box {
	margin: 1em;	 
}

.service {
  padding-top: 1em;
	padding-bottom: 1em;
	list-style: none;
}

.time {
  font-size: 80%;
	color: silver;
}