body 
	{	
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	color: #000;
	background: #fff url(../images/sky_gradient.jpg) repeat-x 0 0;
	}
	
#pageHolder 
	{
	width: 100%;
	top: 0;
	left: 0;	
	margin: 0;
	padding: 0;
	}
	
#wrapper, #mainBody
	{
	width: 960px;
	margin: 0;
	padding: 0;
	}
	
#header
	{
	margin: 0;
	padding: 0;
	height: 155px;	
	}
	
#leftSide
	{
	width: 206px;
	float: left;
	margin: 0;
	padding-top: 41px;
	background: #fc3 url(../images/green_panel.jpg) no-repeat 0 0;
	}
	
#greenStrip
	{
	height: 46px;
	margin: 0;
	padding: 0;
	}

#contactStrip
	{
	background: #fc6 url(../images/phone_back.jpg) no-repeat 0 0;
	padding-left: 10px;
	margin: 0;	
	}
	
#mainPanel
	{
	width: 748px;
	float: left;
	margin: 0;
	padding: 0;
	background: #fff url(../images/main_back.jpg) repeat-x left bottom;
	border-left: 3px solid #393;
	border-right: 3px solid #393;
	}
	
.textHolder
	{
	width: 520px;
	margin-left: 15px;
	}
	
/* main pods */

#daddyPod
	{
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
#mummyPod
	{
	width: 538px;
	float:left;
	margin-right: 1px;
	text-align: right;
	}
	
#teenPod
	{
	width: 748px;
	float: left;
	}
	
#podBabies
	{
	width: 209px;
	float: right;

	}

.babyPod, .babyPodTop
	{
	width: 209px;
	margin-top: 1px;
	background: #39c url(../images/pod_back.jpg) repeat-y 0 0;
	padding: 0;
	}
	
.babyPodTop
	{
	margin-top: 0;

	}

.podImage
	{
	float: right;
	}
	
#leftHolder
	{
	background: #fc3 url(../images/left_back.jpg) repeat-y left bottom;
	width: 100%;

	}
	
#mainBot
	{
	height: 39px;
	background: #fff url(../images/main_bottom.jpg) no-repeat 0 0;	
	margin-left: 206px;
	}
	
#footer
	{
	background: #fc3 url(../images/footer.jpg) no-repeat left bottom;
	width: 916px;
	height: 40px;
	padding-top: 15px;
	margin: 0 0 10px 0;
	}
	
.testimonials, .testimonialsLast
	{
	padding: 10px 0;
	}
	
.testimonials
	{
	border-bottom: 1px solid #CF9;	
	}
	
.testimonials b, .testimonialsLast b
	{
	color: #393;
	font-weight: normal;
	}
	
	
/* fonts */
h1, h2, h3
	{
	font-size: 130%;
	font-family: arial, verdana, sans-serif;
	color: #f60;
	font-weight: normal;	
	}
	
h2
	{
	font-size: 110%;
	padding: 2px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ddd;
	}
	
h3
	{
	font-size: 100%;
	color: #000;
	padding-bottom: 0;
	margin-bottom: 0;
	}
	
p, li
	{
	font-size: 80%;
	margin: 5px 0;
	}
	
.textHolder p, .textHolder ul
	{
	line-height: 1.4;
	}
	
#podBabies p
	{
	font-size: 70%;
	color: #fff;
	padding: 5px 0 0 5px;
	margin: 0;
	}

#footer p
	{
	padding-left: 206px;
	}
	
.bigger
	{
	font-size: 120%;
	color: #f30;
	margin: 0;
	}
	
#mainPanel li
	{
	padding: 2px 0;
	}
	
#navigate ul 
	{
	list-style-type: none;
	margin-left: 0;
	padding: 0;

	}
	
/* links */

a:link
	{
	color: #363;
	}

a:hover
	{
	color: #f60;
	}
	
a:visited
	{
	color: #666;
	}

#navigate ul, li
	{
	margin: 0;
	}

#navigate a:link, #navigate a:hover, #navigate a:visited
	{
	background: #fff url(../images/nav_back.jpg) repeat-y right top;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #666;
	padding: 5px 0 5px 15px;
	margin: 0;
	color: #666;
	text-decoration: none;
	display: block;
	
	}
	
#navigate a:hover
	{
	background: #fff url(../images/nav_hover.jpg) repeat-y right top;	
	}
	
.selected
	{
	background: #fff url(../images/nav_selected.jpg) repeat-y right top;	
	display: block;	
	padding: 5px 0 5px 15px;
	margin: 0;
	color: #666;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #666;
	color: #000;
	}
	
.arrow
	{
	background: url(../images/arrow_selected.jpg) repeat-y right top;
	}
	
#podBabies a:link, #podBabies a:visited, #podBabies a:hover
	{
	color: #bef;
	font-weight: bold;
	}
	
#podBabies a:hover
	{
	color: #fff;
	}
	
.padder
	{
	padding: 5px 5px;
	}
	
img	
	{
	margin: 0;
	}
	
.clearAll
	{
	clear: both;
	}
	
abbr, acronym {
  border-bottom: 1px dotted #333;
  cursor: help;
  }
  
 .hidden
 	{
 	display: none;
 	}
	
