
#news_container {
	margin: 0 auto;
	width: 990px;
	background: #000;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
#news_left_col {
	float: left;
	text-align: left;
	width: 22%;
	margin: 0;
	padding: 0;
	border-right: 1px solid #666;
}

#news_right_col {
	float: right;
	text-align: left;
	width: 77.8%;
	margin: 0;
	padding: 0;
}
#news_right_col_upper {
	margin: 0;
	padding: 0;
	height: 80px;
	border-bottom: 1px solid #666;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	/*background: url('/images/noise.png');*/
	/* remove after sale */
	background-color: red;
}

#news_right_col_middle {
	background: #f2f0e8;
}
#news_right_col_middle table {
	border: 0;
	border-collapse: collapse;
}
#news_article {
	float: left;
	width: 480px;
	padding: 1em;
	color: #666;
}
#news_article h1 {
	font-size: 1.5em;
	border-bottom: 1px dotted #666;
}
#news_article h2 {
	font-size: 2em;
}
#news_products h2 {
	font-size: 1.5em;
	border-bottom: 1px dotted #666;
}
#news_article h3 {
	font-size: 1.2em;
} 
#news_products h3 {
	margin-top: 1em;
	font-size: 1.2em;
	border-bottom: 1px dotted #666;
}
#news_article p {
	font-size: 1em;
}
#news_article a {
	color: #666;
}
#news_article a:hover {
	text-decoration: underline;
}
#news_article img.articlePic {
	float: right;
	padding: 0px 0px 10px 10px;
	width: 230px;
}
#latestNews {
	clear: both;
	margin: 0;
	padding: 0;
}
#news_products {
	float: right;
	width: 240px;
	padding: 1em;
	color: #666;
	border-left: 1px dotted #666;
}
#news_products a {
	color: #666;
}
#news_products a:hover {
	/*text-decoration: underline;*/
	background-color: #fafafa;
}
#news_products img {
	width: 200px;
}
#news_footer {
	clear: both;
	margin: 0 auto;
	width: 990px;
	text-align: center;
	padding: 0.5em 0;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #666;
}
#news_footer a {
	color: #f2f0e8;
}
#news_footer a:hover {
	text-decoration: underline;
}
#categories {
	font-weight: bold;
}

ul.article, ul.listArticles, ul.listArchives {
	list-style: none;
	margin: 0.5em;
	padding: 0;
}
ul.article p {
	margin: 0;
	padding: 0;
}
ul.listArticles li {
	line-height: 1.3em;
}
div.stuff {
	margin: 0.5em 0;
	padding: 0.5em;	
	background-color: #fff;
	color: #666;
	text-align: center;
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px;
}
div#news_article table, div#news_article table.alternatingTable {
	width: 90%;
	margin: 0.5em 0;
	-moz-border-radius: 10px 10px 10px 10px;
	padding: 0.5em;
}
div#news_article table {
	background-color: #E6E6D2;
}
div#news_article table.alternatingTable {
	background-color: #dae1d5;
}
div#news_article table tr td {
	padding: 0 1em;
}
div#news_article table.archives {
	width: 100%;
}
tr.headline {
	font-weight: bold;
}

div#feed_text a {
	text-decoration: underline;
}

