/* nigun.hu nigun css */

	.biotxt {
		float: left;
		line-height: 15px;
		text-align: justify;
		font-size: 12px;
		word-wrap: normal;
		width: 410px;
		/* padding: 10px;*/
		border-bottom: #ccc solid 1px; 
	}
	
	.biotxt2 {
		float: right;
		line-height: 15px;
		text-align: justify;
		font-size: 12px;
		word-wrap: normal;
		width: 410px;
		/* padding: 10px; */
		border-bottom: #ccc solid 1px;
	}
		
	li {
		position: relative;
		margin-top: 15px;
		
	}
		
	h1 {
		position: relative;
		width: 250px;
		
	}
	
	h2 {
		position: relative;
		margin-top: 20px;
		color: #ff7c00;
	}
	
	.personbio {
		text-align: center;
		position: relative;
		float: left;
		width: 410px;
		min-height: 450px;
		line-height: 15px;
		text-align: justify;
		font-size: 12px;
		word-wrap: normal;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
		
	.personbio p {
		margin-top: 10px;
	}
	
	.imgholder {
		top: 10px;
		width: 300px;
		height: 200px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
		padding: 10px;
	}
	
	.imgholder2 {
		top: 10px;
		width: 227px;
		height: 300px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
		padding: 10px;
	}
	
	.spacer {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 400px;
		height: 30px;
	}
	
	#leftcol {
		position: relative;
		width: 410px;
		height: auto;
		float: left;
		/*background: white;*/
		margin-left: 10px;
	
	}
	
	#rightcol {
		position: relative;
		width: 410px;
		height: auto;
		float: right;
		/*background: white;*/
		margin-right: 10px;
	}
	
	
	.bede a {
		text-decoration: none;
	}
	
	.bede a:link, a:visited {
		color: #000;
		font-size: 12px;
	}
	
	.bede a:hover, a:active {
		color: #999;
		font-size: 12px;
	}

