/*
author: Girts Klavins
*/

body, td, p, select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 10px;
	background-color: #fff;
}
.nobr{
	white-space:nowrap;
}
form{
  margin: 0px;
  padding: 0px;  
}
#struc_tab{
	width: 800px;
	margin: 20px auto 20px auto;
}
#top_struc{
	height: 510px;
	background-image: url(../img/bg_1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#bot_struc{
	width: 800px;
	height: 35px;
}
#lev1{
	text-align: right;
}
#lev2{
	margin: 100px 0 0 0;
	text-align: right;
	font-size: 37px;
	color: #555;
}
#lev3{
	margin-top: 0px;
	text-align: right;
	font-size: 30px;
	color: #aaa;
}
#lev1 a {
	text-decoration: none;
	color: #222;
}
#lev1 a:hover {
	text-decoration: underline;
}
#bot_struc a{
	text-decoration: none;
	color: #999;
	font-size: 17px;
	margin-right: 10px;
}
#bot_struc a:hover{
	color: #444;
}