body{
	font: 13px 'Verdana';
}

a{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: 0px;
}

input{
	background-color: #dbe2b1;
	border: solid 1px #000000;
	width: 250px;
}

.container{
	width: 1250px;
	margin: 0px auto 0px auto;
	position: relative;
}

.top{
	height: 112px;
	background: url('images/banners/small_top1.jpg') no-repeat;
	margin-bottom: 1px;
}

.menu{
	height: 26px;
	background: #000000;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.menu a{
	color: #ffffff;
}

.menu div{
	padding-top: 5px;
}

.main_arrea{
	position: absolute;
	top: 156px;
	height: 588px;
}

.left{
	left: 0px;
	width: 198px;
}

.main{
	width: 800px;
	left: 225px;
}

.right{
	right: 0px;
	width: 198px;
}

.pristable{
	position: absolute;
	top: 630px;
}

.pristable td{
	text-align: right;
	padding-right: 10px;
}

