/*******************
HOME CONTENT
*******************/
	
#main .main_content {
	border-left: 1px solid #dae8ec;
	border-right: 1px solid #dae8ec;
	border-bottom: 1px solid #dae8ec;
	background: #eff3f5;
	background-image: none;
	padding: 0;
	margin-top: 0;
	}
	
	#home .left {
		width: 303px;
		float: left;
		display: inline;
		background: url(images/homeleftbg.gif); top left no-repeat;
		overflow: hidden;
		}


	.engagements {
		width: 270px;
		margin: 45px auto 0 auto;
		overflow: hidden;
		}
		
	.engagements .header {
		display: block;
		}

	.logos {
		width:130px;
		height:90px;
		float: left;
		display: inline;
		background: url(images/engagementslogobg.gif) top left no-repeat;
		padding: 0;
		}

	
	table.homeeng {
		margin: 0;
		padding: 0;
		width: 130px;
		height: 90px;
		}
		
		table.homeeng tbody {
			border-top: 0;
			}
			
		table.homeeng td {
			text-align: center;
			width: 130px;
			height: 90px;
			}

	.engagements .text {
		width: 125px;
		float: right;
		display: inline;
		}

	.text p {
		margin: 0 0 .5em 0;
		}

#home .right {
	width: 415px;
	float: right;
	display: inline;
	background: url(images/homerightbg.gif) top left no-repeat;
	overflow: hidden;
	}

	.descrip {
		width: 330px;
		margin: 38px auto 0 auto;
		font-size: 13px;
		color: #353436;
		}
	.descrip a {color: #436c74; text-decoration: none;} 
	.descrip a:hover {color: #000; text-decoration: none;} 
	

#home #image {
	background: #fff url(images/mi_home.jpg) top left no-repeat;	
	width: 720px;
	margin: 13px auto 0 auto;
	height: 258px;
	}
	
#home #footer {
	background: url(images/footerbg_home.gif) top left no-repeat;
	}


