/* CSS Styles */

body {

	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #888;
	background-color: #ffffff;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page-background {

    background-color: #f9cbbb;
}

#page-top {

    background: transparent url('images/wraptop.jpg') ;
	width: 800px;
	height: 46px;
}

#page-center {

    background: transparent url('images/wrapmid.jpg') ;
	width: 800px;
	padding: 0;
	margin: 0;
}

#page-bottom {

    background: transparent url('images/wrapbottom.jpg') ;
	width: 800px;
	height: 38px;
}

#header {

	background: transparent url('images/losingbabyweight-header.jpg') ;
	width: 730px;
	height: 144px;
	margin: 0 auto;
	text-align: center;
}

#content {

	background: transparent;
	width: 730px;
	padding: 0px;
}

#content-separator {

    background: transparent url('images/losingbabyweight-separator.jpg') ;
	width: 580px;
	height: 10px;
	margin: 0 auto;
}

#footer {

    background: transparent url('images/losingbabyweight-footer.jpg') top ;
	width: 800px;
	height: 60px;
	margin: 0 ;
	text-align: center;
	font-size: 100%;
}

h2 { font-size: 110%; }
h3 { font-size: 100%; }

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }