TABLE#folders TD#folder {
	background: #FFF url(images/bg_white_folder.gif) no-repeat;
	width: 583px;
	height: 349px;
	vertical-align: top;
}


TABLE#content {
	height: 341px;
	width: 562px;
}

/* need separate P decarations based on which page we are on, since some bleed to edge  */
TABLE#content TD P {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #300;
	font: 11px Arial, sans-serif;
	line-height: 18px;
}

TABLE#content TD P#interior {
	margin-right: 25px;
}




#phrase {
	position: relative;   /*  Must use positioning along with left  */
	left: -20px;          /*  because a using negative margins clips content in IE Windows  */
	margin-top: 25px;
	margin-bottom: 7px;
}

#beauty {
	margin-right: 20px;
}






TABLE#content_news {
	height: 341px;
	width: 572px;
}

/* need separate P decarations based on which page we are on, since some bleed to edge  */
TABLE#content_news TD P {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #300;
	font: 11px Arial, sans-serif;
	line-height: 18px;
}

TABLE#content_news TD#link_arrows_news {
	height: 20px;
}

TABLE#content_news TD#link_arrows_news IMG#next {
	margin-right: 10px;
}



DIV#scrollable {
	height: 200px;
	width: 305px;
	margin-right: 0px;
	margin-bottom: 8px;
	overflow: auto;     /* Note: Safari won't display scrollbars unless the initial state of the DIV is set to auto  */
	scrollbar-face-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #300;
}

DIV#scrollable P {
	margin-right: 20px;
}

DIV#scrollable P.long {
	margin-right: 10px;
	margin-bottom: 15px;
}

.loupe {
	position: relative;
	top: 7px;
	
	margin-right: 2px;
	
}

A.external {
	font-weight: normal;
	text-decoration: underline;
}
