/* Begin Home Page CSS */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #3063A6;
	font-family: "verdana";
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: center; /* IE 5.5 hack */
}

p {padding: 0px;margin: 0px;}

#wrapper {
	width: 660px;
	margin-left: auto;  /* centers wrapper in the Fox */
	margin-right: auto; /* centers wrapper in the Fox */
	}
#slogan {
	margin: 20px 0 0 0;
	}	
#images .children{
	margin: 10px 20px 20px 0;
	position: relative;
	bottom: 10px;
	}
#images .home_front{
	margin: 20px;
	}
#images .family{
	margin: 10px 0 20px 20px;
	position: relative;
	bottom: 10px;
	}	
#buttons {
	margin: 40px 0 0 0;
	}
#buttons .home1{
	float: left;
	}
#buttons .home2{
	float: right;
	}

/* End Home Page CSS */

h1 {
	font-style: verdana;
        font-size: 15px;
        margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}