/* ====== style_sitemap.css ====== */

#mainarea {
	width: 538px;
}

#mainarea ul {
	margin-left: 28px;
	margin-bottom: 1em;
}

#mainarea p {
	margin-left: 28px;
}

.extrapaddingtop {
	padding-top: 0.6em;
}

#rightarea {
	width: 177px;
	text-align: center;
	margin: 0px;
	float: right;
}

#rightarea img {
	border: none;
}

em {
	font-weight: bold;
	font-size: 1em;
	font-family: "Trebuchet MS", sans-serif;
}

/* ----- site map list style ----- */

#sitemap li {
	list-style-type: none;
	line-height: 1.6em;
	font-size: 96%;
	list-style-position: inside;
	padding-left: 16px;
	background-image: url(img/bullet2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
}

#sitemap li li {
	padding-left: 16px;
	background-image: url(img/bullet2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	line-height: 1.6em;
}

#sitemap li li li {
	padding-left: 16px;
	background-image: url(img/bullet3.jpg);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	line-height: 1.6em;

}

#author {
	margin-top: 480px;
	font-size: 0.8em;
}

#author a {
	text-decoration: none;
	color: #999999;
	line-height: 3em;
}

