#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 {
	background-color: #ccc;
  height: auto !important;
  height: 150px; /* IE6: min-height version */
  min-height: 150px;
  color: #000;
  border-bottom: 1px solid #fff;
 overflow: none;
  width: 100%; /* IE6: contain floats */
}
#teamList div img {
	float: left;
}

#teamList div.inner {
	float: left;
	width: 600px;
	padding-top: 20px;
}
#teamList div.last {
    border: 0;
}

#teamList div img,
#teamList div h3,
#teamList div p {
}


#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;
}

.careersInner {
	width: 500px;
}

div#adminPanel {
	width: 1000px;
	border: 1px solid #000;
}
div#adminPanel form {
	_margin-top: 7px;
	float:right;
}
div#adminPanel form fieldset#addArticle {
	margin: 0;
	width: 75px;
	margin-top:5px;
}
p.indented { 
	margin-left:20px; 
}
