body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;	
	margin: 0 0 0 0;
}

#getInTouchBlock {
	position: absolute;
	width:537px;
	height:408px;
	z-index:51;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
	margin-top: -204px; /*set to a negative number 1/2 of your height*/
	margin-left: -268px; /*set to a negative number 1/2 of your width*/	
}

#the-usual-suspects {
	position: absolute;
	width:580px;
	height:320px;
	z-index:51;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
	margin-top: -204px; /*set to a negative number 1/2 of your height*/
	margin-left: -268px; /*set to a negative number 1/2 of your width*/	
}

#portfolioBlock-displays, #portfolioBlock-exhibits, #portfolioBlock-promotions {
	position: absolute;
	width:345px;
	margin-left: -178px; /*set to a negative number 1/2 of your width*/		
	margin-top: -270px; /*set to a negative number 1/2 of your height*/
	z-index:51;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
}

p, #body-copy {
	font-size: 14px;
	font-weight:bold;
	color:#000000;	
	text-align: left;
	padding-left:10px;
	padding-right:4px;	
}

#index-copy-area {
	background-image:url(images/index/body-copy-background.jpg);
	background-repeat:repeat-y;
	background-position:bottom;	
}

#design-copy-area {
	background-image:url(images/design/body-copy-background.jpg);
	background-repeat:repeat-y;
	background-position:bottom;	
}

#deliver-copy-area {
	background-image:url(images/deliver/body-copy-background.jpg);
	background-repeat:repeat-y;
	background-position:bottom;	
}

#manufacture-copy-area {
	background-image:url(images/manufacture/body-copy-background.jpg);
	background-repeat:repeat-y;
	background-position:bottom;
}

#support-copy-area {
	background-image:url(images/support/body-copy-background.jpg);
	background-repeat:repeat-y;
}

.hide {
	visibility:hidden;
}

table.portfolio-holder {
	border-color: #FFFFFF;
	background-color:#FFFFFF;
	border-width: medium;
	border-style: solid;
}