
	/**
	* biog
	*/
	#biography {
		margin: 2px 0 0;
		background: url(../../../images/layout/biog-bg.gif) repeat-y;
		}
		
		
		
	/**
	* photos
	*/
	#p {
		width: 220px;
		float: left;
		margin: 0 2px 0 0;
		}
		
		
		
	/**
	* text
	*/
	#t {
		width: 445px;
		float: left;
		padding: 0 0 10px;
		}
		
		
		
	/**
	* gradient on images
	*/
	#p ul {
		list-style-type: none;
		}
		
	#p ul li {
		width: 200px;
		margin: 10px;
		padding: 2px 0 0;
		background: url(../../../images/layout/borders/large.gif) no-repeat;
		}
		
	#p ul li img {
		display: block;
		margin: 0 2px;
		}
		
		
		
	/**
	* corners
	*/
	#biography .top { background: url(../../../images/corners/biog-top.gif); }
	#biography .bottom { background: url(../../../images/corners/biog-bottom.gif); }
	
	
