BODY {
   font: Verdana;
   font-family: Verdana;
   font-size: 10pt;
   margin: 0px;
   padding: 0px;
   background-color: #EBEBEB;
}

IMG, TABLE {
   border: 0px;
}

A, A:link,
A:visited,
A:active,
A:hover{
	color: #047ac4;
	text-decoration: none;
}

A:hover{
	color: #747474;
}



TABLE.main_table {
   background-color: #fff;
   padding: 0px;
   height: 100%;
   width: 998px;
   border-left: 1px solid #dbdbdb;
   border-right: 1px solid #dbdbdb;
   border-bottom: 1px solid #dbdbdb;
}

/** HEADER **/
TABLE.main_table TD.main_header {
   height: 203px;
}

/** MENU **/
TABLE.main_table TD.main_menu {
   height: 28px;
   border-top: 1px solid #656565;
   border-bottom: 1px solid #656565;
   background-image: url(../images/menu/menu_bg.jpg);
   background-repeat: repeat-x;
   background-position: left top;
   padding-left: 15px;
}


/** SUB_MENU **/

DIV.menu_wrapper {

}

DIV.menu_wrapper DIV.menu {
   line-height: 30px;
   border: 1px solid #000;
}

DIV.menu_wrapper DIV.menu A {
   text-decoration: none;
}

DIV.menu_wrapper DIV.menu A:hover,
DIV.menu_wrapper DIV.menu A:active,
DIV.menu_wrapper DIV.menu A.active {
   text-decoration: underline;
}

DIV.menu_wrapper DIV.sub_menu_wrapper {
   margin-left: 20px;
}

DIV.menu_wrapper DIV.sub_menu_wrapper  DIV.menu A {
   text-decoration: none;
}

DIV.menu_wrapper DIV.sub_menu_wrapper  DIV.sub_menu A:hover,
DIV.menu_wrapper DIV.sub_menu_wrapper  DIV.sub_menu A:active,
DIV.menu_wrapper DIV.sub_menu_wrapper  DIV.sub_menu A.active {
   text-decoration: underline;
}

/** CONTENT **/

TABLE.main_table TD.main_content TABLE.content_table {
   width: 100%;
}


TABLE.main_table TD.main_content TD.left_column {

}

TABLE.main_table TD.main_content TD.left_column TABLE.left_column {
   width: 240px;
   border-left: 1px solid #d0cfcc;
}

TABLE.main_table TD.main_content TD.content {
  width: 100%;
  border-left: 1px solid #d0cfcc;
  border-right: 1px solid #d0cfcc;
}

TABLE.main_table TD.main_content TD.right_column {

}

/** FOOTER **/
TABLE.main_table TD.main_footer {
   height: 73px;
   border-top: 1px solid #d0cfcc;
}

TABLE.main_table TD.main_footer TABLE.footer_table {
   width: 100%;
   height: 73px;
}

TABLE.main_table TD.main_footer TD.left_column {
   width: 200px;
   border-right: 1px solid #d0cfcc;
   padding-top:20px;
   padding-left: 52px;
}

TABLE.main_table TD.main_footer TD.center_column {
   padding-top:20px;
}

TABLE.main_table TD.main_footer TD.right_column {
   width: 334px;
   border-left: 1px solid #d0cfcc;
   padding-top:20px;
   padding-left: 80px;
   padding-right: 50px;
   font-family: verdana;
   font-size: 8pt;
   color: #353535;

}

/** PARTNER (ib)**/

TABLE.partner {
   width: 100%;
}

TABLE.partner TD.item,
TABLE.partner TD.item_empty {
   padding: 2px;
   font-family: Verdana;
   font-size: 10pt;
}

TABLE.partner TD.item IMG.logo {
   margin: 2px;
   margin-right: 10px;
}

TABLE.partner TD.item A.title,
TABLE.partner TD.item A.title:visited,
TABLE.partner TD.item A.title:active,
TABLE.partner TD.item A.title:hover,
TABLE.partner TD.item SPAN.title{
	color: #047ac4;
}

TABLE.partner TD.item A.title:hover{
	color: #747474;
	text-decoration: underline;
}

DIV.pager_wrapper {
    height: 30px;
}

/** PAGER (system) **/

DIV.pager {

}

DIV.pager A
DIV.pager A:visited,
DIV.pager A:active,
DIV.pager A:hover {
   color: #047ac4;
}

DIV.pager A.title:hover{
	color: #747474;
	text-decoration: underline;
}

DIV.pager A.extremum_min,
DIV.pager A.min,
DIV.pager A.previus,
DIV.pager A.next,
DIV.pager A.max,
DIV.pager A.extremum_max {
   font-family: Verdana;
   font-size: 8pt;
}

DIV.pager A.page {
}

DIV.pager A.current {
   text-decoration: underline;
}

/* NEWS */

div.news div.news_pict{
	float:left;
	margin-right:15px;
	width:170px;
}
div.news img.pict{
	border:1px solid #dcbd94;
	padding:5px;
	background-color:#fff;
	margin-bottom:5px;
}

div.news_title{
	margin-bottom:5px;
	text-align:left;
	font-weight:bold;
}
div.news_date{
	background-color:#ff7800;
	color:#FFFFFF;
	width:71px;
	float:left;
	font-weight:bold;

	margin-right:5px;
}
div.news_date div{
	padding-left:5px;
}
div.news_title_in{
	text-indent:4px;
}

div.news_br{
	clear:both;
	width:100%;
	font-size:1px;
	margin-bottom:10px;
}
div.more{
	clear:both;
	margin-top:20px;
	border-top:1px solid #dcbd94;
	border-bottom:1px solid #dcbd94;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	height:18px;
	line-height:18px;
}
div.more a.back,div.more a.back:hover{
	color:#f08800;
	text-decoration:none;
}

/* GALLERY */

table.gallery {
   margin-top: 40px;
   width: 100%;
}

table.gallery td.gallery_item {
   width: 153px;
   padding-bottom: 15px;
}

table.gallery td.gallery_spacer {

}

