body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/bgrnd.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Geneva, Helvetica, Tahoma;
	font-size: 11px;
}

h1, h2, h3 {
	color: #422d20;
}

a {
	color: #422d20;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #422d20;
	text-decoration: underline;
}

img {
	border: 0px;
}

.top {
	width: 780px;
	height: 284px;
	background-image: url('../images/top.jpg');
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
}

.top .nav {
	position: absolute;
	left: 310px;
	top: 101px;
	height: 20px;
	width: 300px;
	text-align: center;
}

.top .nav a {
	color: #422d20;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

.top .nav a:hover {
	text-decoration: underline;
}

.flags_hld {
	width: 780px;
	display: table;
}

.flags_hld a {
	display: block;
	height: 12px;
	width: 24px;
	float: left;
	margin-right: 5px;
	text-decoration: none;
	border: 1px #c7cee1 solid;
}

.flags_hld a:hover {
	text-decoration: none;
}

.flags_hld a.LT {
	background-image: url('../images/lt.gif');
}

.flags_hld a.EN {
	background-image: url('../images/en.gif');
}

.flags_hld a.RU {
	background-image: url('../images/rus.gif');
}

.title {
	width: 780px;
	text-align: right;
}

.title h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

.main_hld {
	width: 780px;
	display: table;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer {
	width: 780px;
	background-image: url('../images/f_bgrnd.gif');
	height: 29px;
	text-align: center;
	position: relative;
}

.footer .f_main {
	padding-top: 7px;
}

.footer .left {
	width: 29px;
	height: 29px;
	position: absolute;
	left: -1px;
	top: 0px;
	background-image: url('../images/f1.jpg');
	background-repeat: no-repeat;
}

.footer .right {
	width: 29px;
	height: 29px;
	position: absolute;
	right: -1px;
	top: 0px;
	background-image: url('../images/f2.jpg');
	background-repeat: no-repeat;
}
