body {
	background-color:#a39e10;
	background-image:url(/images/util/backgrnd-projects.jpg);
	}
	
/* Projects Index page */
.content_wrapper.projectIndex {
	background-image:url(/images/projects/background-projects.jpg);	
	background-repeat:no-repeat;
	background-position:0px 0px;
	}
	
.content.projectIndexText {
	margin:103px 0px 0px 370px;		
	width:530px;
	height:240px;
	font-size:20px;
	line-height:26px;
	letter-spacing:1px;
	}
/*// Projects Index page //*/

/* Projects clients page */
.content_wrapper.clients {
	background-image:url(/images/projects/background-clients.jpg);	
	background-repeat:no-repeat;
	background-position:0px 0px;
	top:227px;
	left:34px;
	position:absolute;
	}
	
.content.clientsText {
	margin:0px;		
	width:700px;
	top:305px;
	left:250px;
	height:350px;
	font-size:20px;
	line-height:26px;
	position:absolute;
	z-index:3;
	}
	
div.liCol {
	margin:0px;
	padding:0px 8px 0px 0px;
	display:inline;
	width:220px;
	float:left;
	}
.liCol h6 {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	}
.liCol ul {
	margin:0px;
	padding:8px 0px 8px 0px;
	list-style:none;
	}
.liCol ul li {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#f1d581;
	list-style:none;
	}
/*// Projects Index page //*/