/* Copyright JaJa Enterprises 2011. All rights reserved. */

/******************************************************************************
	Site Map
*/
#site-map
{
	margin: auto;
	padding: 0;
	width: 300px;
}
#site-map li
{
	font-weight: bold;
	margin-top: 1em;
	list-style-type: none;
}
#site-map li li
{
	font-weight: normal;
	margin-top: 0;
}

