	body  {
		background: url("./bg4.jpg");
		background-color: #DBDBCF;
		text-align: center;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	body, td, th {
		margin: 20px auto 20px auto;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	  	font-size: 80%;  /*this seems consistent across modern browsers*/
		}
	a   {
		text-decoration: none;
		font-weight: bold;
		}
	h1  {
		font-size: 2.0em;
		font-weight: normal;
		margin: 0.2em 0em;
		COLOR: #46845F;
		}
	h2  {
		font-size: 1.7em;
		margin: 0.2em 0em;
		font-weight: normal;
		}
	h3  {
		font-size: 1.4em;
		margin: 0.2em 0em;
		font-weight: normal;
		}
	
   .top a:link, .top a:visited, .top a:hover { text-decoration: none; color: #CCCCff; font-weight: bold; }
  
	a:link {color: blue;}
	a:visited {color: #333399;}
	a:hover {color: #339933;}

	.inner{
	padding: 10px;
	text-align: left; 
    background: url("./doctor3.png") no-repeat;
 	background-position: bottom right;
	}
		
	.maintext{
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	color: #4076A6;
	}
		
   .center{ 
	position: relative;
	display: block; /* */
	margin: 0px auto 0px auto;
	}
		
	.row3rds{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-width: 1px;
	border-color: #990000;
	background-color: yellow;
	text-align: left;
	width: 600px;
	border-style: solid;
	margin: 0;
	padding: 10;
	}
	
	.toprow{
	border-style: solid solid none solid;
	}

	.middlerow{
	border-style: none solid;
	}
	
	.bottomrow{
	border-style: none solid solid solid;
	}
	
	.row3rds div{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	margin: 0px;
	padding: 0px 10px;
	width: 33%;
	}
			
	.row3rds .two3rds{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	padding: 0px 10px;
	width: 66%;
	}
			
	br {
	clear: both;
	}

	hr{
	color: #236763;
}
