body {
font-family: tehoma, sans-serif;
font-size:10pt;
background: #eef2f7 url("img/bg.gif") repeat-y;
margin: 0;
}
#wrapper {
width:500px;
margin:0 auto;
border: 1px solid blue;
background-color: #199eeb;
}
#content {
padding: 10px;
}
h1 {font-size:14pt}
h2 {font-size:12pt}
h3 {font-size:11pt}

div.row {
  clear: both;
	padding-top: 5px;
	}

div.row span.leftc {
  float: left;
	text-align: left;
	font-weight: bold;
  }

div.row span.rightc {
  float: right;
	text-align: left;
	width: 70%;
	color: #00c;
	font-weight: bold;
}
#footer {
  font-size:8pt;
  text-align: center;
}
#footer a { color:black }