body {
	font: 78%/1.5 arial, helvetica, serif;
	background: #FEE4E7 url(BG.jpg);
	text-align: center;
	padding: 0;
	margin: 1em;
}

#container {
	width: 729px;
	background: #FFFFFF;
	border: solid #F079B4 2px;
	border-top-color: #FFFFFF;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

p {
	margin: 1em 2em;
}

p#headline {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #999999;
}

#headline strong {
	font-size: 1.2em;
	color: #000000;
}

h1 {
	height: 218px;
	background: url(logo.jpg) bottom center no-repeat;
	text-indent: -999em;
	margin: 0;
}

#menu, #menu ul {
	float: left;
	width: 729px;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #FF4CCC;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#menu a {
	display: block;
	width: 10em;
	w\idth: 7em;
	text-align: center;
	color: #555555;
	text-decoration: none;
	padding: 0.25em 2em;
}

#menu a.daddy {
	background: url(rightarrow.gif) center right no-repeat;
}

#menu li {
	float: left;
	padding: 0;
	width: 145px;
}

#menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 17em;
	w\idth: 16.4em;
	font-weight: normal;
	border-width: .2em;
	margin: 0;
}

#menu li li {
	padding-right: 1em;
	width: 15em
}

#menu li ul a {
	width: 16em;
	w\idth: 12em;
}

#menu li ul ul {
	margin: -1.75em 0 0 14em;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

#menu li:hover, #menu li.sfhover {
	background: #FFB3E9;
	color: #FFFFFF;
}

#tamagotchi-content {
	clear: left;
}

#tamagotchi-content a {
	color: #FF1ABE;
	text-decoration: none;
	font-weight: bold;
}

#tamagotchi-content a:hover {
	text-decoration: underline;
}

#tamagotchi-content h1, #tamagotchi-content h2, #tamagotchi-content h3 {
	text-align: center;
}

#tamagotchi-content li {
	list-style: none;
	text-align: center;
}
#tamagotchi-content img {
	padding : 0px 1px 0px 5px;
	border : 0px;
	float: right;
}

#footer {
	clear: both;
	border-top: 1px solid #FF4CCC;
	padding: 5px;
	text-align: center; 
	font-size: 8px;
	line-height: 1;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}