@charset "utf-8";

/* CSS Document */



body {

	background-image: url(../images/bg_thin.png);

	background-repeat: no-repeat;

	background-color: #751617;

	background-position:50% 0;

	margin-top:19px;

	margin-left:0px;

	margin-right:0px;

	text-align:center;

}

.mt_bg {

	background-image: url(../images/main_bg.png);

	background-repeat: repeat;

}

.menu_bg_top {

	background-image: url(../images/side_l_top.png);

	background-repeat: no-repeat;

	background-position: 0px;

	line-height:12px;

}

.menu_bg_mid {

	background-image: url(../images/side_l_mid.png);

	background-repeat: repeat-y;

}

.menu_bg_bot {

	background-image: url(../images/side_l_bot.png);

	background-repeat: no-repeat;

}

#list-menu {

width: 174px;

/* this width value is also effected by

the padding we will later set on the links. */

}

#list-menu ul {

margin: 0;

padding: 0;

list-style-type: none;

font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

font-size: 14px;

font-weight:normal;

} 

#list-menu a {

display: block;

width:167px;

height:25px;

margin-left:7px;

background-image:url(../images/menu_item1.png);

background-repeat:no-repeat;

color: #ffffff;

text-indent:24px;

padding-top:5px;

text-decoration: none;

}

#list-menu a:hover {

	background-image:url(../images/menu_item2.png);

	color: #ffffff;

}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {

color: #ffffff;

}

.main_content {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	color:#bbbfb7;

	font-style:normal;

	font-size:14px;

}

.content_div {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	color:#bbbfb7;

	font-style:normal;

	font-size:14px;

	width:580px;

	padding-left:15px;

	float:left;

}

.content_h1 {

	width:565px;

	height:25px;

	background-image:url(../images/head1_l.png);

	background-repeat:no-repeat;

	margin-top:3px;

	padding-left:15px;

	color:#bbbfb7;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size:16px;

	font-weight:bold;

}

.goran_main {

	width:210px;

	height:490px;

	float:right;

	padding-top:60px;

	text-align:center;

}

.sidel_top {

	background-image: url(../images/side2_l_top.png);

	background-repeat: no-repeat;

	background-position: 0px;

	line-height:12px;

}

.sidel_mid {

	background-image: url(../images/side2_l_mid.png);

	background-repeat: repeat-y;

}

.sidel_bot {

	background-image: url(../images/side2_l_bot.png);

	background-repeat: no-repeat;

}

.karate-do {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	color:#bbbfb7;

	font-style:normal;

	font-size:12px;

	text-align:center;

	width:160px;

}

.instructor_link {

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	color:#bbbfb7;

	font-weight:bold;

	font-size:14px;

	text-decoration:underline;

}

.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}