div#header {
	position: relative;
	margin: 0 auto;
	height: 310px;
	width: 800px;
}

	div#header h1 {
		display: none;
	}
			
	#header #address {
		position: absolute;
		left: 220px;
		top: 90px;
		width: 511px;
		height: 24px;
		color: black;
	}
		
		#address img {
			position: absolute;
			top: 0px;
			right: 30px;
		}

		#address p {
			font-weight: bold;
			text-align: center;
			font-size: 14px;
		}	
	
	#header #heading {
		position: absolute;
		left: 200px;
		top: 208px;
		width: 501px;
		height: 35px;
		background: url('../images/heading.png') no-repeat;
	}
	
		#header #heading p {
			text-align: right;
			color: white;
			padding-right: 15px;
			font-size: 19px;
			line-height: 23px;
		}
	
	#header #slogan {
		position: absolute;
		left: 5px;
		top: 239px;
		width: 790px;
		height: 61px;
		background: url('../images/slogan.png');
		line-height: 32px;
	}
	
		#header #slogan p {
			font-weight:bold;
			color: black;
			text-align: right;
			padding-right: 15px;
			font-size: 20px;
			line-height: 52px;
		}
	
	div#header img.logo {
		width: 300px;
		position: absolute;
		left: 10px;
		top: 5px;
		z-index: 10;
		text-decoration: none;
	}

