#Header {
	position: absolute;
	visibility: visible;
	height: 53px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#Nav {
	position: absolute;
	visibility: visible;
	width: 185px;
	left: 0px;
	top: 53px;
}
#Content {
	position: absolute;
	visibility: visible;
	left: 185px;
	top: 53px;
}

#targetArea, #blindArea {
	clear: both;
	padding: 0.5em 1.5em;
	margin-bottom: 2em;
	height: 70%;
	overflow: visible;
	position: absolute;
	visibility: visible;
	width: 70%;
	left: 185px;
	top: 53px;
}


/* from www.drew.ru styles.css*/

font { FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.white {
	COLOR: rgb(FF,FF,FF); FONT-SIZE: 8pt
}
.fnt {
	COLOR: rgb(83,83,83); FONT-SIZE: 8pt
}
.gray {
	COLOR: rgb(211,211,211); FONT-SIZE: 8pt
}
.yellow {
	COLOR: #FFBD6B; FONT-SIZE: 8pt
}

.style6 {
	font-size: 12px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style2 {color: RGB(120,120,120)}

.style3 {color: #CCCCCC}
.style4 {font-size: 12}
.style7 {color: #666666}
