body {
	background-color: #fff;
	font: 14px Verdana, Arial, sans-serif;
	line-height: 1.5em;
}
a {
	color: blue;
	}
a:hover {
	color: red;
	}
a:visited {
	color: blue;
	}
a:visited:hover {
	color: red;
	}

a img {
	border: 0;
	}

a.forward {
	padding-right: 16px;
	}
a.forward:hover {
	background: transparent url('/images/icons/forward.gif') right bottom no-repeat;
	}
a.back {
	padding-left: 16px;
	}
a.back:hover {
	background: transparent url('/images/icons/back.gif') left bottom no-repeat;
	}

#wrapper {
	padding-top: 10%;
	text-align: center;
}
#block {
	margin-left: auto;
	margin-right: auto;
	width: 570px;
	}
#extendedinfo #block {
  width: 700px;
}
#image {
	float: left;
	position: relative;
	top: 5px;
	text-align: left;
	}
#card, #projects {
	border-left: 1px solid #B7B7B7;
	margin-left: 200px;
	margin-top: 40px;
	padding: 10px 10px 10px 40px;
	line-height: 1.5em;
	text-align: left;
	}
#projects {
  margin-top: 20px;
}
#slogan {
	clear: both;
	padding-top: 40px;
	font-style: italic;
	}

#image strong a {
	color: black;
	text-decoration: underline;
	}
#image strong a:hover {
	background-color: black;
	color: white;
	text-decoration: none;
	}

#card h1 {
  margin-top: 2em;
  color: #327BCC;
  font: bold 1.5em Calibri, Arial, Helvetica, sans-serif;
}

#projects h1 {
  margin-left: -1em;
  color: #327BCC;
  font: bold 1.5em Calibri, Arial, Helvetica, sans-serif;
}
#projects dt {
  font-weight: bold;
}
#projects dd {
  margin: 0.5em;
}