html,body {
	margin: 0;
	padding:0;
	color:#565656;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:11px;
	background-color: #dddddd;
	height: 100%;
}
div#container {
	margin:0 auto;
	width:985px;
	position:relative;
}
div#news_block {
	width: 100%;
	background-color: rgba(11, 11, 11, 0.7);
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0pt;
}
iframe#news_frame {
	width: 600px;
	height: 600px;
	margin: 20px;
	border: 3px double rgb(255, 255, 255);
}
table#master_table {
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background-color: #ffffff;
	margin:0 auto;
	width:100%;
	height: 100%;
}
a:link, a:visited {
	background: none;
	color: #ff3300;
	text-decoration: none;
}
a:hover {
	background: none;
	color: #ff9933;
	text-decoration: underline;
}
a.comm_link {
	font-size: 10px;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	color: #ff3300;
	text-decoration: none;
	font-weight: bold;
}
a:hover.comm_link {
	color: #ff9933;
	text-decoration: underline;
}
hr {
	height: 0px;
	border-top: 0px solid #d1d7dc;
	border-top-width: 1px;
}
img {
	border: none;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
form {
	margin:0px;
}
.input {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	border: 1px solid #888888;
	text-indent: 2px;
	font-size: 10px;
}
div#lang_select {
	text-align:center;
	margin:10px;
}
div#lang_select span {
	margin:2px;
}
ul#main_menu {
	margin: 0;
	margin-bottom:20px;
	padding: 0;
	list-style-type: none;
}
ul#main_menu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(img/menu_main.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	padding: 5px 0px 4px 10px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
ul#main_menu li:hover, ul#main_menu li.current  {
	background: url(img/menu_main_over.gif);
	background-repeat: no-repeat;
	background-position: right;
}
ul#main_menu li span {
	display:none;
}
ul#main_menu li:hover span {
	display:inline;
}
div#search_box {
	background-color:#dfffe3;
	border: 1px #acefb5 solid;
	text-align:center;
	margin:5px;
	padding:0 5px 0 5px;
	width:100px;
}
div#search_box input {
	margin:1px;
}
div#social {
	border:1px solid #ACEFB5;
	background-color:#DFFFE3;
	margin:0 auto;
	padding:5px;
	text-align:center;
	width:100px;
}
div#social img{
	vertical-align:bottom;
}
div#content_box {
	width:680px;
	margin:0px auto;
}
td#banner_box {
	border-left: 1px solid #cfcfcf;
	background-image: url(./img/img02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top:75px;
	text-align:center;
}
td#banner_box img, td#banner_box object {
	margin:9px;
}
div.text_box {
	margin-bottom:15px;
	margin-top:15px;
}
div.text_title {
	background-color: #acefb5;
	padding: 2px;
}
div.text_title span {
	float:right;
}
div.text_body {
	margin: 5px;
	border-bottom: 1px solid #00A5CA;
	min-height:60px;
}
div.text_body span.text {
}
div.text_body span.icon {
	float:left;
	margin-right: 5px;
}
div.text_foot {
	text-align: left;
	font-size: 9px;
	margin-bottom: 10px;
}
div.text_foot span {
	float: right;
}
div.post_head {
	text-align: left;
	margin: 2px;
	padding: 2px;
}
div.post_head span {
	float: right;
	font-size: 10px;
}
div.post_text {
	text-align: left;
	margin:2px;
	padding:3px;
	border-bottom: 1px solid #00A5CA;
}
table#event_table {
	width: 670px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: left;
	margin: 25px auto;
}
table#event_table tr.head_row td {
	background-color: #acefb5;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
table#event_table tr {
	height: 22px;
}
table#event_table tr.event {
	cursor: pointer;
}
table#event_table tr.event:hover {
	background-color: #acefb5;
}
table#event_table tr.no_data {
	cursor: default;
}
table#event_table th {
	font-weight: bold;
	background-color: #d9efdc;
	border-bottom: 1px solid #999999;
	text-indent: 5px;
}
table#event_table td {
	text-indent: 5px;
}
table#event_table td.name {
	font-weight: bold;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
div#last_posts {
	background-color:#dfffe3;
	border: 1px solid #ACEFB5;
}
div#last_posts a {
	text-decoration:underline;
}
div#last_posts img {
	margin: 6px;
	float: left;
}
span.str_found {
	background-color: #d1efd5;
	font-weight: bold;
}


