html, body {
	color: #000000;
	background-color: #CBDCEC;
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 282px;
	font-size: .9em;
}
div#content {
	position: absolute;
	top: 50px;
	left: 50px;
}
div#pic {
  float: left;
  width: 282px;
}
div#text {
	position: absolute;
	top: 46px;
	left: 300px;
	width: 27em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}

a:link {
	color: black;
}
a:visited, a:hover, a:active {
	color: gray;
}
div.caption {
	font-size: .6em;
	color: #666666;
	text-align: center;
}
