html { height: 100%; }

body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333300;
	height: 100%;
	background-color: #fefceb;
	line-height: 18px;
}

.firefox {
border-collapse: collapse;
height: 100%;
width: 100%; 
margin: auto;
margin-top:0px;
}

.copyright {
color: #968547;
font-size:13px;
}

.bodytext {
color: #996633;
}

.bodytext a {
text-decoration:none;
color: #996633;
}

.bodytext a:hover {
background-color:#996633;
text-decoration:none;
color: #fefceb;
}

#logo {
	padding-left: 50px;
	padding-top: 46px;
	}

#container {
	height: auto !important;
	width: 808px;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content_background.jpg);
	}

#bodyspace {
	float: right;
	width: 470px;
	text-align: left;
	padding-top: 80px;
	padding-left: 35px;
	padding-right: 45px;
	}
	
	
#leftmenu {
	float: left;
	width: 180px;
	text-align: left;
	margin-left: 70px;
	margin-top: 15px;
	line-height: 41px;
	font-size: 17px;
	font-variant: small-caps;
	list-style:none;
}

#welcome {
	width: 430px;
	background-image:url(images/welcome.jpg);
	background-repeat:no-repeat;
}

#whatwedo {
	width: 470px;
	background-image:url(images/what_we_do.jpg);
	background-repeat:no-repeat;
}

#howwecanhelp {
	width: 430px;
	background-image:url(images/how_we_can_help.jpg);
	background-repeat:no-repeat;
}

#specialprogrammes {
	width: 430px;
	background-image:url(images/special_programmes.jpg);
	background-repeat:no-repeat;
}

#listeningchecklist {
	width: 430px;
	background-image:url(images/listening_checklist.jpg);
	background-repeat:no-repeat;
}

#contactus {
	width: 430px;
	background-image:url(images/contact_us.jpg);
	background-repeat:no-repeat;
}


h1 {
color:#c79022;
font-size: 18px;
font-variant: small-caps;
font-weight:200;
letter-spacing: 0.1em;
line-height: 19px;
}

h2 { 
color:#c79022;
font-size: 16px;
font-variant: small-caps;
font-weight:200;
letter-spacing: 0.1em;
}

.apageheading
{color:#c79022;
font-size: 16px;
font-variant: small-caps;
font-weight:200;
letter-spacing: 0.1em;}

.apageheadinglge
{color:#c79022;
font-size: 18px;
font-variant: small-caps;
font-weight:200;
letter-spacing: 0.1em;}


.apageheadingsml
{
font-size: 12px;
font-variant: small-caps;
letter-spacing: 0.1em;}


#footer {	
	position: absolute !important;
	height: 65px;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 0;
	margin: 0;
	background-color: #fefceb;		
	color: #fff;	
	font-size: 11px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}	
	
#footer p { margin: 0 10px; text-align: center; }	

#footer a:hover { background-color: #222; }

