@charset "utf-8";
/* CSS Document */

#micorsite {
	width: 659px;
	background-image: url(img/header_books.jpg);
	padding-top: 170px;
	background-color: #96D9F6;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#micorsite.baby { background-image: url(img/header_baby.jpg); }
#micorsite #content { padding: 20px; }
#micorsite.baby #content {
	background-image: url(img/foot_baby.jpg);
	background-position: left bottom;
	padding-left: 250px;
	background-repeat: no-repeat;
}
#micorsite #content p {
	line-height: 1.4em;
	color: #000000;
}
#micorsite h1 {
	font-size: 1.5em;
	color: #FDFEFF;
	border-bottom: 1px solid;
	margin: 0px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	padding-left:0px;
	margin-left:0px;
}
