.pdf {
list-style-image:url(images/pdf_ico.gif);
}

.htm{
list-style-image:url(images/fi_html_small.gif);
}

a[class ~="link"] {
	padding-left: 20px; /* если иконка 16x16 - делаю отступ 4px */
	margin-left:2px;
	background: url(images/fi_html_small.gif);
	background-repeat: no-repeat 
}

.podheader{
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	height: 115px;
	background-color:white;
	position: absolute;
}

.topbanner{
	background-image:url(images/topbanner.png);
	height:270px;
	margin-right:15px;
}

body{
  background-image: url(images/bg.jpg);
}

.rightsidebar {
	background-color: white;
	border: 1px solid #E5E5E5;
	outline: 1px solid #fff;
	margin-right:30px;
	margin-top:75px;
}

.rightsidebar  ul li {

	list-style-image:url(images/link.gif);

}