/* template-a specific layout */

	
	/* right col - highlights */
	#right {
		width: 580px;
		float: right;
		margin: 0px;
		margin-left: 3px;
		padding: 0px;
	}
	#right .content {
		margin: 0px;
		padding: 0px 30px 0px 20px;
	}
	
	
	#right .highlight {
		clear: both;
	}
	#right .img {
		float: right;
		margin-left: 24px;
		padding-top: 2px;
	}
	
	#right .img img {
		display: block;
		margin-bottom: 16px;
	}
	#right .text {
		margin-top: 0px;
		width: 360px;
	}

	
	
	/*temp*/
	h3 {
		color: #DB0101;
		font: bold 16px Georgia, Times, serif;
	}