/* hide header */

.masthead, .masthead h1, #article h1, .author_info {
    display: none;
	}
	
#PageContent #MainColumn .gray_line {
	display: none;
    }
    
/* marshall hs */

#marshallhs {
	}

#marshallhs h2 {
	padding: 0 !important;
	font-size: 30px !important;
	color: #000 !important;
	}
	
#marshallhs .marshallhs-intro {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;		
	}

#marshallhs .marshallhs-leftcol {
	float: left;
	width: 230px;
	}
	
#marshallhs .marshallhs-leftcol h3 {
	font-weight: normal;
	font-size: 16px !important;
	}	

#marshallhs .marshallhs-rightcol {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float: right;
	width: 400px;
	padding: 15px 10px 10px 10px;
	line-height: 155%;
	background: #fff;
	border: 1px solid #ccc;
	}
	
#marshallhs .marshallhs-rightcol h3 {
	margin: 0 0 6px 0;
	font-weight: normal;
	font-size: 24px !important;
	color: #000 !important;
	}

#marshallhs .marshallhs-graphic {
	-moz-box-shadow:inset 0 0 10px #000000;
	-webkit-box-shadow:inset 0 0 10px #999;
	box-shadow:inset 0 0 10px #000000;
	float: right;
	width: 400px;
	margin: 15px 0 0 0;
	min-height: 313px;
	padding: 0;
	background: #fff url(http://media.oregonlive.com/portland_impact/images/marshallhs-graphic-cropped-201106131.png) top center no-repeat;
	color: #000 !important;
	}
	
#marshallhs .marshallhs-links {
	position: relative;
	left: 90px;
    top: 100px;
    font-size: 14px;
    line-height: 250%;
	}
	

	
	
	
	
