body
{
	color:	#000000;
	background-color:	#dddddd;
}


a:link
{
	color:	#0000ff;
	background-color:	#dddddd;
}
a:visited
{
	color:	#8800ff;
	background-color:	#dddddd;
}
a:hover
{
	color:	#ffffff;
	background-color:	#7060B0;
}

.affiliate_right
{
	position:	absolute;
	right:	5px;
	top:	5px;
	float:	right;
}


#id_map
{
	z-index: 2;
	position: absolute;
	width: 500px;
}
#id_list
{
	position: absolute;
	right: 0px;
	width: 180px;
	height: 370px;
	border: 1px solid #888888;
	padding: 10px;
	font-size: 100%;
	line-height: 115%;
	overflow: scroll;
}
#id_list a:link
{
	color:	#0000ff;
}
#id_list a:visited
{
	color:	#0000ff;
}
#id_footer
{
	position: absolute;
	bottom: 0px;
}

