body {
	background-image: url(images/background.png);
	background-repeat:repeat-x;
	background-color:#cbe6e8;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:Trebuchet, arial;
	color:#333333;
	}
	
a {
	text-decoration:none;
	color:white;
	}
	
a:hover {
	text-decoration:underline;
	}
	
a:visited {
	color:white;
	}
	
h1 {
	font-size:24px;
	color:white;
	padding:0px;
	margin:0px;
	}
	
h2 {
	font-size:14px;
	color:white;
	padding:0px;
	margin:0px;
	}
	
h3 {
	font-size:12px;
	color:white;
	font-weight:normal;
	margin:0px;
	padding:0px;
	}
	
h4 {
	font-size:16px;
	padding:0px;
	margin:0px;
	color:black;
	}

#top {
	background-color:#93c5c9;
	height:12px;
	padding:10px;
	color:white;
	text-align:center;
	}	
	
#container {
	width:629px;
	margin:auto;
	}

#title {
	 margin:15px;
	 margin-left:0px;
	 float:left;
	 width:333px;
	 height:64px;
	 }
	 
#girl {
	position:absolute;
	margin-top:-17px;
	margin-left:126px;
	}
	
#book {
	position:absolute;
	margin-top:10px;
	margin-left:-20px;
	float:left;
	}
	
#home_top {
	background-image:url(images/pink_home.png);
	background-repeat:no-repeat;
	height:210px;
	width:629px;
	}	
	
#home_designs {
	position:absolute;
	margin-top:150px;
	}

#home_middle_text {
	margin-left:250px;
	width:220px;
	position:absolute;
	}
	
#home_bottom_left {
	background-image:url(images/home_bottom_left.png);
	width:247px;
	height:241px;
	float:left;
	margin-top:15px;
	z-index:2;
	background-repeat:no-repeat;
	}
	
#home_bottom_right {
	background-image:url(images/home_bottom_right.png);
	width:370px;
	height:241px;
	float:right;
	margin-top:15px;
	z-index:2;
	background-repeat:no-repeat;
	}
	
#inside_main {
	background-image:url(images/inside_background.png);
	background-repeat:no-repeat;
	width:600px;
	padding-left:20px;
	height:455px;
	text-align:center;
	}	
	
#bottom {
	background-color: #cbe6e8;
	padding:10px 0px 10px 0px;
	color:black;
	margin-top:25px;
	width:100%;
	text-align:center;
	color:#006666;
	}