div#left
{
width: 60%;
float: left;
}

div#right
{
width: 35%;
float: right;
}

div#centre
{
width: 1%;
float: left;
}

#stevie {
	width:200px;
	height:175px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background: #FFFFFF url('images/stevie.jpg')
}

#ncca {
	width:200px;
	height:79px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background: #FFFFFF url('images/NCCA.jpg')
}

#ltt {
	width:200px;
	height:125px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background: #FFFFFF url('images/ltt.jpg')
}

#testimonial {
	width:250px;
	height:auto;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#welcome {
	position:relative;
	width:330px;
	height:80px;
	left:0px;
	top:0px;
	background:#000000 url('images/Welcome.png')
}
