#wrapper {
	background: none;
}

/***********************/
/*  Header / Main Nav  */
/***********************/
#header {
	/*background: url(../images/ANG-line.gif) 0 138px repeat-x;*/
}
	#header #mainNav #searchBox {
		background: url(../images/ANG-nav-search.gif) top left no-repeat !important;
	}
	/****  Red line and text  ***
	#header #tagline {
		margin-left: 439px;
	}*/

/***********************/
/*    Content Panel    */
/***********************/
#content {
	background: none;
}
	#content #promoBlock {
		position: relative;
	}
		#content #promoBlock #promoText {
			position: absolute;
			top: 11px;
			right: 11px;
			width: 202px;
			height: 202px;
			background-color: #bf2b26; 
			color: #FFFFFF;
		}
			#content #promoBlock #promoText h2 {
				margin: 0;
				padding: 10px 10px 0 10px;
			}
			#content #promoBlock #promoText p {
				margin: 0;
				padding: 0 10px 10px 10px;
			}
	
	#content h1#latestnews {
		margin-top: 8px;
		height: 36px;
		width: 640px;
		background: url(../images/ANG-latestnews-rpt.gif) top left repeat-x;
	}
		#content h1#latestnews span {
			display: block;
			float: left;
			width: 135px;
			height: 36px;
			background: url(../images/ANG-latestnews-head.gif) top left no-repeat;
			text-indent: -99999px;
		}
		#content h1#latestnews a {
			display: block;
			float: right;
			width: 57px;
			height: 36px;
			background: url(../images/ANG-latest-btn-all.gif) top right no-repeat;
			text-indent: -999999px;
		}
		#content h1#latestnews a:hover {
			background-image: url(../images/ANG-latest-btn-all-o.gif);
		}
	#content #newsblock {
		margin-top: 20px;
	}
		#content #newsblock .newsitem {
			float: left;
			margin: 0 10px 20px 0;
			width: 310px;
		}
			#content #newsblock .newsitem img {
				float: left;
				margin-right: 5px;
			}
			#content #newsblock .newsitem h2 {
				font-size: 12px;
			}
				#content #newsblock .newsitem h2 a {
					color: #333333;
				}
				#content #newsblock .newsitem h2 a:hover {
					color: #bf2b26;
				}
			#content #newsblock .newsitem p {
				line-height: 16px;
			}
			#content #newsblock .newsitem .readmore {
				display: block;
				margin-top: 5px;
				margin-left: 95px;
				/*padding-left: 118px;*/
				padding-left: 25px;
				height: 17px;
				background: url(../images/ANG-arrow-red.gif) 0 0 no-repeat;
				line-height: 17px;
				font-weight: bold;
				color: #999999;
				text-transform: uppercase;
			}
			#content #newsblock .newsitem .readmore:hover {
				background-image: url(../images/ANG-arrow-grey.gif);
			}

/************************/
/*  Right-hand Sidebar  */
/************************/
* html #sidebar {
	width: 305px !important;
}

* html #sidebar #home_donate {
	margin-right: 10px !important;
}

#sidebar #switcher {
	margin-top: 4px;
}
* html #sidebar #switcher {
	margin-right: 5px !important;
}
* html #sidebar #switcher_all {
	margin-right: 7px;
}
#sidebar #switcher_panel {
	text-align: left;
}
	#sidebar #switcher_panel dt {
		padding-left: 25px;
		min-height: 17px;
		background: url(../images/ANG-arrow-grey.gif) top left no-repeat;
		line-height: 17px;
		font-weight: bold;
	}
		#sidebar #switcher_panel dt a {
			color: #333333;
		}
		#sidebar #switcher_panel dt a:hover {
			color: #bf2b26;
		}
	#sidebar #switcher_panel dd {
		margin-bottom: 10px;
		padding-left: 25px;
		line-height: 17px;
		color: #666666;
	}
