@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align: center;
		margin:0 auto;
}


#container{
	margin:0 auto;
	width: 750px;
	border:0px solid;
	color:#333333;
	text-align:left;
}

#home_page_picture{
	width: 749px;
	height: 300px;
	border: 0px;
	background:url(images/homepage.jpg) no-repeat
}

#home_page_picture p {
	font-size: 10px;
}

#home_page_picture a {
	font-size: 10px;
	text-decoration:none;
	color:#333333;
}

#home_page_picture a:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	color:#333333;
}

#home_page_picture2{
	width: 749px;
	height: 300px;
	border: 0px;
	background:url(images/mother&baby.jpg) no-repeat
}

#home_page_picture2 p {
	font-size: 10px;
}

#home_page_picture2 a {
	font-size: 10px;
	text-decoration:none;
	color:#333333;
}

#home_page_picture2 a:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	color:#333333;
}



#home_page_picture3{
	width: 749px;
	height: 300px;
	border: 0px;
	background:url(images/father.jpg) no-repeat
}

#home_page_picture3 p {
	font-size: 10px;
}

#home_page_picture3 a {
	font-size: 10px;
	text-decoration:none;
	color:#333333;
}

#home_page_picture3 a:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	color:#333333;
}


#home_page_picture4{
	width: 749px;
	height: 300px;
	border: 0px;
	background:url(images/family.jpg) no-repeat
}

#home_page_picture4 p {
	font-size: 10px;
}

#home_page_picture4 a {
	font-size: 10px;
	text-decoration:none;
	color:#333333;
}

#home_page_picture4 a:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	color:#333333;
}



#home_page_picture5{
	width: 749px;
	height: 300px;
	border: 0px;
	background:url(images/family2.jpg) no-repeat
}

#home_page_picture5 p {
	font-size: 10px;
}

#home_page_picture5 a {
	font-size: 10px;
	text-decoration:none;
	color:#333333;
}

#home_page_picture5 a:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	color:#333333;
}




#content_left {
    width: 350px;
    float: left;
	margin: 10px;
	} 	
	
#content_left h1{	
	font-size:14px;
	font-weight:bold;
}

#content_left p{	
	font-size:12px;
	font-weight:normal;
}

#content_left ul{	
	line-height:20px;

}

#content_left li{	
	font-size:12px;
	font-weight:normal;
}



	
#content_right{
	width: 350px;
    float: right;
	margin: 10px;
}	

#content_right h1{	
	font-size:14px;
	font-weight:bold;
}

#content_right p{	
	font-size:12px;
	font-weight:normal;
}


#content_right a{
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
}

#content_right a:hover{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;	
	color:#333333;
}



#footer{
	clear:both;
	
	width: 750px;
	height: 65px;
	background-image:url(images/footer.jpg)
}

#footer p{
	font-size: 10px;
	font-weight: normal;
	text-align:right;
	margin-top: 40px;
	margin:0 auto;
}

#spacer{
	height: 30px;
}


