body{
  background-color: hsl(218, 13%, 51%);
  text-align: center;
  color:#00627c;                  /* grey-green */
  padding: 30px;
}
a{
  color:#3367a9;                  /* dark green */
}

header, section, footer { 
width:500px;
min-width:554px; 
margin:auto; 
text-align:left; 
position: relative;
}

section {
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border-top-style: none;
	font: 180% Georgia, serif;
	margin-top: 100px;
	padding: 60px 24px 24px 24px;
	z-index: 0;
}
section p {
	padding-top: 12px;
}
footer {
font-size: 85%;
margin-top: 1em;
margin-bottom: 1em;
text-align: center;
color: #fff;
}

.pics ul, .pics li {
  display: inline;
}
.pics li {
  margin-right: 3px;
  margin-left: 3px;
}
.pics img {
  width: 24px;
  height: 24px;
  border:1px solid #555;
}
#flickr {
  text-align: center;
  overflow: auto;
  padding-top: 12px;
}
#flickr li {
  display: inline;
}
#flickr img {
  width:72px;
  height:72px;
  margin-right: 12px;
  border:1px solid #555;
}

/* banner image */
header {
	text-align: center;
}
#logo
{
	text-align: center;
margin: 0;
padding: 0;
z-index: 3;
position: absolute;
width: 548px;
}

/* twitter status */
#tweets ul, #tweets li, #tweets p {
  display: inline;
}
#tweets .tweet_text {
  color: #007C69;
}
#tweets .tweet_text a {
  color: #007C3E;
}
#tweets .heart {
  color: #8C57A1;
}
