/* Ortho Physicians Style Sheet */

#content {
	width:980px;
	height:1000px;
}
#left-rail {
	width:220px;
	height:1000px;
	float:left;
	background-color: #fff;
}
#main-content {
	width:760px;
	height:1000px;
	float:left;
	background-color: #FFF;
}
#main-content p {
	font-family: Arial;
	font-size:16px;
	color:#868585;
	padding-bottom: 20px;
	line-height: 1.6em;
}
#main-content a {
	color:#5593CF;
	text-decoration:none;
}
#main-content .header {
	font-family: Arial;
	font-size:18pt;
	color:#1989CA;
}
#physicians {
	position:absolute;
	width:680px;
	top: 165px;
	text-align: left;
	margin-left: 25px;
}
#physicians .section {
	font-size:13.5pt;
	color:#4c8dd1;
}
#nav .nav-physicians {
    background-position:132px;
    }
  
