html {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}
#container {
	position:relative;

	width: 960px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
div#header h1 {
	width: 547px;
	height: 85px;
	background: #FFFFFF url(../images/home_page_title.jpg) no-repeat;
	text-indent: -9999px;
	margin: 20px auto 0 auto;
}

/* nav section */
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	float: left;
	list-style: none;
	display: block;
	background-color: #FF0000;
	height: 388px;
}
div#nav ul li a {
	height: 388px;
	display: block;
}
/* nav section - swap images */

/* Sharing Memories */
li#sm a {
	width: 238px;
	background: #FFFFFF url(../images/sm.jpg) no-repeat;
	text-indent: -9999px;
}
li#sm a:hover {
	background: #FFFFFF url(../images/sm_h.jpg) no-repeat;
}

/* Neighbourhood Activities */
li#na a {
	width: 177px;
	background: #FFFFFF url(../images/na.jpg) no-repeat;
	text-indent: -9999px;
}
li#na a:hover {
	background: #FFFFFF url(../images/na_h.jpg) no-repeat;
}

/* Victoria Tunnel */
li#vt a {
	width: 155px;
	background: #FFFFFF url(../images/vt.jpg) no-repeat;
	text-indent: -9999px;
}
li#vt a:hover {
	background: #FFFFFF url(../images/vt_h.jpg) no-repeat;
}

/* Heritage Education Service */
li#hes a {
	width: 159px;
	background: #FFFFFF url(../images/hes.jpg) no-repeat;
	text-indent: -9999px;
}
li#hes a:hover {
	background: #FFFFFF url(../images/hes_h.jpg) no-repeat;
}

/* Adult Education Service */
li#aes a {
	width: 231px;
	background: #FFFFFF url(../images/aes.jpg) no-repeat;
	text-indent: -9999px;
}
li#aes a:hover {
	background: #FFFFFF url(../images/aes_h.jpg) no-repeat;
}

/* page content */
div#content {
	clear:both;
	position: relative;
	margin: -10px 0 50px 0;
}
div#content p {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

div#sponsor_logos {
	border-top: 15px solid #14226B;
	padding: 5px 20px;
	/*width: 920px;*/
}
div#copyright {
	font-size: 75%;
	color:#EA632C;
	position: absolute;
	right: 20px;
	bottom: 25px;
}
div#level1_nav {
	position: relative;
	right: 1.5em;
	/*top: 0;*/
	text-align: right;
	/*background-color: #FAF1C9;*/
	font: 72%/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}
div#level1_nav li {
	display: inline;
	list-style-type: none;	
	color:#E44820; /* the orange colour of the dividers*/
}
a:link, a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: underline;
	color:#666666;
}
