* {
	margin: 0;
	padding: 0;
}

body {
	font: 80% Arial, Helvetica, Verdana, sans-serif;
	line-height: 120%;
	padding-top: 35px;
	background-color: #cccccc;
}
html>body {font-size: 13px;}

a {
	color: #666666;
	text-decoration: underline;
	border: none;
}
img {
	border-style: none;
}
h1 {
	margin: 0px;
	color: #000000;
	font: 160% 'ACaslonPro', 'Adobe Caslon Pro', Georgia, Garamond,  Serif;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 120%
}

h2 {
	margin: 0px;
	color: #003b75;
	font-size: 115%;
	padding-top: 10px;
	padding-left: 63px;
}
#pagewrapper {
	width: 954px;
	margin: 0px auto;
	position: relative;
}

#header {
	height: 148px;
	background: url(images/sue-abbotson-header.jpg) no-repeat;
}

#content {
	background: url(images/middle.jpg) repeat-y;
	min-height: 475px;
}
#content p {
	padding-top: 10px;
}


/* ===== LEFT ===== */

#content div.left {
	padding-left: 24px;
	padding-right: 16px;
	padding-top: 8px;
	float: left;
	width: 155px;
}
#content div.left p {
	color: #ffffff;
	text-align: center;
	padding-left: 10px;
	padding-top: 5px;
}

#what {
	background: url(images/middle.jpg) repeat-y;
	padding-left: 168px;
	padding-top: 50px;
}



/* ===== CORE ===== */

#content .core, #content .contact {
	position: absolute;
	top: 200px;
	left: 168px;
	width: 760px;
}
#content .core p, #content .contact p {
	padding-right: 120px;
	line-height: 130%;
}
#content .core ul, #content .contact ul, #what ul {
	padding-top: 5px;
	padding-left: 13px;
}
#content .core li, #content .contact li, #what li {
	padding-right: 182px;
	padding-bottom: 5px;
}
#content .core img {
	float: right;
	padding-top: 40px;
}
#what img {
	float: right;
	padding-top: 20px;
	padding-right: 40px;
}
#what p {
	padding-top: 10px;
	padding-right: 120px;
	line-height: 130%;
}

/* ===== Menu ===== */

#header .menu {
	width: 800px;
	padding-top: 116px;
	padding-left: 168px;
}
#header .menu ul {
}
#header .menu li {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	float: left;
	list-style: none;
	padding-right: 26px;
}
#header .menu li a {
	display: block;
	padding-top: 7px;
	text-align: center;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#header .menu li a.current {
	color: #000000;
	padding-bottom: 3px;
}
#header .menu li a:hover {
	color: #003b75;
	padding-bottom: 3px;
}	

/* ===== Footer ===== */

#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 40px;
}
#footer p {
	text-align: right;
	font: 80% Arial, Helvetica, Verdana, sans-serif;
	color: #666666;
	padding: 15px;
}


.clear {
	clear: both;
}

