body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	line-height: 134%;
	background-color: #fff;
}

#holder {
	width: 875px;
	background-color: White;

}

.clear {
	clear: both;
}

#centre {
width: auto;

}
#left {
	width: 220px; 
	text-align: left;
	float: left;
}

#footer {
  clear: both;
  background-image: url(../img/footer.png);
  background-repeat: no-repeat;
width: auto;
  height: 73px;
  
}

#top-right{
/* extra padding?!?!?! */
	height: 118px;
}

#login-box{
	width: 220px;
	height: 140px;
	background-image: url(../img/login-bg.png);
}

#pink-yellow{
	/* divide top / bottom */
		background-image: url(../img/pink-yellow-spacer.png);
	height: 43px ;
	width: 875px ;
}

#contact-us{
	width: 222px;
	background: #276EB8;
}

#content{
		width: 875px ;
}

#content-left {

width: 240px ;
float: left;
}
#content-center {

width: 400px ;
float: right;

}

#content-right {
	
width: 230px ;	
float: right;
}