body,html{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	text-align: left;
}
img{
	border: 1px solid black;
}
a{
	color:#D2691E;
	text-decoration: none;
}
a:hover{
	color:#000000;
}
input,submit{
	border: 1px solid black;
	background-color: #FFF4E6;
	font-size: 10px;
}
.top{
	width: 100%;
	height: 199px;	
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
	line-height: 20px;
}
.lenta{
	width: 100%;
	height: 10px;
	background-color: #FF9600;	
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	line-height: 10px;
	font-size: 10px;		
}
.bot_bg{
	width: 100%;
	height: 800px;	
	background-repeat: no-repeat;	
	background-position: top left;
}
.cont{
	width: 760px;
	display: table;		
}
.left{
	float: left;
	width: 171px;
	height: 100%;
	background-image: url(images/left_rep.gif);
	background-repeat:repeat-y;
	background-color: #FF9600;
	margin-top: 5px;	
	
}
.left_top{
	width: 100%;
	height: 10px;
	background-image: url(images/left_top.gif);
	background-repeat: no-repeat;
}
.left_bot{
	width: 100%;
	height: 100%;
	display: table;
	background-image: url(images/left_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.panel{
	width: 160px;
	display: table;
	background-image: url(images/menu_rep.gif);
	background-repeat: repeat-y;
	margin-left: 5px;
	margin-bottom: 20px;
}
.panel_top{
	width: 150px;
	height: 28px;
	background-image: url(images/menu_top.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 1px;
}
.panel_mid{
	width: 150px;
	padding-left: 10px;
}
.panel_bot{
	width: 100%;
	height: 12px;
	background-image: url(images/menu_bot.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	line-height: 0px;
	font-size: 0px;
}
.menu_box{
	width: 140px;
	height: 26px;
	line-height: 26px;	
	background-image: url(images/menu_sep.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
	display: table;
}
.menu_box a{
	color: Black;
}
.menu_box a:hover{
	color:#D2691E;
}
.dots{
	width: 95%;
	height: 2px;
	font-size: 2px;
	line-height: 2px;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.bottom{
	margin-left: 170px;
	width: 580px;
	height: 30px;
	line-height: 20px;
	text-align: center;	
	clear: both;
}
.main{
	width: 560px;
	display: table;
	padding-top: 20px;
	margin-left: 20px;
	margin-top: 5px;		
}
.panel_title{
	width: 500px;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 40px;
	margin-left: 10px;
	margin-bottom: 20px;
	background-image: url(images/cubs.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.text{
	width: 500px;
	display: table;
	padding-left: 40px;	
	margin-left: 10px;	
	margin-top: 20px;
}
.point{
	width:5px;
	height:100%;
	font-size:10px;
	line-height:10px;
	float:left;
	margin-top:8px;
	display: table;		
}
.img_div{
	float:left;
	margin-right:10px;
	border:1px solid black;
	display:table;
}
.img_div a img{
	border: 2px solid #D2691E;
}
.img_div a:hover img{
	border: 2px solid #ffffff;
}
.obj_txt{
	width:350px;
	float: left;
	text-align: left;
	display: table;	
}