/* CSS Document */

  #archives {
    margin: 15px auto !important; margin: auto;
	width: 520px;
    list-style: none;
}
  #archives li {
    padding-left: 20px;
	width: 500px;
	height: 29px;
	border-bottom: 1px dashed #eee;
	background: url(images/inc_bg_icon_doc.gif) 0 10px no-repeat;
}
  #archives a, #archives span {
	line-height: 29px;
    float: left;
	display: block;
}
  #archives a {
    width: 435px;
    text-decoration: none;
}
  #archives span {
    width: 65px;
	text-align: right;
	font-size: 10px;
	color: #ccc;
}
  #keywords, #download {
    margin: auto;
	padding-left: 20px;
    width: 500px;
	height: 25px;
	line-height: 25px;
}
  #keywords {
    background: url(images/inc_bg_icon_tag.gif) 0 5px no-repeat;
}
  #keywords a {
	color: #990;
	text-decoration: none;
}
  #keywords a:hover {
	text-decoration: underline;
}
  #download {
    background: url(images/inc_bg_icon_down.gif) 0 5px no-repeat;
}
  #download span {
    margin-left: 10px;
	color: #999;
}
  #download span a {
	color: #999;
	text-decoration: none;
}
  #download span a:hover {
	color: #000;
}
