/* Layout for photos_body CSS Document for Dr. George A. Toledo v2 _2007  */


/* 3 column - for staff and Before & After photos layout (image reduced by 10% eg: 270 x 191)
----------------------------------------------------------------------------------------------------------- */
#column_wrapper_body {
	float: left;
	width: 100%;
	font-size: 90%;
	color: #00331e;
	line-height: 1.5em;
	min-width: 600px;
	max-width: 1280px; /*add to avoid overlap on smaller screen sizes - to avoid printing problems*/
	/*background: url(img/info_btm.gif) repeat-x bottom left;*/
	}

#columnRight_body {
	 width: 49%; /*or 300px fixed width - to avoid printing problems*/
	 min-width: 300px;/*or 300px fixed width - to avoid printing problems*/
	 float: left;
	/*padding-bottom: 2em;*/
	}
#columnLeft_body {
	 width: 49%;/*or 300px fixed width - to avoid printing problems*/
	 min-width: 300px; /*to avoid overlap problems*/
	 float:left;
	 /*padding-bottom: 2em;*/
	 }
/*#columnMain_face {
	 width:100%;
	 float:left;
	padding-bottom: 2em;
	} no main column */
#columnLeft_body ul, #columnMain_body ul, #columnRight_body ul {
	margin: 0 0 .5em 0;
	padding: 0 0 0px 0px;
	color: #00331e;
	} 

#columnLeft_body a, #columnMain_body a, #columnRight_body a {
	text-decoration: none;
	font-weight: normal;
	}
#columnLeft_body ul li, #columnMain_body ul li, #columnRight_body ul li {
	margin: 0 0 0 5px;
	padding: 10px 0 0 10px;
	list-style: none;
	line-height: 110%; /* changed from 130% originally*/
	}

#columnLeft_body ul li img, #columnMain_body ul li img, #columnRight_body ul li img {
	padding: 12px;
	background: url(img/photo-frame.gif) no-repeat bottom right;
	border-top: 1px solid #e3e0ce;
	border-left: 1px solid #e3e0ce;
	border-right: 1px solid #b6b289;
	border-bottom: 1px solid #b6b289;
	}
#columnLeft_body ul li p.twoLine, #columnMain_body ul li p.twoLine, #columnRight_body ul li p.twoLine {
	padding-left: 12px;
	line-height: 1.2em;
	}
#clear {
	clear: both;
	}
	
/* End 3 column 
----------------------------------------------------------------------------------------------------------- */
	

/* Add an additiooonal column to center threePic 
-----------------------------------------------------------------------------------------------------------
#columnCenter_body {
	width: 53%;
	float:left;
	padding-bottom: 2em;
	margin-left: 15%;
	
	}
#columnCenter_body ul {
	margin: 0 0 .5em 0;
	padding: 0 0 0px 0px;
	color: #00331e;
	} 

#columnCenter_body a {
	text-decoration: none;
	font-weight: normal;
	}
#columnCenter_body ul li {
	margin: 0 0 0 5px;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: 110%; /* changed from 130% originally
	}
#columnCenter_body ul li img {
	padding: 12px;
	background: url(img/photo-frame.gif) no-repeat bottom right;
	border-top: 1px solid #e3e0ce;
	border-left: 1px solid #e3e0ce;
	border-right: 1px solid #b6b289;
	border-bottom: 1px solid #b6b289;
	}
	#columnCenter_body ul li p.twoLine {
	padding-left: 12px;
	line-height: 1.2em;
	} */
