@charset "utf-8";
/* CSS Document */

.lW {float: left; clear: left; height: 19px; margin: 0px 3px 0px 0px; outline: 0px dashed blue;}
.rW {float: right; clear: right; height: 19px; margin: 0px 0px 0px 3px; outline: 0px dashed blue;}

.maxwid {margin: 0px;}

.emptyanchor{
	border: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}

body{
	background: #fff;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	font-family: Comic Sans, Comic Sans MS, cursive;
	text-align: center;
	min-height: 600px;
	min-width: 800px;
}

#debug{
	position: absolute;
	display: block;
	z-index: 999000;
	position: fixed;
	top: 0px;
	text-align: left;
	left: 0px;
}

a, a:visited{
	background: transparent;
	color: #000;
	text-decoration: underline;
}

a:hover{
	background: transparent;
	color: #000;
	text-decoration: underline;
}

div#container{
	outline: 0px dotted blue;
	z-index: 5;
	background: #fff;
	background-repeat: no-repeat;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 50%;
	height: 600px;
	width: 800px;
	margin-left: -400px; 
}

div#container p{
	margin-bottom: 12px;
}

#content{
	z-index: 10;
	position: absolute;
	top:  125px;
	left: 260px;
	width: 511px;
	height: 400px;
	text-align: center;
	overflow: hidden;
	outline: 0px dashed red;
}

#title{
	height: 95px;
	outline: 0px dashed red;
}

.title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	vertical-align: bottom;
	
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 6px 0px;
}

.keyword {
	font-size: 16px;
	font: inherit;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	display: inline;
	color: #000;
}

.bold {
	font-weight: bold;
}

ul.list1{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

li.list1 h2 {
	font-size:12px;
	font-weight: normal;
	margin: 0px 0px;
}


span.ul > ul.list1{
	list-style: none;
	
}

li.list1 h2:before{
	content: "- ";
	font-size: 18px;
	font-weight: bold;
}

img{
	border: none;
}

#ramka{
	position: absolute;
	top: 95px;
	right: 123px;
	height: 320px;
	width: 320px;
	color: white;
	font-size: 20px;
	outline: 0px solid red;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}

#wrap0{
	#position: relative; 
	display: table; 
	height: 320px;
	width: 320px;
	overflow: hidden;
}

#wrap1{
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

#wrap2{
	#position: relative;  
	#top: -50%;
}

a.small{
}

img.small{
	position: relative;
}

.go{
	position: absolute;
	outline: 0px solid blue;
	width: 75px;
	height: 65px;
	top: 220px;
}

#goleft{
	right:458px;
}

#goright{
	right:35px;
}

#imglist{
	display: none;
}
