

#pageBox {
	max-width:1000px; /* sets max layout width */
	min-width:1000px; /* sets min layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	position: relative;
	top: -30px;
	}
	
#pageBox_inner {
	max-width:900px; /* sets max layout width */
	min-width:900px; /* sets min layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	position: relative;
	top: -30px;
	}
	
.imgs3Row {
	position: relative;
	display: block;
	margin:0 auto;
	width: 750px;
	text-align: center;  
	padding: 0px;            
    }
	

.imgs3RowPict {
	width:240px;
	list-style-type: none;
	text-decoration: none;
	float:left;             
    }

.imgs3RowLine {
	width:2px;
	list-style-type: none;
	text-decoration: none;
	float:left; 
    }

	
	
#image {
    position: relative;
    left: 40px;
}

#divisions {
    display: inline;
}

.division {
    float: left;
    height: 300px;
    width: 333px;
}

.divisionTitle {
    font-size: 18pt;
    text-align: center;
    font-weight: 700;
}

.divisionHeading {
    font-size: 10pt;
    text-align: center;
}

.divisionDescription {
	font-size: 9pt;
    padding-top: 10px;
    text-align: center;
}

.divisionSubDescription {
	font-size: 8pt;
    text-align: center;
}

#sib {
    position: relative;
    top: 120px;
}

#cib {
    position: relative;
    top: 120px;
}

#one {
    text-align: center;
    font-size: large;
    padding: 10px;
}

#two {
    text-align: center;
    color: #705C43;
    padding-bottom: 10px;
}

#three {
    text-align: center;
    color: #705C43;
    padding-bottom: 10px;
}
