@import url('/images/css/common.css');

	#asearch{
		display: none;
		position: absolute;
		background: url('/images/search.png') left top no-repeat;
		_background: url('/images/search.gif') left top no-repeat;
		width: 220px;
		height: 268px;
		z-index: 10;
		margin-top: 4px;
	}
		#asearch form{
			padding: 12px 24px;
		}
			#asearch form b{
				display: block;
				margin: 6px 0;
			}
			#asearch form select{
				width: 170px;
				margin: 4px 0;
			}
			#asearch form input{
				margin: 4px 0 0 60px;
			}


	#faces{
		height: 432px;
	}
		#faces_field{
			position: absolute;
			height: 350px;
			width: 960px;
		}
			#faces_field img,
			#faces_field div{
				position: absolute;
			}
			#face1{
				left: 83px;
				top: 72px;
				width: 240px;
				height: 240px;
			}
			#face2{
				left: 305px;
				top: 0px;
				width: 240px;
				height: 240px;
			}
			#face3{
				left: 507px;
				top: 126px;
				width: 211px;
				height: 211px;
			}
			#face4{
				left: 682px;
				top: 72px;
				width: 215px;
				height: 215px;
			}
			#faces_field a:link,
			#faces_field a:visited{
				color: #fff;
				font-weight: bold;
				font-size: 14px;
			}
			#lnk1{
				left: 138px;
				top: 296px;
			}
			#lnk2{
				left: 328px;
				top: 215px;
			}
			#lnk3{
				left: 542px;
				top: 332px;
			}
			#lnk4{
				left: 730px;
				top: 280px;
			}


#iarticles{
	list-style: none;
	margin: 0;
	padding: 24px 0;
	overflow: hidden;
}
	#iarticles li{
		margin: 0;
		padding: 0 3% 0 0;
		width: 30%;
		float: left;
	}
		#iarticles li a{
			font-size: 11px;
		}
		#iarticles li h2{
			font-size: 20px;
		}
			#iarticles li h2 a:link,
			#iarticles li h2 a:visited{
				font-size: 20px;
				color: #F357AB;
			}
	#content p{
		margin-left: 40%;
	}
	#content p.verse{
		font-size: 14px;
		color: #2087D3;
		float: left;
		width: 35%;
		margin: 0;
		padding: 0;
		line-height: 130%;
	}


