div#main{
	display:block;
	width:950px;
	height:auto;
	background:url(../img/border_y.gif) repeat-y;
	background-position:left top;
	background-color:#ffffff;
}

div#wrap{
	display:block;
	width:950px;
	height:710px;
	background:url(../img/dot.gif) repeat-x;
	background-position:left top;
}

div#sitemap{
	display:block;
	position:absolute;
	margin:21px 0 0 131px;
}

div#sitemap h2{
	width:688px;
	height:35px;
	background:url(../img/support_parts.gif) left -34px no-repeat;
	text-indent:-9999px;
}

div#sitemap dl{
	position:absolute;
	margin:5px 0 0 10px;
	font-size:13px;
	letter-spacing:0.1em;
	width:670px;
}

div#sitemap dt{
	clear:both;
	float:left;
	font-weight:bold;
	width:210px;
	margin-top:19px;
	border-bottom:solid 1px;
	padding-bottom:5px;
}

div#sitemap dd{
	width:auto;
	margin-top:19px;
	border-bottom:solid 1px;
	padding-bottom:5px;
}
a{
	text-decoration:none;
	color:black;
}

a:hover{
	text-decoration:underline;
	color:red;
}