body {
	font-family: Vera Sans, Tahoma, Verdana;
	font-size: 80%;
	text-align: center;
}

#contactinfo {
	font-size: .85em;
	font-weight: bold;
	font-style: normal;
	margin: 1em 0em 1em 0em;
	position: absolute;
	top: 8em;
}

h1 {
	margin: 1.5em 0em 1em 0em;
	font-size: 1.2em;
}

h2 {
	margin: 1em 0em 0em 0em;
	font-size: .85em;
}

h3 {
	margin: 0em 0em .5em 0em;
	font-family: verdana;
	font-style: italic;
	font-size: .8em;
	font-weight: normal;
}

#container {
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	width: 50em;
}

#leftcolumn {
	text-align: left;
	width: 15em;
	position: absolute;
	top: 0px;
	left: 0px;
}

#rightcolumn {
	text-align: left;
	width: 34em;
	position: absolute;
	right: 0px;
}