body{
	text-align: center;
	margin: auto;
	font-family: verdana, arial;
}
#middle {
	width: 100%;
	margin: 125px 0 0 0;
}

#content {
	text-align: left;
	margin: auto;
	width: 50%
}

#second-tier {
	margin: 35px auto 0 35px;
}

#third-tier {
	width:100%;
	float: none;
	display:block;
	clear: both;
	padding: 55px 0 0 45px;
	text-align: left;
}

#leftblock {

}

#leftblock, #midblock, #rightblock {
	float: left;
	margin: 0 25px 0 25px;
	width: 25%;
	text-align: left;
}


h1.area-title {
	
}



h1#welcome {
	color: #999999;
}

h1#me-title {
	color: green
}

h1#resources-title {
	color: #FFA500;
}

h1#elsewhere-title {
	color: #0080ff;
}

p, p.byline, ul li {
	font-size: small;
	line-height: 140%;
}

p.more {
	padding-top: 1.3em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}