/* LAST UPDATED 04.30.2010 */

body#about { font-size: 11px; }

#content { background: #d0e372 url('../Images/classy-theme/bg-content-about.jpg') no-repeat; }

.highlight { color: #fff; }

#previousPage a, #nextPage a { color: #96af1f; }

h1 {
	width: 245px;
	height: 40px;
	margin: 14px 0 7px;
	padding: 0;
	background: url('../Images/classy-theme/h1-lisa.png') no-repeat;
}

h2 {
	width: 290px;
	height: 42px;
	margin: 14px 0 7px;
	padding: 0;
	background: url('../Images/classy-theme/h2-simon.png') no-repeat;
}

#mainContent {
	position: absolute;
	top: 95px;
	left: 30px;
	width: 425px;
	height: 400px;
	overflow: hidden;
}

	#mainContent p { padding: 0 0 10px 7px; }

	#mainContent a, #subContent a {
		color: #251f1b;
		text-decoration: none;
		border-bottom: 1px #251f1b solid;
	}

	#mainContent a:hover, #subContent a:hover {
		border-bottom: 1px #fff solid;
	}

#subContent {
	position: absolute;
	top: 525px;
	left: 37px;
	width: 420px;
	height: 60px;
	overflow: hidden;
}