/*BTTS*/
body {
	font-family: Tahoma;
	font-size: 14px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images/bg_main.jpg) repeat-x;
}
img {
	border:0;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#main {
	width: 100%;
	float: left;
	background: url(../images/bg_head_lt.jpg) no-repeat left top;
	/*height: 688px;*/
}
.aaa {
	border: 1px solid #000000;
}
#meniu_bg {
	width: 290px;
	float: left;
			margin-top: 325px;	
	height: 310px;
	background: url(../images/bg_meniu.png) no-repeat left top;
}
#content_bg {
	width: 670px;
	float: left;
	margin-top: 300px;
	margin-left: 15px;
	background: url(../images/bg_content.png) no-repeat left top;
}
#meniu {
	width: 280px;
	float: left;
	height: 250px;
	background: #f6f7f9;
	margin-left: 10px;
	border: #aca4a4 1px solid;
}
#meniu ul {
	width: 225px;
	margin-left: 25px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 25px;
	text-decoration: none;
	list-style-image: none;
}
#meniu ul a	{
	color: #1c1b1b;
	display: block;
	padding-left: 25px;	
	border-bottom: 1px  #006600 solid;
	text-decoration: none;
}
#meniu ul a:hover {
	text-decoration: none;
	background: url(../images/li.gif) no-repeat left;
}

#content {
	width: 625px;
	background: #e1f2fa;
	float: left;
	padding: 10px 15px 15px 20px;
	margin-left: 10px;
	border: #aca4a4 1px solid;
}
.title {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	}
#footer {
	font-size: 11px;
	width: 100%;
	background: #e2f0fd;
	height: 20px;
	float: left;
	text-align: center;
	padding-top: 10px;
}

