/* *********************** MAIN LAYOUT ***************************** */
body{
	text-align:center; margin:0px auto; 
	color: #000;
	font-size:small;
	font-family: verdana, arial;
	background-color:#fff;
}
#container{
	width:986px;
	height:auto;
	text-align:center; 
	margin:auto auto;
	overflow:visible;
	vertical-align:top;
	padding:2px;
	border: none;
}
#logo{
	width:160px;
	height:auto;
	margin-bottom:5px;
	float:left;
}
#logo img{border: none;}

#slider{
	float:left;
	width:820px;
	margin-left:0px; padding:0px;
	border: none;
}
#slider img {
	margin-top:0px; padding-top:0px;
	width:820px;
}
#subContainer{
	clear:both;
	margin:0px auto;
	text-align:center;
	vertical-align:top;
	width:980px;height:100%;min-height:100%;
	overflow:hidden;
	border: none;
}
#leftDiv{
	float:left;
	width:165px;height:100%;min-height:100%;
	text-align:left;
	vertical-align:top;
	border: none;
	margin:0px;padding:0px;
	border:none;
}
#rightDiv{
	width: 788px;
	margin-left:0px;height:100%;min-height:100%;
	padding:0px;
	text-align:left;
	vertical-align:top;overflow:hidden;
	border:none;
}
.leftOfRightDiv{
	float:left;
	padding:0px;
	margin:0px;
	width:488px;
	height:auto;
}
.rightOfRightDiv{
	float:left;
	padding:0px;
	margin-left:0px;
	width:300px;
	height:auto;
}
.lowerContainer{
	clear:both;
	border:none;
}
#playerBlock,#nowPlayingBlock,#thumbnailBlock{	
	width:488px;
	height:345px;
	float:left;
	margin:0px 0px;padding:0px;
	height:auto;min-height:100%;
	text-align:left;
	vertical-align:top;
	overflow:hidden;
	border:none;
}
#playerBlock {
	height:345px;
}
#adBlock,#searchBlock,#myBabyChannel,#mostPopularSection{
	float:left;width:300px;
	height:auto;min-height:100%;
	margin-left:0px;
	text-align:left;
	vertical-align:top;
	border: none;
	overflow:hidden;
	border:none;
}
.leftOfMainContainer{
	margin:0px;
}
#blogBlock, #babyShowBlock{
	width:392px; height:238px;
	background: transparent url('../images/roundbox.jpg') no-repeat center center;
	margin-left:2px;
	float:left;
	overflow:hidden;
}
#sideBlock, #newsletterBlock{
	width:152px; height:auto;
	margin: 10px auto;
}

#seoBlock{
	display:none;
	width:790px; height:120px;
	background: transparent url('../images/seobox.jpg') no-repeat center center;
	margin-left:6px;
}
#seoBlock p, #blogBlock p, #babyShowBlock p{
	margin:0px;padding:10px;
	height:200px;
}
#blogBlock p{
	margin:10px;height:200px;
	border: none;
	overflow:auto;
	font-size:0.8em;
	color:#4e4e4e;
}