body {
	background:#660000;
	margin:0;
	padding:0;
	color:#660000;
	font-size:90%;
	line-height:1.25em;
	}

img {
	border:0;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1.1em;
	color:#336633;
	font-weight:normal;
	}

a:link, a:active, a:visited {
	color:#003300;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

#pageContainer {
	width:820px;
	}

#mainContent {
	width:648px;
	margin-left:91px;
	min-height:540px;
	background-color: #fef4d5;
	background-image: url(../pix/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}

#tree {
	float:left;
	margin-left:-70px;
	position:relative;
	top:-90px;
	}

#content {
	float:right;
	width:425px;
	margin-right:20px;
	margin-top:-208px;
	}

/******* BEGIN NAV STYLES ************/

#nav {
	float:left;
	width:144px;
	}

#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#nav li {
	margin:0;
	margin-bottom:7px;
	padding:0;
	float:left;
	}

#nav a {
	width: 144px; 
	height: 59px; 
	display: block; 
	margin: 0;
	}

#nav a span { 
	display: none; 
	}
#nav    .consulting {
	background-image: url(http://www.thecenter4learning.com/assets/images/_HomePage/nav_consulting.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

#nav .about {
	background-image: url(http://www.thecenter4learning.com/assets/images/_HomePage/nav_about.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#nav    .keynotes {
	background-image: url(http://www.thecenter4learning.com/assets/images/_HomePage/nav_keynotes.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

#nav .events {
	background-image: url(http://www.thecenter4learning.com/assets/images/_HomePage/nav_events.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

#nav .resources {
	background-image: url(http://www.thecenter4learning.com/assets/images/_HomePage/nav_resources.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
#nav a:hover { 
	background-position:0 -59px; 
	}

/********** END NAVIGATION ****************/

#footer {
	clear:both;
	text-align:center;
	padding:1em;
	}

#footer ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#footer li {
	display:inline;
	border-right:1px solid #000;
	margin:0;
	padding:0;
	}

#footer li.last {
	border:none;
	}

#footer a {
	padding:0 5px;
	margin:0 5px;
	}

