#centrePiece {
width: 1000px;
}

#contentColsWrapper {
width: 829px;
margin-top: -1px;
margin-bottom: -1px;
padding: 15px 0 0 20px;
color: #fff;
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
}

#contentColsWrapper h2 {
margin-bottom: 10px;
}

#contentColsWrapper p {
width: 600px;
}

#teamList {
border-top: 1px solid #fff;
margin-left: -20px;
margin-top: 10px;
}

#teamList div {
  clear: both;
  background-color: #ccc;
  height: auto !important;
  height: 150px; /* IE6: min-height version */
  min-height: 150px;
  color: #000;
  border-bottom: 1px solid #fff;
  width: 100%; /* IE6: contain floats */
}

#teamList div.last {
    border: 0;
}

#teamList div img,
#teamList div h3,
#teamList div p {
    float: left;
}

#teamList div h3 {
    margin-top: 25px;
}

#teamList div img {
    border-right: 1px solid #ffffff;
    margin-right: 15px;
    background-color: #ccc; 
}

#teamList div h3 {
font-weight: bold;
line-height: 1.3em;
margin-bottom: 10px;
}

div#adminPanel {
	width: 1000px;
}
div#adminPanel form {
	_margin-top: 7px;
	float:right;
}
div#adminPanel form fieldset#addPerson {
	margin: 0;
	width: 75px;
}
