/***********************/
/*    Content Panel    */
/***********************/
#content h1 {
	clear: both;
	margin: 0 0 10px 40px;
	padding-top: 20px;
	color: #133d8d;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

#content p {
	margin: 0 0 15px 40px;
}

#content .highlight {
	color: #bf2b26;
	font-weight:bold;
}

#content #promoBlock {
	position: relative;
	margin-left: 18px;
	text-align: center;
}
	#content #promoBlock #promoText {
		position: absolute;
		top: 11px;
		right: 31px;
		width: 202px;
		height: 184px;
		background-color: #bf2b26; 
		color: #FFFFFF;
		text-align: left;
	}
		#content #promoBlock #promoText h2 {
			margin: 0;
			padding: 10px 10px 0 10px;
		}
		#content #promoBlock #promoText p {
			margin: 0;
			padding: 0 10px 10px 10px;
		}

#donateBtns {
	margin: 20px 0 20px 40px;
}
	#donateBtns div {
		position: relative;
		float: left;
		margin: 0 10px 10px 0;
		width: 281px;
		background: url(../images/ANG-donate-box-rpt.gif) top left repeat-y;
	}
		#donateBtns div h2 {
			padding: 20px 0 10px 20px;
			background: url(../images/ANG-donate-box-top.gif) top left no-repeat;
			font-size: 14px;
			text-transform: uppercase;
		}
			#donateBtns div h2 a {
				display: block;
				padding-left: 25px;
				background: url(../images/ANG-arrow-red.gif) top left no-repeat;
				color: #133d8d;
			}
		#donateBtns div p {
			margin-left: 20px;
			margin-right: 15px;
		}
		#donateBtns div .btnBtm {
			position: absolute;
			bottom: 0;
			left: 0;
			margin: 0;
			height: 7px;
			background: url(../images/ANG-donate-box-btm.gif) bottom left no-repeat;
		}

/************************/
/*  Right-hand Sidebar  */
/************************/
* html #sidebar #subnav {
	position: relative;
	margin-right: 1px;
	margin-left: -40px;
}
