#sitemap
{
	padding: 10px 43px 0 43px;
	width: 814px;
}
#sitemap .content
{
	clear: both;
	padding: 15px 0 0 0;
}
#sitemap .content .top
{
	background: url('../Images/bkg_content_top.png') no-repeat;
	height: 15px;
	width: 814px;
}
/* Internet Explorer, Firefox */
#sitemap .content .middle
{
	background: url('../Images/bkg_content_middle.png') repeat-y;
	display: table;
	height: auto;
	padding: 0 15px 0 15px;
	width: 784px;
}
/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#sitemap .content .middle
	{
		width: 814px;
	}
}
#sitemap .content .middle h3
{
	border-bottom: 1px solid #cccccc;
}
#sitemap .content .middle .first
{
	padding: 0;
}
#sitemap .content .middle ul .home
{
	margin: 0;
	padding: 0 0 15px 0;
}
#sitemap .content .middle ul .login
{
	padding: 0 0 15px 0;
}
#sitemap .content .middle ul li
{
	display: list-item;
	list-style: none;
}
#sitemap .content .bottom
{
	background: url('../Images/bkg_content_bottom.png') no-repeat;
	height: 15px;
	width: 814px;
}
