/* In Ya Face Records */
/* Section Stylesheet: Downloads
----------------------------------------------------------------------------- */


/* Navigation Item
----------------------------------------------------------------------------- */

	
	#navigation .downloads a {
	
		background-position: bottom left;
		cursor: default;
	
		}


/* Structural Containers
----------------------------------------------------------------------------- */

	
	#content {
	
		padding-left: 70px;
	
		}
		
	#content div {
	
		float: left;
		padding: 10px;
		margin-right: 5px;
		background: #485456;
	
		}
		
	#wallpapers {
	
		width: 500px;
	
		}
		
	#buddyicons {
	
		width: 300px;
	
		}
		
	#banners {
	
		width: 450px;
	
		}
		
		
/* Wallpapers
----------------------------------------------------------------------------- */


	#wallpapers li {
	
		float: left;
		width: 150px;
		height: 160px;
		margin-right: 5px;
	
		}
		
	#wallpapers img {
	
		width: 150px;
		height: 113px;
	
		}
		
	#wallpapers a {
	
		display: block;
	
		}
		
		
/* Buddy Icons
----------------------------------------------------------------------------- */


	#buddyicons li {
	
		float: left;
		margin: 0 5px 5px 0;
	
		}
		
	#buddyicons img {
	
		width: 50px;
		height: 50px;
	
		}
