body {
    margin: 0px;
    padding: 0px;
    font: 12px tahoma, sans-serif;
    background-color: #acacaf;
    text-align: center;

}

h1 {
	font: 14px verdana, sans-serif;
	text-align: center;
	margin: 5px 0;
	font-weight: bold;
}

h2 {
	font: 16px verdana, sans-serif;
	margin: 5px 0;
	font-weight: bold;
}

img {
	border: 0;
}

* html img, * html input  {
	behavior: url("/iepngfix.htc");
}

.banner {
	padding-right: 10px;
	height: 120px;
}

.content {
	width: 98%;
	margin-left: auto;
	margin-right:auto;
	margin-top: 3px;
}

.content_div {
	width: 230px;
}

.content_div_main {
	width: 100%;
}

.content_div, .content_div_main {
	 position: relative;
	 background: url('img/metallic.jpg');
}

.content_div_left {
	background: url('img/left_border_text.png') repeat-y;
	height: 100%;
}

.content_div_right {
	background: url('img/right_border_text.png') repeat-y right;
	height: 100%;
}

.content_div_bottom {
	width: 222px;
	float: left;
}

.content_div_bottom_main {
	width: 100%;
	position: relative;
}

.content_div_bottom, .content_div_bottom_main {
	background: url('img/bottom_border_text.png') repeat-x;
	height: 4px;
}

.content_div_bottom_left {
	float: left;
	background: url('img/bottom_left_border_text.png') no-repeat;
	width: 4px;
	height: 4px;
}

.content_div_bottom_right {
	float: left;
	clear: right;
	background: url('img/bottom_right_border_text.png') no-repeat;
	width: 4px;
	height: 4px;
}

.content_div_bottom_left_main {
	background: url('img/bottom_left_border_text.png') no-repeat;
}

.content_div_bottom_left_main_top {
	background: url('img/top_left_border_text.png') no-repeat;
}

.content_div_bottom_left_main, .content_div_bottom_left_main_top {
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 4px;
}

.content_div_bottom_right_main {
	background: url('img/bottom_right_border_text.png') no-repeat;
}

.content_div_bottom_right_main_top {
	background: url('img/top_right_border_text.png') no-repeat;
}

.content_div_bottom_right_main, .content_div_bottom_right_main_top {
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	height: 4px;

}

.content_text, .content_text_menu {
	padding: 10px;
	font: 14px arial, sans-serif;
}

.content_text_menu {
	text-align: left;
	margin: 0 auto;
}

.e-mail {
	width: 180px;
	margin-bottom: 5px;
}

.earth {
	background: url('img/earth.png') no-repeat;
	height: 100%;
	behavior: url("/iepngfix.htc");
}

.footer {
	width: 100%;
	height: 70px;
	background: url('img/footer.jpg') repeat-x;
	text-align: center;
}

.footer_links {
	padding-top: 30px;
}

.footer_links a {
    padding-left: 20px;
	padding-right: 20px;
	font: 14px verdana, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.footer_links a:hover {
	text-decoration: underline;
}

.logo {
	padding-left: 20px;
	float: left;
}

.main_td_menu {
	float: left;
	display: block;
}

.main_td_menu_button {
	width: 100%;
}

.main_td_menu_table {
	width: 100%;
}

.main_td_menu_table td {
	width: 25%;
	height: 38px;
}

.main_td_menu_table td a {
	text-decoration: none;
	color: #eb0000;
	font: 18px verdana, sans-serif;
}

.menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu li {
	padding-bottom: 3px;
}

.menu li a{
	zoom: 1;
	text-decoration: none;
	cursor: pointer;
}

.menu_button {
	width: 230px;
}

.menu_inside_button {
	width: 140px;
	margin: 0 auto;
	cursor: pointer;
}

.menu_button, .main_td_menu_button, .menu_inside_button {
	position: relative;
}

.menu_button_bg {
	background: url('img/button_center.jpg') repeat-x;
	height: 38px;
	text-align: center;
}

.menu_button_left {
	position: absolute;
	left: 0;
	top:0;
	width: 10px;
	height: 38px;
	background: url('img/button_left.jpg') no-repeat;
}

.menu_button_right {
	position: absolute;
	right: 0;
	top:0;
	width: 10px;
	height: 38px;
	background: url('img/button_right.jpg') no-repeat;
}

.menu_text {
	padding-top: 10px;
}

.menu_text_main {
	width: 138px;
	cursor: pointer;
}

.menu_text_main_change {
	width: 138px;
	cursor: pointer;
	background: url('img/change_button.jpg') no-repeat;
	color: #FFFFFF;
	height: 38px;
	font-weight: bold;
}

.menu_text, .menu_text_main {
	color: #eb0000;
	font: 16px verdana, sans-serif;
	font-weight: bold;
}

.main_td, .menu_td {
	vertical-align: top;
}

.menu_td {
	width: 235px;
}

.right_float {
	clear: both;
	float: right;
}

input.search {
	height:19px;
	width:150px;
	background-image:none!important;
}

.search_div {
	float: right;
	padding-right: 25px;
	margin-top: 80px;
}

.top {
	background: url('img/table_footer.jpg') repeat-x bottom;
	padding-bottom: 20px;
}

.top_table {
	background-color: #000000;
	width: 98%;
	margin-left: auto;
	margin-right:auto;
	height: 251px;
}

.triangle {
	background: url('img/triangle.png') no-repeat right bottom;
	height: 100%;
	behavior: url("/iepngfix.htc");
}


/* === */

ul.blogroll{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.blogroll li{padding-bottom: 3px;}



textarea#comment{
	width: 100%;
}


input{
	/*background: url('img/button_center.jpg') repeat-x;
	height: 38px;
	text-align: center;*/
}


/* calend */
.calend_mc{
	text-decoration: none;
	color:#EB0000;
	font-weight:bold;
	font-size:100%;
}
.calend_dc{
	color:#666;
	font-size:90%;
}
.calend_c{
	color:#000;
	font-size:90%;
}


/* forum */
/*
#wrap{
	width: auto!important;
}

.content ul, .content ol {
	margin-bottom:0!important;
	margin-left:0!important;
}
*/


/* === image === */
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #E6E6E6;
	text-align: center;
	background-color: #F7F7F7;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
/* === //image === */


/* === menu ===*/
.current-cat .menu_text{
	color: #fff;
}
.current-cat .menu_text a{
	color: #fff;
}

/*===*/
.igniodates {
	font-size: 100%;
	font-weight: bold;
}

.igniodates span {
	padding-right: 22px;
}