/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: news_article.css (News) 5952 2007-03-03 06:18:46Z dwu $
 */

#headerBannerWrapper {
	background: url(../images/HeaderBanner04.jpg) no-repeat center top;
}

#contactussidebox {
	display: block;
	margin-top: 90px;
}

#newsArticleContent {
	margin-top : 60px;
	padding-left: 20px;
}

.articleHeading {
	font-weight: bold;
	text-decoration: underline;
}

.articleContent {
	padding-top: 30px;
	padding-bottom: 30px;
}

