/* layout */

body {
	font-size:65%;
	color:#111;
	background-color:#73baf6;
	vertical-align:top;
}


#roof {   /* container for header and its elements */
  	background-color: #628db7;
  	height:73px;
	margin-top:0;
	padding:0.4em;
	/* background: url('img/ORN1_1.PNG') no-repeat top right #628db7; */
}

#body_wrappah { /* container for body contents */
	margin-left:15%;
	margin-right:15%;
	background-color:#eee;
	font-size:120%;
	vertical-align:top;
	border:solid 1px #fff;
}


#big_body_wrappah { /* container for body contents */
	margin-left:5%;
	background-color:#111;
	font-size:120%;
	width:90%;
	vertical-align:top;
}


/* logotype */

h1#logo {
	float:left;
	height:70px;
	color: #e00;
	overflow:hidden;
	font-size:3.5em;
	vertical-align:top;
}

* html #logo h1 {
	height:	70px;
}

h1#logo a {
	display:block;
	overflow:hidden;
	padding:70px 0px 0px 0px;
	height:0;
	width:320px;
	 background: url('img/logo6.png?v=0') no-repeat top right; 
	color: #efefef;
}

/* end of logo */

/* left teaser */

#lteas {
	position: absolute;
        top: 13%; right: 16%; 
	font:normal 7pt Verdana;
	color:#747272;
}       

#lteas a {
	font:normal 7pt Verdana;
	color:#333;
	text-decoration:none;
	border-bottom: dotted 1px;
}

/* end of left teaser */


/* ===================================================================== */




/* basement */

#basement {
	background-color:#ddd;
	padding:1em;
	margin:0;
	margin-top:2em;
	color:#222;
	font:normal 105% Tahoma;

}


#basement table {
	border-collapse:collapse;
	width:100%;
	clear:both;
	float:none;
	border-top:solid 1px #999;
}

#basement table td {
	width:25%;
	font:normal 1em tahoma;
	padding-top:1%;
}

#basement table td p {
	font:normal 84% tahoma;
	margin-left:1em;
}

#basement table td.fishka {
	color:#02142f;
	text-align:center;
	font-size:0.9em;
	width:50%;

}

#basement table td.right {
	text-align:center;

}

#basement a, #basement a:link, #basement a:visited 
{
	text-decoration:none;
	color:#196992;
	font:normal 1em Tahoma;
	border-bottom:dotted 1px;
}

#basement a img, #basement a:link img, #basement a:visited img
{
	text-decoration:none;
	border:0;
}


#basement a:hover 
{
	text-decoration:none;
	color:#228dc5;
}


/* end of basement*/



