#Boxes {
  width: 202px;
  float: left;
}

#Boxes .section {
  background: url(/img/backgrounds/boxes_base.png) 0 0 repeat-y;
  padding-bottom: 12px;
}

#Boxes .section_top {
  background: url(/img/backgrounds/boxes_base_top.png) 0 0 no-repeat;
  height: 16px;
  font-size: 1px;
  line-height: 1px;
}

#Boxes .section_bottom {
  background: url(/img/backgrounds/boxes_base_bottom.png) 0 0 no-repeat;
  margin: 0 0 6px 0;
  height: 18px;
}

#Boxes div h5 {
  padding-top: 3px;
  color: #F4DCCC;
  padding-bottom: 4px;
}

#Boxes div.tweeter {
  padding-top: 5px;
}

#Boxes p {
  margin: 0;
  padding: 10px 20px 0 17px;
  font-size: 70%;
  line-height: 14px;
}

#Boxes p a, #Boxes p a:visited {
	color: #F4DCCC;
  background: transparent;
  border-bottom: 1px dotted #df996b;
}

#Boxes p a:hover {
  color: #5d2a08;
}

#Boxes p em {
  color: #ae8f58; 
  display: block; 
  padding-bottom: 4px;
  font-style: normal;
}

#container #Boxes p.credential {
  background: url(/img/icons/download.gif) 16px 18px no-repeat;
  padding-left: 30px;
  padding-top: 14px;
  line-height: 16px;
}

#container #Boxes p.home_download {
  background: url(/img/icons/download.gif) 16px 18px no-repeat;
  padding-left: 30px;
  height: 20px;
}

#container #Boxes p.download {
  background: url(/img/icons/download.gif) 16px 14px no-repeat;
  padding-left: 30px;
  height: 20px;
}

#container #Boxes p.download a {
  border-bottom: 1px dotted #df996b;
  line-height: 16px;
}

#flickrLink {
  padding: 10px 0 0 16px;
}

#flickrLink a {
  display: block;
  border: 0;
  background: url(/img/buttons/view_photos.png) 0 0 no-repeat;
  text-decoration: none;
  width: 150px;
  height: 18px;
}



/*
#Boxes p a,
#Boxes p a:visited {
	color: #bc6125;
  background: none;
  border-bottom: 1px dotted #df996b;
}

#Boxes p a:hover {
  color: #5d2a08;
  background: none;
}

#container #Boxes p.download a {
  border-bottom: 1px dotted #df996b;
  line-height: 16px;
}

#container #Boxes p.credential {
  background: url(/img/icons/download.gif) 0 18px no-repeat;
  padding-left: 14px;
  padding-top: 14px;
  line-height: 16px;
}

#container #Boxes p.flickrLink {
  background: none;
  line-height: 16px;
}

#container #Boxes p.flickrLink a, #container #Boxes p.flickrLink a:hover {
  background: url(/img/buttons/view_photos.png) 0 0 no-repeat;
  text-decoration: none;
  width: 150px;
  height: 18px;
  display: block;
  border: 0;
}

#container #Boxes p.credential a {
  border-bottom: 1px dotted #df996b;
}

#Boxes div h5 {
  padding-top: 3px;
  color: #9A7F56;
  padding-bottom: 4px;
}

#Boxes p {
  font-size: 70%;
  line-height: 14px;
  margin: 10px 17px 0 17px;
}

#Boxes p.top {
  font-size: 70%;
  line-height: 14px;
  margin: 0 17px 0 17px;
  padding: 17px 0 0 0;
}

#Boxes p span {color: #ae8f58; display: block; padding-bottom: 4px;}
*/