
/*  	-----------------------------------------------------------------------------
		PAGE LAYOUT STYLES
		----------------------------------------------------------------------------- 	*/

	.hrule {
		width:100%;
		height:1px;
		overflow:hidden;
		display:block;
		background:#E5E5E5;
		margin-bottom:30px;
	}
		
	h2.headline {
		text-indent:0px;
		margin:0 0 5px 0;
		font-size:25px;
		color:#750C62;
		font-family:'Helvetica Neue', 'HelveticaNeue', 'Trebuchet MS', arial;
		font-weight:normal;
	}
	#intro_txt {
		position:relative;
		top:10px;
		text-align:justify;
	}
	
	.sidebar {
		float:right;
		margin-left:20px;
	}
	
		.sidebar img {
			padding:10px;
			background:white;
			border:1px solid #cccccc;
			margin-bottom:20px;
			display:block;
		}
	h2.rates{
		color:#716956;
	}