body {
	background-color: #1F1F1F;
}


/* Left navigational elements */

.nav {
	width:			266px;
	height:			150px;
	background-color: 		#2E669E;
}

.nav a { 	font-family: 		Arial, Verdana, Helvetica, sans-serif;
	font-size: 		10px;
	color: 			#FFFFFF;
	text-decoration: 		none;
	PADDING-TOP: 		3px;
	PADDING-BOTTOM:	3px;
	DISPLAY: 		block;
	PADDING-LEFT: 		44px;
}

.nav a:hover { 
	color: 			#FFFFFF; 
	text-decoration: 		none;
	background: 		url("./images/nav-yellowbox.gif") #4D7CAC no-repeat 33px 6px;
} 

.nav a:active { color: #FFFFFF; }

.nav a:visited { color: #FFFFFF; }


/* Rollover couple photo */

	.glow a {
		background:		url("./images/family-glow.jpg") no-repeat;
		width:			188px;
		height:			179px;
		display:			block;
				}
	.glow a:hover {
		background:		url("./images/family-glow.jpg") -188 0px no-repeat;
		background-position: 	-188 0px;
		}
	.glow a:active {
		background:		url("./images/family-glow.jpg") -188px 0px no-repeat;
		}

/* Rollover for Schedule a Consultation */

	.glow-s a {
		background:		url("./images/schedule2.gif") no-repeat;
		width:			332px;
		height:			82px;
		display:			block;
		}
	.glow-s a:hover {
		background:		url("./images/schedule2.gif") 0px -82px no-repeat;
		}
	.glow-s a:active {
		background:		url("./images/schedule2.gif") 0px -82px no-repeat;
		}


/* Baby photo in top-right with text on top */

.baby {
	display: 			block;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 		10px;
	color: 			#FFFFFF;
	line-height:		16px;
}

.copyright {
	PADDING-LEFT: 		44px;
	display: 			inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
	height: 20px;
}

