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

#container {
	width: 706px;
	background: #FFFFFF;
	text-align: left;
	border: 1px solid #FF4CCC;
	margin: 0 auto;
}

p {
	margin: 1em 2em;
}

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

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

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

#nav, #nav ul {
	float: left;
	width: 706px;
	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;
}

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

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

#nav li {
	float: left;
	padding: 0;
	width: 140px;
}

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

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

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

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

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

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

#content {
	clear: left;
}

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

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

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

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

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

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

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