html, body, div, address, p, ul, li {
	margin: 0;
	padding: 0;
}

.centralise {
	width: 557px;
	margin: 0px auto;
}

h1 {
	width: 557px;
	height: 106px;
	float: left;
	display: inline;
	background: url(/library/images/gaia-law.jpg) no-repeat;
	margin: 100px 0px 41px;
	padding: 0px;
}

h1 span {
	display: none !important;
}

.info {
	width: 557px;
	float: left;
	display: inline;
}

address, p {
	width: 557px;
	float: left;
	display: inline;
	margin-bottom: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
	color: #333;
}

p span {
	color: #00B819;
	font-weight: bold;
}

ul {
	width: 557px;
	float: left;
	display: inline;
	margin-top: -20px;
	margin-bottom: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
	color: #333;
	list-style: disc !important;
	list-style-type: disc !important;
}

ul li {
    width: 500px;
    float: left;
    display: inline;
    margin: 0 0 0 20px;
    padding: 0;
   	list-style: disc;
	list-style-type: disc;
}

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

a:hover {
	text-decoration: underline;
}

.cb {
	clear: both;
}

.info-text {
    width: 519px;
    margin-left: 18px;
    text-align: left;
    line-height: 18px;
    margin-bottom: 41px;
}