body
{
	cursor: default;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
	color: #727272;
}

table
{
	border-collapse: collapse;
}

img
{
	border: none;
}

body, form, ul, ol, li, h1, h2, h3, h4, dl
{
	margin: 0px;
	padding: 0px;
}

a
{
	text-decoration: none;
	cursor: pointer;
}

a:link, a:visited
{
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

#news {
	position:absolute;
	top:20px;
	right:-170px;
	width:150px;
	min-height:200px;
	border:1px solid #ddd;
	padding:2px;
}

.news_title {
	background-color:#eee;
	padding:3px;
	font-size:13px;
	color:#000;
}

.t_c {
	padding:2px;
	margin:5px 0px;
}

.time {
	padding:0px 1px;

}

.article h4 {
	font-size:12px;
}

.text {
	padding:7px 1px 5px 1px;
}

#main
{
	text-align: left;
	width: 702px;
	margin: auto;
	position: relative;
}

#header
{
	background: url(images/header.png);
	width: 702px;
	height: 344px;
	margin-top: 8px;
	position: relative;
}

#logo
{
	position: absolute;
	top: 20px;
	left: 10px;
}

#big-logo
{
	position: absolute;
	bottom: 5px;
	right: 0px;
}

#languages
{
	position: absolute;
	right: 10px;
	top: 15px;
}

#languages ul
{
	display: inline;
	list-style-type: none;
	float: left;
}

#languages li
{
	float: left;
	margin-left: 5px;
}

#menu
{
	padding-top: 104px;
	font-size: 12px;
}

#menu ul
{
	list-style-type: none;
}

#menu li
{
	display: block;
	padding: 6px 0px 0px 0px;
	height: 24px;
	margin-top: 3px;
	width: 181px;
	position: relative;
}

#menu li a, #menu li strong
{
	color: #666;
	font-weight: normal;
	text-decoration: none;
	padding-left: 40px;
	display: block;
}

#menu li a:hover, #menu li a:active, #menu li strong
{
	color: #333;
	font-weight: bold;
}

#menu a.item-parent
{
	font-weight: bold;
}

#menu ul ul
{
	display: none;
	position: absolute;
	left: 181px;
	top: -5px;
	background-color: #fff;
}

#menu li:hover > ul
{
	display: block;
}

#menu li li
{
	background: url('images/li.png');
}

#page
{
	padding: 20px 10px 10px;
}

#page ul
{
	list-style: none;
	line-height: 16px;
}

#page li
{
	background: url("images/ul.gif") no-repeat scroll left 6px transparent;
	color: #44657E;
	margin: 0 0 0 16px;
	padding: 0 0 0 6px;
}

#gallery
{
	overflow: auto;
}

#gallery ul
{
	list-style-type: none;
}

#gallery li
{
	float: left;
	margin: 30px 10px 0;
}

#gallery img {
	display: block;
}

#footer
{
	background: #E9E9E9 url('images/footer.png') repeat-x;
	color: #6A6C6D;
	text-align: center;
	padding: 20px 5px;
}

#footer a
{
	color: #7597B0;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

.comment
{
	padding: 25px 10px 5px 0px;
	margin: 0px 5px 0px 15px;
}

.comment strong
{
	font-weight: bold;
}

.comment small
{
	font-size: 7pt;
}

.comment .text
{
	padding: 7px;
}

table.addcomment
{
	margin: 20px 0 0 15px;
}

table.addcomment th
{
	text-align: left;
	vertical-align: top;
}
