* {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	margin: 0;
	background-color: #ff9801;
	}

#wrapper {
	width: 960px;
	height: 768px;
	margin: 0 auto;
	background-color: #FFF;
	}
	
#leftColumn {
	width: 314px;
	height: 768px;
	background: #1b9aff;
	float: left;
	display: inline;
	}
	
#mainColumn {
	width: 646px;
	height: 768px;
	float:left;
	display:inline;
	}



/* LEFT COLUMN STYLING */
#identity {
	width: 314px;
	height: 240px;
	background-image: url(../images/persistant/identity.gif);
	}

#leftColContact {
	width: 314px;
	height: 36px;
	margin: 407px 0 0 0;
	}

.leftColContactImg {
	height: 15px;
}

#leftColQuote {
	width: 314px;
	height: 260px;
	margin: 64px 0 0 0;
	}



/* CENTRE COLUMN */
#centreHeader {
	float: left;
	width: 646px;
	height: 135px;
	}

#creative {
	float: left;
	display: inline;
	margin: 78px 0 0 0;
	}

#headerNavBox {
	float: right;
	display: inline;
	width: 253px;
	height: 20px;
	margin: 116px 47px 0 0;
	}	

.navItem {
	float: left;
	display: inline;
	}

#contentBox {
	float: left;
	width: 646px;
	height: 633px;
	}
