/*______________________________________________________________________________________________------------------------

	[site].css - Template for customized site styles
	
	Authors - Mike Sachs, Wen Sun, Jason Bishop
	
______________________________________________________________________________________________------------------------*/


#bodyMaster {
	clear:both;
	position:relative;
	width:750px;
	margin:0 auto;
	top:35px;
	text-align:left;
}
	  
#bodySub {
	width:100%;
}

#leftCol {	
	float:left;
	/*      t   r   b    l	*/
	margin: 0px 50px 30px 0px;
	width:430px;
	background:transparent;
}


#horizontalLine {
	margin:1px 0px 10px 0px;
	height:1px;
	width:100%;
	background:url("http://images.med.cornell.edu/body/common/dottedLine-h.gif") repeat-x left bottom;
}

#news {
	/*      t   r   b    l	*/
	float: left;
	clear: both;
	margin: 0px 0px 15px 0px;
	}

#homePageBox {
	/*      t   r   b    l	*/
	float: right;
	width: 266px;
	margin: 0px 0px 30px 0px;
	background: #FFE2A7;
	/* this is a fix for the peakaboo bug on IE for a PC
		Details here: http://www.positioniseverything.net/explorer/peekaboo.html*/
	/*position:relative;*/
	}
	
#homePageBoxTop {
	height:18px;
	background: #FFE2A7 url("http://images.med.cornell.edu/body/cornelldermatology/ul_corner.gif") no-repeat left top;
	}
	
#homepageBoxItemBreak {
	/*      t   r   b    l	*/
	margin: 15px 0px 15px 0px;
	height:1px;
	width:100%;
	background: url("http://images.med.cornell.edu/body/common/dottedLine-h.gif") repeat-x left bottom;
	}
	
#homePageBoxBottomLeft {
	float:left;
	top:0px;
	width:18px;
	height:18px;
	background: #FFE2A7 url("http://images.med.cornell.edu/body/cornelldermatology/ll_corner.gif") no-repeat left top;
	}
	
#homePageBoxBottomRight {
	float:right;
	width:163px;
	height:18px;
	background: #FFE2A7 url("http://images.med.cornell.edu/body/cornelldermatology/lr_corner.gif") no-repeat right top;
	}			
		
.clearBoth {
	clear:both;
	font-size:0px;
	}
	
#dotdash {
	/*      t   r   b    l	*/
	margin: 25px 0px 25px 0px;
	height:1px;
	width:100%;
	background: url("http://images.med.cornell.edu/body/cornellneurosurgery/ind_fea_tab_lin.gif") repeat-x left bottom;
	}	
	

.clerBoth {
	clear:both;
	font-size:0px;
}

		
#rightCol {
	display:none;
	}
	
#backToTop {
	display:none;
}


