@charset "utf-8";
/* CSS Document */

divs {
	border: black solid 1px;
}

#outer {	
	width: 703px;
	background-image: url('images/introjob.jpg'); /*703x118*/
	background-repeat: no-repeat;
}

#top_spacer {
	width: 703px;
	height: 25px; /* smoother transition into curves with 35px */
	/*background-color: blue;*/
}

#bottom_spacer {
	width: 703px;
	height: 31px;
	background-image:url('images/introbot.gif'); /*703x31*/
}

#middle8 {
	width: 671px;
	background-image: url('images/introjobm.gif');
	background-repeat: repeat-y;
	padding: 0 16px;
}

#aboutUs {
	height: 25px;
	float: left;
	
	font-family: verdana; 
	font-weight: bold;
	font-size: 14px; 
	color: #000000;
}

#printerFriendly {
	height: 25px;
	float: right;

	font-family: verdana;
	font-size: 9px;
	color: #7f7f7f;	
}

#printer_icon { /* 20x23 */
	height: 25px;
	float: right;
}

.vertical_centre {
	border: none;
	padding: none;
	margin-top: auto;
	margin-bottom: auto;
}
	
#aboutContent {
	clear: both;
	min-height: 128px;
	/*height: 250px;	*/
	
	font-family: verdana; 
	font-size: 14px; 
	color: #000000;
	font-weight: bold;
	text-align: center; 
	vertical-align: middle;
}

#aboutContent p {	
	color: #000000;
	vertical-align: middle;
	
	font-size: 12px; 
	font-weight: normal;
	/*font-family: Arial;*/
	font-family: verdana, Helvetica, sans-serif;
	text-align: justify;	
}