div#content {
	border-bottom:		#e1e1e1 1px solid;
	height:				550px;
	margin:				0 auto;
	padding-top:		40px;
	position:			relative;
	width:				900px;
}

/*	scrolling panes		*/
div#content div.pane-wrap {
	clear:				left;
	height:				460px;
	overflow: 			hidden;
	position:			relative;	/* fix for IE to respect overflow   		*/
	width:				900px;
}

div#content div.pane-scroll {
}

div#content div.pane-scroll div.pane {
	width:				900px;
	height:				460px;
}






/*	placeholder content		*/
div#content div.placeholder p {
	color:				#141b3d;
	font-size:			1.6em;
	margin:				6em 0;
	text-align:			center;
}




.work-item {
	position: relative;
	width: 276px; 
	height: 200px;
	float: left;
	padding-bottom: 2px;
	border-bottom: 1px solid #e1e1e1;
	margin-right: 36px;
}

div.last {
	margin-right: 0;
}

.work-item h4 {
	text-transform: uppercase;
	color: #888;
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	letter-spacing:.03em;
	margin-bottom: 4px;
}
.work-item p.summary {
	font-size: 10px;
	letter-spacing:.03em;
	margin: 1px 0 2px 0;
	color: #888;
}

.work-item-links {
	font-size: 10px;
}

.work-item-links a {
	color: #0798d4;
	text-decoration: none;
}

.work-item-links a {
	color: #0798d4;
	text-decoration: none;
	display: block;
	position: relative;
	padding: 0px;
}

.work-item-links a:hover {
	color: #141b58;
}

.work-item-links a.more {
	float: right;
	xwidth: 50px;
	text-align: right;
}

.work-item a.outer-link {
	margin-right: 75px;
	width: 100px;
}

.row2 {
	clear: both;
	padding-top: 40px;
}

.column1, .column2, .column3 {
	width: 30%;
	float: left;
}

.column1 p, .column2 p, .column3 p {
padding-bottom: 15px;
}

.column1 {

}

.column2, .column3 {
	padding-left: 35px;
}

h3{
	margin-bottom: 10px;
}

.job div,
.bg div {
	color: #555;
	margin-top: 2px;
}

.job div.job-description {
	margin-top: 14px;
}

.bg div.bg-description {
	margin-bottom: 7px;
}

div.intro-title,
div.job-title, 
div.bg-title {
	color: #000;
	font-weight: bold;
	padding-left: 7px;
	background: url(../img/interface/job-title-bg.gif) no-repeat top left;
}

div.intro-title {
	margin-bottom: 10px;
}


.project-title {
	color: #888;
	font-size: 19px;
	letter-spacing:.01em;
}

.project-pic {
	background: #f4f4f4;
	text-align: center;
	width: 900px;
	height: 410px;
}

.project-caption {
	color: #555;
	font-size: 12px;
	letter-spacing:.03em;
	padding-top: 15px;
	width: 890px;
}

a.inner-link {
	padding-left: 15px;
	background: url(../img/interface/arrow1.png) no-repeat left;
}


#footer {
	margin: 0 auto;
	padding: 10px 0;
	width: 900px;
	font-size: 10px;
	color: #555;
}



.project-back-next {
	width: 100px;
	float: right;
	text-align: right;
	padding-top: 12px;
}

.project-back-next img {
	cursor: pointer;
}

.client {
	color: #888;
	padding-top: 3px;
}