/* CSS Document */
/* Title:	Principles into Practice Network - styles for Website */

/* CONTENT */
.bkgrnd {
	background: #747943 url("/web/templates/Principles_home_files/awards-bkgrnd.gif") repeat-y right top;
	}
.color {
	background: #e2e7b0;
	}
.bkgrnd #content-left{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif !important;
	}
.color #content-left {
	color: #222;
	font-family: Arial, Helvetica, sans-serif !important;
	}
.bkgrnd .fixed-main {
	color: #3F3B3C;
	font-family: Arial, Helvetica, sans-serif !important;
	}

#container-content a {
	color: #000;
}

#content-right a {
	color: #000000;
}

/* new */

#page_heading{
	margin-top:.5em;
	background:#747943;
	padding:.5em 50px;
}

#page_heading h1{
	color:#fff;
}

#content_footer{
	margin-top:5px;
	background:#747943;
	padding:.5em 0;
}

/* active menu link */
#awards a {
	background: #747943 url("/web/templates/Principles_home_files/link-arrow.gif") no-repeat right bottom;
	border-top:5px solid #fff;
	}


