body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#wrapper {
	position:relative;
	left:50%;
	margin-left:-400px;
	top:0px;
	width:794px;
}
#head{
	background: transparent url(images/header.png) no-repeat scroll top left;
	width: 848px;
	height: 517px;
}
#avocatsmontreal {
	/*border: 1px solid green;*/
	float: left;
	display: block;
	margin: 157px 0px 0px 200px;
	width: 200px;
	text-indent: -10000px;
}	
#avocatsmontreal a {
	float: left;
	width: 200px;
	/*border: 2px solid blue;*/
}

#montreallawyers {
	/*border: 1px solid red;*/
	margin: 426px 0px 0px 0px;
	float: right;
	display: block;
	width: 200px;
	text-indent: -10000px;
}
#montreallawyers a {
	float: right;
	width: 200px;
	/*border: 2px solid blue;*/
}

#footer{
	clear: both;
}
#more_keep_your {
	display:none;
	border-top: none !important;
	margin-top: 15px;
}
.read_more, .read_more a:link, .read_more a:visited {
	color:#E02806;
	cursor:pointer;
	text-decoration: none;
	display: block;
	margin: 5px 1px 0px 7px;
	text-align: right;
}
.read_more a:hover {
	text-decoration: underline;
}
em{
	font-weight: bold;
}