/*****************************************************/
/*	2-Column basic LAYOUT */

body {
	text-align:center;
}

#container {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#leftCol {
	float:left;
	width:229px;
	overflow:hidden;	/* Prevent unintended expansion and float-drop */
}

#centerCol {
	float:left;
	width:757px;
	padding:0px 0px 8px 4px;
	overflow:hidden;	/* Prevent unintended expansion and float-drop */
}

#centerCol div.frame {
	float:left;
	width:522px;
}

#centerCol #contact.frame {
	width:227px;
	float:right;
	clear:right;
	/*margin-left:528px;*/
	margin-bottom:0px;
}

#centerCol #contact div.inFrame {
	margin:3px;
	border:1px solid #FFFFFF;
	padding:8px 4px 8px 8px;
	background:url(/images/common/bg-leftnav.jpg) left top repeat-x scroll;
}

#centerCol #breadCrumbs { margin-right:4px; }

#content #disclaimers {	width:496px; }


#content {
	padding-left:8px;
	padding-right:12px;
}

#rightCol {
	float:left;
	width:229px;
	overflow:hidden;	/* Prevent unintended expansion and float-drop */
	margin-left:528px;
}

#content table.compare th {
	vertical-align:top;
}


