body {
	background: #058d8e url(../graphics/background-repeatall.jpg) repeat top center;
	margin: 0px;
}
#containerOuter {
	background: #058d8e url(../graphics/background-repeatall.jpg) repeat top center;
	min-width: 1020px;
}
#container1 {
	background: url(../graphics/container-bg3-pageloop.jpg) repeat-y top center;
	max-width: 1400px;
	margin: auto;
}
#container2 {
	background: url(../graphics/container-bg1.jpg) no-repeat top center;
}
#container3 {
	background: url(../graphics/container-bg2-top.jpg) no-repeat top center;

}
#container4 {
	margin: auto;
	background: url(../graphics/container-end.jpg) no-repeat bottom center;
}
#innerContainer {
	width: 1000px;
	margin: auto;
	padding: 0px 10px;
	padding-bottom: 190px;
}
#header {
	height: 220px;
	padding-bottom: 20px;
	position: relative;
}
#header h1 {
	margin: 0px;
}
#header h1 a {
	display: block;
	overflow: hidden;
	position: absolute;
	left: 30px;
	top: 100px;
	width: 220px;
	height: 100px;
	text-decoration: none;
	font-size: 1px;
	color: transparent;
}
#header #nav {
	line-height: 0px;
	position: absolute;
	bottom: 0px;
	left: 270px;
}
#header #nav ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#header #nav ul li {
	display: block;
	width: 100px;
	height: 80px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: none;
	margin-right: 20px;
}
#header #nav ul li a {
	width: 100px;
	height: 60px;
	padding-bottom: 20px;
	display: block;
	background: none no-repeat top left;
	border-bottom: 2px solid #333333;
	text-decoration: none;
}
#header #nav ul li.home a span { background: url(../graphics/nav/home.gif); }
#header #nav ul li.localadvicecentres a span { background: none;/*url(../graphics/nav/localadvicecentres.gif);*/ }
#header #nav ul li.oursupporters a span { background: url(../graphics/nav/oursupporters.gif); }
#header #nav ul li.ourwork a span { background: url(../graphics/nav/ourwork.gif); }
#header #nav ul li.housinghumanright a span { background: url(../graphics/nav/housinghumanright.gif?v=4); }
#header #nav ul li.getinvolved a span { background: url(../graphics/nav/getinvolved.gif); }
#header #nav ul li a:hover, #header #nav ul li.selected a {
	border-bottom-color: #48b0af;
}
#header #nav ul li a:hover span, #header #nav ul li.selected a span {
	background-position: bottom left;
}
#header #nav ul li span {
	width: 100px;
	height: 60px;
	display: block;
	font-size: 1px;
	color: white;
}
#header #nav ul li.texty a span {
	font-size: 16px;
	line-height: 20px;
	color: #666;
	font-style: italic;
	padding: 20px 0 0 0;
	height: 40px;
}
#header #nav ul li.texty a:hover span,
#header #nav ul li.texty.selected a span {
	color: #48b0af;	
}
#header #nav ul li.texty.factsheets a span {
	padding: 40px 0 0 0;
	height: 20px;
}
#header h1 a span {
	display: block;
	margin: -20px;
}
#quotebar {
	margin-top: 20px;
	width: 940px;
	height: 220px;
	background: url(../graphics/quotebar.gif) no-repeat;
	margin-left: 30px;
}
#quotebar p {
	display: none;
}
#contentArea {
	margin-left: 350px;
	margin-right: 190px;
	margin-top: 40px;
	padding-bottom: 40px;
	min-height: 850px;
	height: auto !important;
	height: 850px;
}
#footer {
	text-align: center;
	padding-top: 20px;
	color: white;
	font-size: 9pt;
}
#footer a {
	color: white;
	display: inline-block;
	margin: 0px 10px;
}