#body, #ctl00_body, #ctl00_ctl00_body
{
	background-image: URL(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #B5D781;
}
#page
{
	width: 900px;
	margin: 0px auto;
	font-family: sans-serif;
	color: #6F4D24;
}
#content
{
	background-color: #FFFFFF;
	padding: 15px;
	margin: 0px 0px;
	min-height: 350px;
}
#header-table
{
	background-color: #FFFFFF;
}
a.menu
{
	height: 42px;
	display: block;
}
a.menu span
{
	display: none;
}
#menu-home
{
	width: 74px;
	background-image: URL(/images/menu-home.jpg);
}
#menu-home:hover
{
	background-image: URL(/images/menu-home-hover.jpg);
}
#menu-subscribe
{
	width: 184px;
	background-image: URL(/images/menu-free-subscription.jpg);
}
#menu-subscribe:hover
{
	background-image: URL(/images/menu-free-subscription-hover.jpg);
}
#menu-message-board
{
	width: 159px;
	background-image: URL(/images/menu-message-board.jpg);
}
#menu-message-board:hover
{
	background-image: URL(/images/menu-message-board-hover.jpg);
}
#menu-promotions
{
	width: 132px;
	background-image: URL(/images/menu-promotions.jpg);
}
#menu-promotions:hover
{
	background-image: URL(/images/menu-promotions-hover.jpg);
}
#menu-past-issues
{
	width: 118px;
	background-image: URL(/images/menu-past-issues.jpg);
}
#menu-past-issues:hover
{
	background-image: URL(/images/menu-past-issues-hover.jpg);
}
#menu-baby-names
{
	width: 127px;
	background-image: URL(/images/menu-baby-names.jpg);
}
#menu-baby-names:hover
{
	background-image: URL(/images/menu-baby-names-hover.jpg);
}
#menu-about-us
{
	width: 106px;
	background-image: URL(/images/menu-about-us.jpg);
}
#menu-about-us:hover
{
	background-image: URL(/images/menu-about-us-hover.jpg);
}
h1
{
	color: #2E8F8A;
}
h2
{
	color: #85B731;
	text-transform: uppercase;
	margin-bottom: 0px;
	background-image: URL(/images/icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 20px;
}
img.borderless
{
	border-width: 0px;
}
table.borderless
{
	border-spacing: 0px;
	border-collapse: collapse;
}
table.borderless td
{
	padding: 0px;
}
#footer
{
	padding: 0px;
	text-align: center;
}
#footer a
{
	font-size: 12px;
	text-decoration: none;
}
a.no_underline
{
	text-decoration: none;
	color: inherit;
}
table.framed
{
	border-collapse: collapse;
	border-width: 1px;
	border-color: #6F4D24;
	border-style: solid;
}
table.framed td
{
	padding: 1px 10px;
	border-width: 1px;
	border-color: #6F4D24;
	border-style: solid;
	text-align: center;
}
table.framed th
{
	padding: 2px 5px;
	border-width: 1px;
	border-color: #6F4D24;
	border-style: solid;
}
div.previous
{
	text-align: center;
	margin: 40px 10px 0px 15px;
}
div.previous a
{
	text-decoration: none;
	color: #2E8F8A;
}
div.previous img
{
	width: 94px;
	border-width: 1px;
	border-style: solid;
	border-color: #6F4D24;
}
table.archive
{
	margin: 20px;
}
table.archive td
{
	vertical-align: top;
	text-align: center;
}
table.archive img
{
	width: 94px;
	border-width: 1px;
	border-style: solid;
	border-color: #6F4D24;
}
table.archive p
{
	text-decoration: none;
	color: #2E8F8A;
	font-size: smaller;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}
table.archive ul
{
	font-size: smaller;
	text-align: left;
	margin-right: 15px;
}

table.cutest_baby
{
	border-width: 2px;
	border-color: #6F4D24;
	border-style: solid;
}
table.cutest_baby td
{
	padding: 10px;
	width: 200px;
	height: 200px;
	text-align: center;
}
div.link-to-us
{
	border-width: 1px;
	border-color: 0xFFFFFF;
	border-style: solid;
	margin: 20px;
	padding: 20px;
}
div.link-to-us pre
{
	margin: 0px;
	font-size: smaller;
}

#in-this-issue p
{
	margin: 7px 0px;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
}
#in-this-issue span
{
	text-transform: none;
	display: block;
	margin-left: 10px;
	font-weight: normal;
}
.hidden 
{
	display: none;
}