#facebook
{
  display: block;
  float:right;
  width: 24px;
  height: 24px;
  padding-left:6px;
  margin-top:8px;
  background: url("/images/icons/facebook.png") no-repeat 0 0;

}

#facebook:hover
{ 
  background-position: 0 -24px;
}

#facebook span
{
  display: none;
}

#myspace
{
  display: block;
  float:right;  
  width: 24px;
  height: 24px;
  padding-left:6px;
  margin-top:8px;
  background: url("/images/icons/myspace.png") no-repeat 0 0;

}

#myspace:hover
{ 
  background-position: 0 -24px;
}

#myspace span
{
  display: none;
}


#twitter
{
  display: block;
  float:right;
  width: 24px;
  height: 24px;
  padding-left:6px;
  margin-top:8px;
  background: url("/images/icons/twitter.png") no-repeat 0 0;

}

#twitter:hover
{ 
  background-position: 0 -24px;
}

#twitter span
{
  display: none;
}

#flickr_icon
{
  display: block;
  float:right;
  width: 24px;
  height: 24px;
  padding-left:6px;
  margin-top:8px;
  background: url("/images/icons/flickr.png") no-repeat 0 0;

}

#flickr_icon:hover
{ 
  background-position: 0 -24px;
}

#flickr_icon span
{
  display: none;
}

#rss
{
  display: block;
  float:right;
  width: 24px;
  height: 24px;
  padding-left:6px;
  margin-top:8px;
  background: url("/images/icons/rss.png") no-repeat 0 0;

}

#rss:hover
{ 
  background-position: 0 -24px;
}

#rss span
{
  display: none;
}

#icons {
	height:37px;
	padding: 0;
	font-size:13px;
	float:right;
	width:240px;
	margin:0 0 25px 0 !important; 
	padding-bottom: 3px;
	background-color: #291629;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top:1px solid #533753;
	border-bottom:1px solid #533753;
}

#nav2 {
	width:700px;
}
