body{
	padding:0px; 
	text-align:center; /* IE5 doesn't support the margin: 0 auto; centering method so use text-align */
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	background:#5aad7b url(/advice-centre/assets/images/bg.gif) repeat;
	height:100%;
	margin:35px 0 0 0;
	font-size:70%;
	}
img{border:0;}
p{padding-bottom:0px; margin-bottom:0px;}
h2{font-size:1.2em; padding-bottom:0px; margin-bottom:0px;}
ul{
	padding:0px;
	margin:10px 0 20px 15px;
	list-style:none;
}
ul li{
	padding:0 0 2px 15px;
	background:url(/advice-centre/assets/images/sq-bullet.gif) top left no-repeat;
}
ul li a{
	text-decoration:none;
	color:#06a3dc;
	font-weight:bold;
}
ul li a:hover{
	text-decoration:underline;
}

/*all pages */
#wrapper{
	text-align:left; /* reset the text align placed in the body for IE5 */
	width:760px; 
	margin:0 auto;
	}
#header{
	width:760px; 
	background:url(/advice-centre/assets/images/bg-top.gif) no-repeat;
	height:85px;
	font-size:1.1em;	
	}
	#header.home{background: url(/advice-centre/assets/images/bg-top-home.gif) no-repeat;}
	#header #imps-logo{float:left; margin:-30px 0 0 10px; position:absolute;}
	#header.home #title{padding:30px 0 0 220px; text-align:left;}
	#header #title{padding:30px 0 0 130px; text-align:left;}
#content{
	background:#bbeaf8 url(/advice-centre/assets/images/bg-middle.gif) repeat-y;
	overflow:hidden;
}
	#content.base{
		background-color:#fff;
		padding:20px 20px 0 50px;
	}
	#content.base h1{text-align:left;}
	#content h1{
		margin:0px;
		font-size:1.3em;
		font-weight:bold;
		text-align:center;
		padding:10px 0 10px 0;
		color:#494848;
	}
	#content #healthy{
		float:left;
		padding-left:46px;
	}
	#content #safe{
		text-align:right;
		padding-right:46px;
	}
	#content #nav ul{
		padding:0px;
		margin:25px 0 20px 0;
		list-style:none;
	}
	#content #nav ul li{
		background:url(/advice-centre/assets/images/bullet.gif) no-repeat;	
		padding:0 0 25px 25px;
		font-size:1.3em;
		color:#3c3b3b;
	}
		#content #nav ul li a{text-decoration:none; color:#3c3b3b; font-weight:normal;}
		#content #nav ul li a:hover{text-decoration:underline; color:#3c3b3b;}
	#content #image{padding:20px;}
	#content #nav{float:left; width:250px;}
	#content .back{
		background:url(/advice-centre/assets/images/back.gif) no-repeat;
		padding:0px 0 0 30px;
		font-size:1.3em;
		font-weight:normal;
		color:#666666;
		margin:0px;
	}
		#content .back a{text-decoration:none; color:#666666;}
		#content .back a:hover{text-decoration:underline;}
		.externalLink{
			background: url('/advice-centre/assets/images/external_link.png') no-repeat left center;
			padding-left: 14px;
		}
#footer{
	background:url(/advice-centre/assets/images/bg-bottom.gif) no-repeat;
	height:53px;
	padding:50px 0 0 0;
	color:#fff;
	clear:left;
}
	#footer a{color:#fff; text-decoration:none;}
#footer.home{background:url(/advice-centre/assets/images/bg-bottom-home.gif) no-repeat;}
	#footer #copyright{float:left; padding:5px 0 0 30px;}
	#footer #terms{text-align:right; padding:5px 30px 0 0;}
