* { padding: 0; margin: 0; list-style:none }
img { border: 0 }

body {
	font-family : arial, helvetica, clean;
	font-size : 10px;
	color: #000;
	background: #fff
}

a:link { text-decoration: none; color: #000 }
a:visited { text-decoration: none; color: #000 }
a:hover { text-decoration: none; color: #000 }

#page {
	background: #fff;
	text-align: left;
	width: 280px;
	position: absolute;
	left: 20px;
	top: 15px
}

#header #menu a:hover {  text-decoration: none; color: #999 }
#header #lang { position: absolute; width: 50px; left: 250px; top: 0px }
#header #lang span{ color: #999 }

#header #logo {
	position: absolute; top: 285px;
    background: transparent url(../img/logo.png) no-repeat 0% 0%;
    width: 120px; height: 30px
}
#header #logo span { display: none }

#latest { position: absolute; top: 400px }
#latest #menu ul { margin-top: 5px }
#latest #menu ul li { list-style: none; padding-bottom: 5px }
#latest #menu ul li .title{ font-family: "Times New Roman"; font-size : 16px }
#latest #menu ul li .subtitle{ font-family: arial; font-size : 10px }
#latest #menu ul li a:hover { text-decoration: none; color: #999 }

#latest #rss { padding-top: 40px }
#latest #rss #logo { background: transparent url(../img/rss.png) no-repeat 0% 0%; width: 14px; height: 14px }
#latest #rss #logo span { display: none }

#latest #content table .title{ font-family: "Times New Roman"; font-size: 14px; width: 200px }
#latest #content table .date{ font-family: arial; font-size: 8px; text-align: right; width: 80px }
#latest #content table .content{ font-family: arial; font-size: 10px }

#general { padding-top: 20px }
#general h2 { font-family: "Times New Roman"; font-size: 12px; font-weight: bold }




