/*---------------------------------------------------------------------*/
/* Imports 
/*---------------------------------------------------------------------*/

/*---------------------------------------------------------------------*/
/* Globals
/*---------------------------------------------------------------------*/

/*---------------------------------------------------------------------*/
/* Splash Picture
/*---------------------------------------------------------------------*/

div#splashInt {
	margin-left						: auto;
	margin-right					: auto;
	margin-bottom					: 10px;
	
	width							: 596px;

}

div#splashInt div.r1c1, div#splashInt div.r2c1, div#splashInt div.r3c1 {
	height							: 41px;
}

div#splashInt div.r1c1 {
	background-image				: url(../images/splash-reconstructive-dentistry-r1-c1.jpg);
}

div#splashInt div.r2c1 {
	background-image				: url(../images/splash-reconstructive-dentistry-r2-c1.jpg);
}

div#splashInt div.r3c1 {
	background-image				: url(../images/splash-reconstructive-dentistry-r3-c1.jpg);
}

