/*
	css set up of fixes
*/


/*
	explorer navigation link fixes to make entire block clickable
*/
* html #nav a {
	height: 1px;
}

/*
	double margin  and 3 pixel gap bug fix for IE6 and less
*/
* html #content_main {

	display:inline;
	width : 470px;
/*	float:left;
	margin: 0px 0px 0px 240px;

	padding:0px 0px 0px 0px;
	border:none;*/	
}
* html #content_us {
/*	float:right;
	width : 240px;
	margin:0px;
	padding:0px;
	border:none;*/
	margin-right:-6px;
	display:inline;	
}
* html #content_client {
/*	float : left;
	width : 240px;
	margin:0px 0px 0px -720px;
	padding:0px;
	border:none;     */
	margin:0px 0px 0px -710px;	
	display:inline;

}
*html #content {
/*	width:960px;
	float:left;
	margin: 0px 0px 0px 0px;	*/
	display:inline;	
}
#dMLink {
	text-indent: -9999pt;
}
#signup input {
	margin-left: 15px;
}

