/*______________________________________________________________________________________________------------------------

	3colA.css - Contains the basic styles for the 3colA layout
	
	Authors - Mike Sachs, Wen Sun, Jason Bishop
	
______________________________________________________________________________________________------------------------*/

#bodyMaster {
	clear:both;
	position:relative;
	width:750px;
	margin:0 auto;
	text-align:left;
	background:#FFFFFF url("http://images.med.cornell.edu/v4/body/common/divider.gif") repeat-y left top;	
}
	  
#bodySub {
	width:100%;
}

/* Left column */
#leftCol {
	width:160px;
	float:left;
	/*      t    r    b   l	*/
	margin: 10px 18px 0px 0px;
	background:transparent;
}

/* Center column */
#centerCol {
	width:388px;
	float:left;
	/*      t    r   b   l	*/
	margin: 4px 0px 0px 0px;
	background:transparent;
}

/* Right column */	
#rightCol {
	width:165px;
	float:left;
	/* the -3px right margin is included here to fix the IE6 pc Duplicate Characters bug.
		details here: http://www.positioniseverything.net/explorer/dup-characters.html */
	/*      t    r   b   l	*/
	margin: 20px -3px 0px 15px;
	background:transparent;
}

/* Back to top */
#backToTop {
	clear:both;
	width:100%;
	text-align:right;
	/*      t    r   b    l	*/
	padding:20px 0px 20px 0px;
}
	