body {
	color: #ED9E44;
	margin: 10px;
	width: 100%;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	background-color: #000000;
	background-image: url(background.jpg);
background-attachment:fixed
}
h1, h2, h3, h4, h5, h6 {
color: #F0AD2E;
}

ul {
color: #ED9E44;
padding: 10px; /* Поля вокруг текста */
}
p {
color: #ED9E44;
}
.clear{
	clear:both;
}

#container{
	width:95%;
	margin:20px auto;
}

div.nomargin{
	margin-right:0px;
}

.pic{
	float:left;
	margin:0 15px 15px 0;
	border:5px solid white;
	width:200px;
	height:250px;
}

.pic a{
	width:200px;
	height:250px;
	text-indent:-99999px;
	display:block;
}

.black_bg {
background-color:black;
width: 500px; /* Ширина слоя */
margin-left: 7px; /* Значение отступов */
border: 2px solid black; /* Параметры границы */
padding: 10px; /* Поля вокруг текста */
    opacity: 0.7; /* Полупрозрачный фон */
    filter: alpha(Opacity=70); /* Прозрачность в IE */
}
.black_bg0 {
background-color:black;
width: 500px; /* Ширина слоя */
margin-left: 7px; /* Значение отступов */
border: 2px solid black; /* Параметры границы */
padding: 10px; /* Поля вокруг текста */
    opacity: 0.9; /* Полупрозрачный фон */
    filter: alpha(Opacity=90); /* Прозрачность в IE */
}
.black_H {
background-color:black;
margin: 7px; /* Значение отступов */
border: 4px dotted #ED9E44; /* Параметры границы */
padding: 10px; /* Поля вокруг текста */
    opacity: 0.7; /* Полупрозрачный фон */
    filter: alpha(Opacity=70); /* Прозрачность в IE */
}
.black_H0 {
background-color:black;
margin: 7px; /* Значение отступов */
border: 4px dotted #ED9E44; /* Параметры границы */
padding: 10px; /* Поля вокруг текста */
    opacity: 0.9; /* Полупрозрачный фон */
    filter: alpha(Opacity=90); /* Прозрачность в IE */
}

a:link {
	color: #F0AD2E;
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #F0AD2E; /* Добавляем свою линию */ 
}
a:visited {
	text-decoration: underline;
	color: #F55E23;
    border-bottom: 1px dashed #F55E23; /* Добавляем свою линию */ 
}
a:hover {
	text-decoration: none;
	color: #BD1C1F;
}
a:active {
	text-decoration: underline;
	color: #E57819;
}
.jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        .jssora22l.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }