

	/**
	* links
	*/
	#links {
		background: url(../../../images/layout/media-bg.gif) repeat-y;
		}
		
	#links .top {
		background: url(../../../images/corners/media-top.gif);
		}
		
	#links .bottom {
		background: url(../../../images/corners/media-bottom.gif);
		}
		
	#l-r .bottom {
		height: 3px;
		background: url(../../../images/corners/links-title-bottom.gif) bottom no-repeat
		}
	
	
	
	/**
	* overwrite heading width
	*/
	h2 {
		width: 126px;
		margin-bottom: 10px;
		}
		
		
		
	/**
	* left and right
	*/
	#l-l {
		float: left;
		width: 140px;
		margin: 0 2px 0 0;
		}
		
	#l-r {
		float: left;
		width: 528px;
		}
		
		
		
	/**
	* links list
	*/
	ul#links-list {
		list-style-type: none;
		background-color: #fff;
		}
		
	ul#links-list li {
		padding: 10px;
		}
		
	ul#links-list li span {
		font-weight: bold;
		}
		
	ul#links-list li.light {
		background: #171717 url(../../../images/layout/links/light-bg.gif) bottom no-repeat;
		}
		
	ul#links-list li.dark {
		background: #000 url(../../../images/layout/links/dark-bg.gif) bottom no-repeat
		}
		
	ul#links-list li a {
		color: #A71E22;
		}
