/*	-------------------------------------------------------------
	Background images
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#head {
		background: url(../../images/bgs/linksTop.jpg);
		}
	
	#bottom {
		background: url(../../images/bgs/linksBottom.jpg);
		}
		
/*	-------------------------------------------------------------
	Links box
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#linksBox {
		width: 390px;
		height: 318px;
		float: right;
		overflow: auto;
		}
		
	#linksBox ul {
		margin: 20px;
		list-style-type: none;
		}
		
	#linksBox ul li {
		line-height: 18px;
		background: url(../../images/arrowRight.gif) 0 6px no-repeat;
		}
		
	#linksBox ul li a {
		color: #362F2D;
		padding: 0 0 0 12px;
		text-decoration: none;
		}
		
/*	-------------------------------------------------------------
	Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	li#links a {
		background: none !important;
		}