body {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #DAE0F8;
}
.container {
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	position: absolute;
	width: 850px;
}
h1 {
	width: 528px;
	/*position: absolute;
	left: 170px;*/
	top: 0px;
	margin: -112px 0px 0px 240px;
	padding: 0px;
	height: 112px;
	font-size: 12px;
}

h1 span {
	display: block;
	z-index: 1;
	position: absolute;
	background-color: #FFFFFF;
	background-image: url(../images/logo.gif);
	height: 112px;
	width: 528px;
	font-size: 12px;
}
.logo {
	display: none;
}
h2 {
	font-size: 1em;
}

.main-title, .main-title span {
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
}
.main-title span {
	margin-bottom: -112px;
}.nav {
	width: 170px;
	position: relative;
}
.main-content {
	width: 460px;
	padding-right: 80px;
	padding-bottom: 100px;
	float: right;
	position: relative;
}
a:link {
	color: #1E3791;
}
a:visited {
	color: #000000;
}
a:active {
	color: #DAE0F8;
}
a:hover {
	color: #7D90DC;
}
.main-content ul {
	list-style-type: disc;
	margin-left: 3em;
	margin-right: 3em;
}
blockquote {
	font-size: 0.9em;
}



.intro {
	font-size: 1em;
	margin-top: 0px;
	padding-top: 0px;
}p {
	font-size: 0.9em;
}
ul, #home ul {
	font-size: 0.9em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.main-content img {
	border: 1px solid #1E3791;
}
.nav ul li a:link, .nav ul li a:visited, .nav ul li a:active, .nav ul li a:hover{
	display: block;
	height: 40px;
	width: 170px;
}
.nav ul .home a:link, .nav ul .home a:visited  {
	background-image: url(../images/home.gif);
}
.nav ul .history a:link, .nav ul .history a:visited {
	background-image: url(../images/history.gif);
}
.nav ul .what-we-do a:link, .nav ul .what-we-do a:visited {
	background-image: url(../images/what-we-do.gif);
}
.nav ul .values a:link, .nav ul .values a:visited {
	background-image: url(../images/values.gif);
}
.nav ul .home-for-life a:link, .nav ul .home-for-life a:visited {
	background-image: url(../images/home-for-life.gif);
}
.nav ul .neighbourhood a:link, .nav ul .neighbourhood a:visited {
	background-image: url(../images/neighbourhood.gif);
}
.nav ul .conditions a:link, .nav ul .conditions a:visited {
	background-image: url(../images/conditions.gif);
}
.nav ul .donate a:link, .nav ul .donate a:visited {
	background-image: url(../images/donate.gif);
}
.nav ul .contact a:link, .nav ul .contact a:visited {
	background-image: url(../images/contact.gif);
}

.nav ul .future-plans a:link, .nav ul .future-plans a:visited  {
	background-image: url(../images/future-plans.gif);
}
.nav ul .future-plans a:active, .nav ul .future-plans a:hover, #future-plans .nav ul .future-plans a:link, #future-plans .nav ul .future-plans a:visited  {
	background-image: url(../images/future-plans_f2.gif);
}


.nav ul .home a:active, .nav ul .home a:hover, #home .nav ul .home a:link, #home .nav ul .home a:visited  {
	background-image: url(../images/home_f2.gif);
}
.nav ul .history a:active, .nav ul .history a:hover, #history .nav ul .history a:link, #history .nav ul .history a:visited {
	background-image: url(../images/history_f2.gif);
}
.nav ul .what-we-do a:active, .nav ul .what-we-do a:hover, #what-we-do .nav ul .what-we-do a:link, #what-we-do .nav ul .what-we-do a:visited {
	background-image: url(../images/what-we-do_f2.gif);
}
.nav ul .values a:active, .nav ul .values a:hover, #values .nav ul .values a:link, #values .nav ul .values a:visited {
	background-image: url(../images/values_f2.gif);
}
.nav ul .home-for-life a:active, .nav ul .home-for-life a:hover, #home-for-life .nav ul .home-for-life a:link, #home-for-life .nav ul .home-for-life a:visited {
	background-image: url(../images/home-for-life_f2.gif);
}
.nav ul .neighbourhood a:active, .nav ul .neighbourhood a:hover, #neighbourhood .nav ul .neighbourhood a:link, #neighbourhood .nav ul .neighbourhood a:visited {
	background-image: url(../images/neighbourhood_f2.gif);
}
.nav ul .conditions a:active, .nav ul .conditions a:hover, #conditions .nav ul .conditions a:link, #conditions .nav ul .conditions a:visited {
	background-image: url(../images/conditions_f2.gif);
}
.nav ul .donate a:active, .nav ul .donate a:hover, #donate .nav ul .donate a:link, #donate .nav ul .donate a:visited {
	background-image: url(../images/donate_f2.gif);
}
.nav ul .contact a:active, .nav ul .contact a:hover, #contact .nav ul .contact a:link, #contact .nav ul .contact a:visited {
	background-image: url(../images/contact_f2.gif);
}
/*
div, p, ul, img, a {
	border: 1px solid red;
}
*/
#home-for-life .container .main-content img {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.3em;
}
#what-we-do .container .main-content img {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.3em;
}
#values .container .main-content img {
	margin-top: 1em;
	margin-bottom: 1em;
}
