/*
 * Author: Jeff Kenny
 * Contact: jeffkenny@gmail.com
 * 
 * Description:
 * Print specific stylesheet
 *
 */
 
@import url("global_base.css");

#eNav, #mNav, #fNav, #projNav {
	display: none;
}

#mastHead, #mktMsg {
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
}

#mastHead a { border: none; }
#asp {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 85px;
	height: 32px;
}
#logo { left: 0px; }


#mktMsg { padding-bottom: 20px; }
h1 { margin-top: 30px; }
#mktMsg h1 { color: #350101; }

#footer {
	border-top: 2px solid #000;
	padding-top: 5px;
}
