#leftWrapper {
	width: 479px;
	border-right: 1px solid #f5f5f5;
	float: left;
}


.rightWrapper {
	width: 480px;
	border-left: 1px solid #f5f5f5;
	margin-left: -1px;
	float: right;
}

.rightWrapper_inner {
	width: 424px;
	float: right;
}


#work_title {
	background-image: url(../images/ourwork.gif);
	background-repeat:no-repeat;
	background-position: 13px 0px;
	height: 54px;
}

.website_title {
	float: left;
	clear: both;
	font-size: 16px;
	color: #D26900;	
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 18px;
	letter-spacing: -0.05em;
}

.website_date {
	float: left;
	clear: left;
	font-size: 11px;
	color: #005188;
	font-weight: bold;
	margin-bottom: 2px;
	margin-left: 18px;
	text-transform:uppercase;
	display: none;
}

.work_links {
	margin-top: 0px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #E6E6E6;
	margin-right: 72px;
}

.previews {
	display: none;
}

.rightWrapper_inner .work_links {
	margin-right: 20px;
}

.work_links a {
	line-height: 16px;
	color: #808080;
	text-decoration: none;
	border-bottom: 1px dotted #808080;
}

.work_links a:hover {
	color: #616161;
	border-bottom: 1px solid #616161;
}


/* Info boxes */
#info_mp,
#info_ddd, 
#info_ps, 
#info_tls, 
#info_harl, 
#info_syria {
	margin-top: 10px;
	margin-left: 18px;
	width: 388px;
	float: left;
	font-size: 14px;
	clear: both;
}

/************/

/* Global left aligns */

#portfolio_mp,
#portfolio_ddd, 
#portfolio_tls {
	width: 100%;
	margin-top: 30px;
	float: left;
}

#ss_mp,
#ss_ddd, 
#ss_tls {
	float: left;
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 20px;
	text-align: left;
}
/****************/

/* Global right aligns */
#portfolio_ps, 
#portfolio_harl, 
#portfolio_syria {
	margin-top: 30px;
	float: right;
	width: 480px;
}

#ss_ps, 
#ss_harl, 
#ss_syria {
	width: 100%;
	float: right;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 20px;
	text-align: right;
	
}

/*****************/


a.upButton {
	background-image: url(../images/miniarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	height: 20px;
	width: 40px;
	border: none; 
	cursor: pointer;
	text-indent: -1000%;
	display: block;
}
