/* SERVICES PAGES */
	#body .container .rightSection {
		width: 538px;
		float: right;
		background-image:  url(../images/contact_bg.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		padding: 1px 0px 24px 0px;
	}
	
	#navigation { 
		background-image: url(../../images/menu_left_bg.jpg);
		background-repeat: no-repeat;
		background-position: left;
	}

		#body .container .rightSection .sectionRight {
			float: right;
			padding: 25px 0px 0px 10px;
		}
		
		#body .container .rightSection .sectionRight .body-text .content {
			padding: 0px 30px 0px 0px;
			float: left;
		}
		
		#body .container .rightSection .sectionRight .body-text .content a {
			text-decoration: none;
			color: #005f82;
		}
		
		#body .container .rightSection .sectionRight .body-text .content a:hover {
			color: #626262;
		}