* html .news_post_content {
	clear: none !important;
	margin: 40px 0;
}

div.post_container {
	width: 700px;
}
* html div.post_container {
	position: relative;
}

#news_container {
	float: left;
	#width: 700px !important;
}
* html #news_container {
	width: 700px;
	position: relative;
}

* html #news_container div.paging-info {
	position: absolute;
	bottom: -40px;
	left: 0;
}

div.post_head h3 {
	float: left;
	width: 350px;
	font-size: 110%;
	margin: 0;
	line-height: 120%;
	padding: 6px 0;
}

div.post_head {
	background: #f2eae8;
	padding: 0 8px;
	line-height: 30px;
}

* html div.post_head {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}

p.post_poster {
	float: right;
	margin: 0;
	white-space: nowrap;
}
* html p.post_poster {
	position: absolute;
	z-index: 1000;
	right: 10px;
	top: 0 !important;
}

p.post_content {
}

p.post_foot {
	height: 12px;
	line-height: 12px;
	border-bottom: 1px solid #e1d9d8;
	font-weight: bold;
}
* html #news_container p.post_foot {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 700px;
}
p.post_foot span {
	float: right;
	height: 20px;
	background: white;
	padding: 0 8px;
	#height: 30px !important;
}
* html #news_container p.post_foot span {
	position: relative;
	top: 12px;
}
p.post_foot a {
	padding: 0 4px;
	line-height: 160%;
}

div.article-container {
	width: 700px;
	position: relative;
}

div.article-head {
	border-bottom: 1px solid #e1d9d8;
	position: relative;
	margin-bottom: 40px;
	#margin-bottom: 20px;
	z-index: 20;
	float: left;
	width: 700px;
}
* html div.article-head {
	position: absolute;
	top: 0;
	left: 0;
}
* html p.post_poster {
	top: -140px;
	margin-left: -700px;
}
div.article-head h2 {
	font-weight: normal;
	float: left;
	margin: 0;
	line-height: 120%;
	font-size: 145%;
}
div.article-head p {
	font-size: 95%;
	margin: 0;
	float: right;
	position: relative;
	bottom: -30px;
	right: 0;
	z-index: 10000;
}

#news_container div.article {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	#margin-bottom: 90px;
}
* html #news_container div.article {
	width: 700px;
	margin: 0 !important;
	position: relative !important;
	clear: none !important;
	float: left;
}

* html div.article-container .clear {
	clear: none !important;
}

div.article-foot {
	border-top: 1px solid #e1d9d8;
	position: relative;
	width: 700px;
	height: 5px;
	margin-top: 60px;
	#margin-top: 0;
}
* html div.article-foot {
	clear: left;
	margin-top: 20px;
}
div.article-foot p {
	float: right;
}
div.article-foot p a {
	display: block;
	background: url(../graphics/buttons/back.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 34px;
	font-size: 18px;
}

p.back_to_news {
	#position: relative;
	#top: 10px;
}

* html p.back_to_news {
	width: 160px;
	white-space: nowrap;
}

* html p.news_submit {
	float: left !important;
	padding: 0 12px !important;
}
* html a.news_submit {
	float: left;
	padding: 0 20px !important;
}

* html #news_container #foot_login {
	position: absolute;
	bottom: -80px;
	left: 0;
}

* html div.article-container #foot_login {
	bottom: -20px !important;
}

#submit-news textarea {
	width: 270px;
}