body {
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, sans;
	font-size: 14px;
}

#line { height: 6px; width: 100%; z-index: 1; position: absolute; top: 0px; left: 0px; background-image: url(/public/images/line.png); background-position: top center; overflow: hidden;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader('/public/images/line.png');
}

* { padding: 0; margin: 0; }
p { margin-bottom: 14px; }

a { color: #0f5a78; }
a:hover { text-decoration: none; }

td { font-family: Arial, sans; font-size: 14px; color: #333333; line-height: 20px; }

.larr { margin-left: -10px; background: url(/public/images/a.gif) no-repeat; background-position: 0px 7px; padding-left: 60px;
/*	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/a.png', sizingMethod='crop');*/
}

img { border: 0; }

#page { width: 900px; }

#header { height: 100px; }
	#menu { z-index: 2; position: absolute; }
	#menudiv { width: 900px; height: 100px; border: 1px solid red; }

#h1 { margin-left: 140px; height: 30px; }
#text { padding-top: 20px; padding-bottom: 20px; z-index: 20; margin-top: -1px; color: #595955; }
	#lsidebar { width: 140px; float: left; }
	#mtext { float: left; }
	#rsidebar { color: #595955; font-size: 13px; margin-left: 20px; margin-right: 20px; line-height: 18px; }
	
.thumb { width: 116px; font-size: 10px; text-align: center; line-height: 11px; }
	
#footer { margin-top: 40px; border-top: 1px solid #9b9a9a; font-size: 11px; color: #706c6c; padding-top: 11px; margin-bottom: 50px; }
#footer em { font-size: 10px; color: #acaba9; font-style: normal; }

.h2 { z-index: 10; }

#popup { position: absolute; top: 200px; left: 200px; display: none; z-index: 10000; }

.negative a { color: #ffffff; }
.negative #text { color: #ffffff; }
.negative td { color: #ffffff; }
.negative #rsidebar { color: #ffffff; }
.negative #footer { color: #ffffff; }
.negative #footer em { color: #ffffff; }

.news_item { margin-bottom: 40px; }
.news_item .date { color: #ffffff; background-color: #7f7e7c; font-size: 11px; height: 15px; line-height: 15px; float: left; width: 75px; }
.news_item .xdate { float: left; width: 95px; }
.news_item .title { width: 515px; float: left; _float: none; font-size: 18px; line-height: 18px; }

.news_item_latest { font-size: 11px; line-height: 12px; color: #7f7e7c; }
.news_item_latest .date { color: #ffffff; background-color: #7f7e7c; font-size: 11px; height: 15px; line-height: 15px; float: left; width: 75px; }
.news_item_latest .xdate { float: left; width: 80px; _width: 20px; }
.news_item_latest .title { width: 320px; float: left; _float: none; font-size: 11px; line-height: 12px; margin-bottom: -5px; }

#content * { z-index: 2; position: relative; }
