#sidebar {
float: left;
width: 300px;
padding: 0px;
margin: 0;
color: #444444;
text-align: center;
}

#sidebar a {
text-decoration: none; 
color: #262626;
font-family: "Lucida Sans Unicode";
font-size: 12px;
}

#sidebar a:hover {
color: #666666;
}

#sidebar img {
border: solid 1px #d6d6d6;
}
