@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #89D1D0;
}
#copyright {
	background-image: url(images/vp-footer.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 760px;
	margin: 0 0 30px 25px;
	padding: 25px 0 20px 270px;
	font-size: 11px;
	color: #404646;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #334e9e;
	line-height: 28px;
}
#quote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #7e4622;
	text-align: center;
	margin: 10px 0 5px;
}
#quotefrom {
	text-align: center;
	line-height: 15px;
}




#baby {
	background-image: url(images/baby-sleeping.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	margin: 0px auto;
	padding: 0 120px;
	width: 830px;
}
#dotted {
	background-image: url(images/dotted.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 50px;
}
a:link, a:visited {
	color: #163590;
}
a:hover, a:visited:hover {
	color: #000;
}
#details {
	font-size: 11px;
	color: #333;
	margin: 20px 0;
	padding: 8px 0;
	border-top: 1px dotted #661C11;
	border-bottom: 1px dotted #661C11;
	width: 200px;
}
a.boxlinks:link, a.boxlinks:visited {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #4A63AE;
	display: block;
	padding: 3px 7px;
	;
	border: 1px solid #FFF;
	min-width: 50px;
	float: left;
	margin: 0 8px 0 0;
}
a.boxlinks:hover, a.boxlinks:visited:hover {
	background-color: #900;
}
