/**
* Content / Midle on all pages
*
*/

/* -------------------------------------- */
 
 
#middleWrapper {
	background:FFFFFF;
	clear: both;
	padding:15px 25px 10px 25px;
}



#leftSideContactInfo {
	text-align:left;
	padding:5px 10px 25px 25px;
	width: 150px;
}

		.leftSideContactInfoLineSeparation {
			margin:10px 0;
			width:120px;height:3px;	
			background-image:url(../images/lineSeparation.jpg);
			background-repeat:repeat-x;
		}
		



