/*main decoration*/
body {
	background: #000000;
	margin: 0;
}
#main_image_load {height: 400px; vertical-align: middle; }
#main_image_loadimg {margin-top: 167px}
#main_image {display: none}

/*menu*/
.menu {
	text-align: center;
	vertical-align: middle;
}
.menu a {
	font: Garamond, "Garamond Premr Pro", "Times New Roman";
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
    cursor: hand;
}
.menu a:visited {
	font-size: 14px;
	font: Garamond, "Garamond Premr Pro", "Times New Roman";
	color: #FFFFFF;
}
.menu a:hover {
	font: Garamond, "Garamond Premr Pro", "Times New Roman";
	text-decoration: underline;
}

/*drop down menu*/
.mart ul {
	list-style: none;
	margin: 0;
	padding: 0;
/*	background: #000000;*/
/*	float: left;*/
	width: 40px;
}
.mart .mItem a {
	text-align: center;
	vertical-align: middle;
}
.mart li:hover .mItem, .mart li.over .mItem {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #000000;
	width: 38px;
	height: 18px;
	z-index: 3;
	text-align: center;
}
.mart #subItem li {
  text-align: left;
  position: relative;
/*  line-height: 25px;*/
	padding: 3px;
}
.mart li ul {
	display: none;
	position: absolute;
	width: 210px;
	border: 1px solid #FFFFFF;
/*	behavior: url("png.htc");*/
}
.mart li ul {
	background: #000000;
	back\ground: url(misc/fone-tr.png);
}
/* Fix IE. Hide from IE Mac \*/
/** html .menu ul li { float: left; width: 40px; }*/
* html .mart li ul {
	margin-left: -19px;
}
/** html .menu2 li ul {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='misc/fone-tr.png', sizingMethod=scale);
	//background-image: none;
}*/
/* End */ 
.mart li:hover ul, .mart li.over ul {
  display: block;
  width: 210px;
  padding: 4px;
  z-index: 2;
  margin-top: -1px;
}
.mart #subItem a {
	position: relative;
	width: 210px;
	height: 14px;
	cursor: pointer;
}
/*drop down menu bio*/
.mbio ul {list-style: none; margin: 0; padding: 0; width: 110px;}
.mbio .mItem a {text-align: center; vertical-align: middle;}
.mbio li:hover .mItem, .mbio li.over .mItem {border-left: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; border-bottom: 1px solid #000000; width: 108px; height: 18px; z-index: 3; text-align: center;}
.mbio #subItem li {text-align: left; position: relative; padding: 3px;}
.mbio li ul {display: none; position: absolute; width: 170px; border: 1px solid #FFFFFF;}
.mbio li ul {background: #000000; back\ground: url(misc/fone-tr.png);}
* html .mbio li ul {margin-left: -54px;}
.mbio li:hover ul, .mbio li.over ul {display: block; width: 170px; padding: 4px; z-index: 2; margin-top: -1px;}
.mbio #subItem a {position: relative; width: 170px; height: 14px; cursor: pointer;}

/*PAGE*/
.title {
	font: Garamond, "Garamond Premr Pro", "Times New Roman";
	font-size: 14px;
	color: #FFFFFF;
	height: 19px;
	padding-bottom: 15px;
}
.text {
	font: Garamond, "Garamond Premr Pro", "Times New Roman";
	font-size: 14px;
	color: #FFFFFF;
}
/*for guestbook*/
.f_hr {
	color: #6c1311;
}
.text_pole {
	border: 1px;
	border-style: solid;
	height: 19px;
	font-family: Comic Sans MS, Italic, Times New Roman;
	font-size: 14px;
}
.submit	{
	border: 0px;
	height: 18px;
	font-family: Comic Sans MS, Italic, Times New Roman;
	font-size: 14px;
	color: #000000;
}
/*for news*/
.imgnews {
	float: left;
	margin-right: 8px;
}
.padding {
	padding-top: 10px;
	padding-bottom: 10px;
}
.textmargin {
	margin-top: 15px;
}
/*for left-rightmenu*/
.menulr {
	height: 30px;
}

/*LINKS*/
a {
	font: Garamond, "Garamond Premr Pro", "Times New Roman";
	font-size: 14px;
	color: #FFFFFF;
    cursor: hand;
}
a:visited {
	font-size: 14px;
	font: Garamond, "Garamond Premr Pro", "Times New Roman";
	color: #FFFFFF;
}
a:hover {
	font: Garamond, "Garamond Premr Pro", "Times New Roman";
	text-decoration: none;
}
a:hover img {
	filter: alpha(opacity=75);   /* ??? IE */
	-moz-opacity: 0.75; /* Mozilla 1.6 ? ???? */
	-khtml-opacity: 0.75; /* Konqueror 3.1, Saf 1.1 */
	opacity: 0.75; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Saf 1.2+, Opera 9 */
	border: 1px solid #FFFFFF; 
}
a img {
	border: 1px solid #000000;
}