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

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

#bodyMaster {
	clear:both;
	position:relative;
	width:750px;
	margin:0 auto;
	text-align:left;
	background:#FFFFFF;	
}
	  
#bodySub {
	width:100%;
}




/* Back to top */
#backToTop {
	clear:both;
	width:100%;
	text-align:right;
	/*      t    r   b    l	*/
	padding:20px 0px 20px 0px;
}
	
#master {
  background: url("http://images.med.cornell.edu/v4/headers/bg/wmc_home_header_bg.gif") repeat-x left top;
}
		
#panoSub {
	height:225px;
}

body

{

	margin: 0;

	padding: 0;

	text-align: center;

	/* IE PC display bug fix */

	voice-family: "\"}\"";

	voice-family: inherit;

	font-size: small;

}




