

	/**
	* media
	*/
	#media {
		background: url(../../../images/layout/media-bg.gif) repeat-y;
		}
		
	#media .top {
		background: url(../../../images/corners/media-top.gif);
		}
		
	#media .bottom {
		background: url(../../../images/corners/media-bottom.gif);
		}
	
	

	/**
	* overwrite heading width
	*/
	h2 {
		width: 126px;
		}
		
		
		
	/**
	* left and right
	*/
	#m-l {
		float: left;
		width: 140px;
		margin: 0 2px 0 0;
		}
		
	#m-r {
		float: left;
		width: 528px;
		}
		
		
		
	/**
	* media products
	*/		
	#m-r .cover {
		width: 75px;
		margin: 7px 9px 0;
		float: left;
		display: inline;
		background: url(../../../images/layout/borders/news.gif) no-repeat;
		}
		
	#m-r .cover img {
		width: 71px;
		height: 71px;
		margin: 2px;
		border: 0;
		}
		
		
		
	/**
	* light and dark backgrounds
	*/
	.dark, .light {
		padding: 0 0 10px;
		}
		
	.dark {
		background: #000 url(../../../images/layout/links/dark-bg.gif) bottom no-repeat;
		}
		
	.light {
		background: #171717 url(../../../images/layout/links/light-bg.gif) bottom no-repeat;
		}
		