html{
	text-align: center;
}
body{
	width: 956px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font-family: "verdana", "arial", sans-serif;
}
div#footer{
	font-size: 10px;
	padding: 20px 0;
}
p.copyright{
	float: left;
}
ul.nav_footer{
	display: block;
	width: 262px;
	float: left;
	position: relative;
	left: 100px;
}
ul.nav_footer li a{
	float: left;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 10px;
}
ul.social_media{
	display: block;
	width: 185px;
	float: left;
	position: relative;
	left: 235px;
}
ul.social_media li a{
	float: left;
	text-indent: -9999px;
	display: block;
	height: 19px;
	margin: 0 5px 0 0;
}
a.rss{
	width: 19px;
	background: url(../images/bg_social_media.png) no-repeat 0 0;
}
a.rss:hover{
	background: url(../images/bg_social_media.png) no-repeat 0 -19px;
}
a.facebook{
	width: 20px;
	background: url(../images/bg_social_media.png) no-repeat -22px 0;
}           
a.facebook:hover{
	background: url(../images/bg_social_media.png) no-repeat -22px -19px;
}                                                
a.myspace{                                                  
	width: 20px;
	background: url(../images/bg_social_media.png) no-repeat -44px 0;
}
a.myspace:hover{                                                  
	background: url(../images/bg_social_media.png) no-repeat -44px -19px;
}                                                         
a.twitter{                                                  
	width: 19px;
	background: url(../images/bg_social_media.png) no-repeat -66px 0;
}
a.twitter:hover{                                                  
	background: url(../images/bg_social_media.png) no-repeat -66px -19px;
}                                                         
a.linkdin{                                                  
	width: 20px;
	background: url(../images/bg_social_media.png) no-repeat -88px 0;
}   
a.linkdin:hover{                                                  
	background: url(../images/bg_social_media.png) no-repeat -88px -19px;
}                                                        
a.youtube{                                                  
	width: 24px;
	background: url(../images/bg_social_media.png) no-repeat -108px 0;
}
a.youtube:hover{                                                  
	background: url(../images/bg_social_media.png) no-repeat -108px -19px;
}
a.flickr{                                                  
	width: 24px;
	background: url(../images/bg_social_media.png) no-repeat -134px 0;
}
a.flickr:hover{                                                  
	background: url(../images/bg_social_media.png) no-repeat -134px -19px;
}