fbody {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #4861C9; /*Enter Background Color*/
	font-family: Verdana, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 12px; /*Enter Text Font Size*/
	
}

#header {
width: 982px;
height:265px;
margin-left: auto;
margin-right: auto;
}


#container {
width: 982px;
margin-left: auto;
margin-right: auto;
background-image:url(images/pediatrics/kidslinksBG.jpg);

}

div.left { 
width: 382px; 
float: left; 

display:inline;
} 
#sidebar {
padding-left:100px;
}
div.right { 
width: 600px; 
background: #DFEEFF; 
float: right; 
display:inline;
} 

#kidsfooter {
background-image:url(images/pediatrics/kidsfooterBG.jpg);
background-repeat:repeat-x;
width: 982px;
margin-left: auto;
margin-right: auto;
height:160px;
padding-top:5px;
padding-bottom:5px;

}

#clear {
clear:both;
}

h1 {
	margin: 0px 0px 0px 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	
	color: #0A2448;
}

h2 {
	margin: 10px 0px 10px 0px;
	font-family: Century Gothic;
	font-size: 20px;
	color:#003366;
	
	
	
}

h3 {
	margin: 10px 0px 10px 0px;
	font-family: Century Gothic;
	font-size: 16px;
	
	color:#006699;
	
}

a {
	
	color:#990000;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #564639;
}



a.footerlink:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8897c2;
	text-decoration: none;
}

a.footerlink:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8897c2;
	text-decoration: none;
}

a.footerlink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c8d2ee;
	text-decoration: none;
}

a.footerlink:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c8d2ee;
	text-decoration: none;
}

.doctordescription
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #c8d2ee;
	text-decoration: none;
}

/** Contact Form **/

#contactForm {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}


#contactForm input, #contactForm textarea {
	color: #7a0001;
	border: 1px solid #7c7c7c;
}

#contactForm .submit input {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	
	border: 1px outset #000000;
margin-top:5px;
background-color:#009900;
}

#listPage {
	
	padding-right:20px;
padding-bottom: 15px;
}

.procImages img {
	margin: 0px 10px 0px 10px;
	border: 1px solid #393041;
}
#about {
padding-right:20px;
padding-bottom: 15px;
}


#aboutImage {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	border: 1px solid #660200;
}

#services {
padding-right:20px;
padding-bottom: 15px;
}

#gallery {
	padding-bottom: 100px; /*Adjust based on image height*/
}

#gallery td {
	width: 50%;
}

#gallery table p {
	margin: 0;
}

#gallery table img {
	border: 1px solid #C1B483;
}


/*** Forms ***/

#forms h3 {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}

#forms img {
	margin: 40px 0 0 0;
}

/*** Contact ***/

#contact {

}


/*** Site Map ***/

#sitemap {
	padding-left: 20px;
}

#sideNav {
	margin: 0 auto;
	width: 303px;
	position: relative;
	top: 10px;
	background-color: #ffffff;
	border: 1px solid #9b9b9b;
	text-align: center;
	font-size:9px;
	padding:5px;
	margin-bottom:20px;
}


/*   Special Classes
--------------------------------------------------------------------------------------------------------------------------------------------------------- */

.center												{
															text-align: center;
															width: 100%;
															margin: 24px auto;
														}
														
p.center img										{
															border: 2px solid #000;
															text-shadow: 5px 5px 3px #000;
														}														
