body {
    background: #26267d url("../images/wrapper_bg.png") 50% 0 scroll repeat-y;
	margin: 0 auto 20px auto;
}

body * {
    overflow: hidden !important; /* Workaround to IE7 display issue */
}

#wrapper {
    border: 1px solid #26267d; /* Workaround to IE7 display issue */
    border-top: 20px solid #26267d;
    border-bottom: 0;
	margin: 0 auto;
	overflow: hidden !important;
	padding: 0 !important;
    width: 960px !important;
}

#header {
	height: 192px;
	background: transparent url("../images/header_bg.png") scroll no-repeat left bottom;
}
	#header h1 {
		width: 105px;
		height: 85px;
		background: transparent url("../images/logo_h1.png") scroll no-repeat 0px 0px;
		position: absolute;
		top: 59px;
		right: 37px;
	}
#banner {
	height: 207px;
	background: transparent url("../images/banner_bg.jpg") scroll no-repeat 0px 0px;
    padding: 80px 240px 0;
}
    #banner h1 {
        display: none;
    }
    
    #banner p {
        font-size: 16px;
        line-height: 24px;
    }
    
	#banner a {
	    background: transparent url("../images/moreLink_bg.png") right 2px no-repeat;
	    color: #000;
		display: block;
		float: right;
		font-style: italic;
		font-weight: normal;
		line-height: 24px;
		text-decoration: underline;
		margin: -24px 0 0 0;
		padding: 0 24px 0 0;
	}


	#featuredText a {
	    background: transparent url("../images/link_arrow.png") right 2px no-repeat;
	    color: #000;
		display: block;
		float: left;
		font-style: italic;
		font-weight: normal;
		line-height: 24px;
		text-decoration: underline;
		margin: 0 0 5px 0;
		padding: 0 26px 0 0;
		font-size: 14px;
	}
	
#mainNav {
    border-bottom: 10px solid #fff;
}
#bottom {
	height: 123px;
	background: transparent url("../images/bottom_bg.png") scroll no-repeat left bottom;
	position: relative;
	clear: both;
}
	
#featuredBox {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 360px;
}
	#featuredBox h2 {
		background: transparent url("../images/h2_featured.png") scroll no-repeat center top;
		height: 11px;
		text-indent: -9999px;
		margin: 0 0 0px 15px;
	}
#featuredImage {
	float: left;
	width: 77px;
	margin: -6px 15px 0 0;
}
	#featuredImage img {
		border: 1px solid #22205F;
	}
#featuredText {
	float: left;
	font-size: .7em;
	line-height: 1.5em;
	width: 240px;
}
	#featuredText a.moreLink {
		color: #000000;
		font-style: italic;
		float: right;
		line-height: 24px;
		background: transparent url("../images/link_arrow.png") scroll no-repeat right center;
		margin: 0;
		padding: 0 24px 0 0;
		text-decoration:underline;
	}
	#featuredText strong, #featuredText b {
		color: #22205f;
		text-transform: uppercase;
	}

body.frontPage #leftNav {
	display:none;
}