body {
	background: url(../images/main_bg3.jpg) repeat center top;
	background-color: #000;
}

.footer, .slide_back, #nav li a, .innerslide_back{ behavior: url("iepngfix.htc") }


.div_bg{
	background: url(../images/bg3.jpg) no-repeat;
	width:100%;
	height:100%;
}

.main_txt{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#afa69f;
	text-align:justify;
}
.main_txt a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:orange;
	text-align:justify;
	text-decoration: none;
}
.main_txt a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:yellow;
	text-align:justify;
	text-decoration: underline;
}

.footer{
	background:url(../images/footer_bg.png) no-repeat center top;
	height:64px;
	padding-top:30px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#696969;
	font-weight:bold;
}

.slide_back{
	background:url(../images/slide_back.png) no-repeat center top;
	height:395px;
	padding:16px;
}

.innerslide_back{
	background:url(../images/innerslide_back.png) no-repeat center top;
	height:246px;
	padding:16px;
}

.conact{
	background:url(../images/contact.jpg) no-repeat ;
	height:103px;
	padding-left:104px;
}

#nav{
	float:left;
	list-style:none;
	margin:0;
	padding-top:40px;
}

#nav li{
	float:left;
	list-style:none;
	padding-left:16px;
	padding-right:16px;
	min-height:61px;
	min-width:89px;	
	padding-top:10px;
}
#nav li:hover, #nav li.current{
	background:url(../images/hover_bg.png) no-repeat;
	background-position:15px -10px;
	
}
#nav li a{
	display:inline;
}

#nav li a:hover{

}
