/* ITEM */

	#content .item{
		margin:						0 0 40px 0;
	}

		#content .item .intro{	
			display:						block;
			font-weight:					bold;
			margin:							0 0 20px 0;
		}
		
		#content .item p{
			margin:							10px 0 10px 0;
		}
		
		#content .item img.articleImage{
			border:							2px solid #006699;
			float:							left;
			margin:							0 25px 0 0;
		}
		
		#content .item ul{
			display:						inline;
			float:							none;
			margin:							0px;
		}
		
			#content .item ul li{
				background:						url(../graphics/bullet.gif) left center no-repeat;
				padding:						0 0 0 10px;
			}
		
		
/* SUBITEM */

	#content .subitem{
		float:					left;
		margin:					0 15px 0 15px;
		width:					400px;
	}
	
		#content .subitem a.link{
			background:				url('../graphics/arrow.gif') right center no-repeat;	
			border-bottom:				1px solid #bdcfdf;
			display:				block;
			font-size:				130%;
			font-weight:				bold;
		}
		
		#content .subitem a.link:hover{
			background:				url('../graphics/arrow_over.gif') right center no-repeat;	
			border-bottom:				1px solid #006699;
			text-decoration:			none;
		}
		
/* SPONSOR */

	#content .sponsor{
		display:					block;
		float:						left;
		margin:						0 20px 20px 0;
		text-align:					center;
		width:						200px;
	}
	
		#content .sponsor img{
			background:					#fff;
			/* border:					1px solid #006699; */
			display:					block;
			height:						100px;
			padding:					15px;
			width:						170px;
		}
		
	#content .sponsor a.link{
		height:						58px;
		text-decoration:				none;
	}

	
	#content .sponsor-large{
		width:						400px;
	}
	
		#content .sponsor-large img{
			width:						370px;
		}
