@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#FFFFFF;
}

#head_1{
	width:1024px;
	height:102px;
	background:url(../images/head_bg1.jpg) no-repeat center center;
}

#head_wrapper1{
	width:1024px;
	height:35px;
	background-color: #9e0000;	
}

#head_mov_up{
	width:1024px;
	height:22px;
	background:url(../images/mov_up.png) no-repeat center bottom;
}

#head_mov{
	width:1024px;
	height:97px;
	background:url(../images/mov_pics.jpg) no-repeat center center;
}

#head_mov_down{
	width:1024px;
	height:22px;
	background:url(../images/mov_down.png) no-repeat center bottom;
}

#content{
	width:1000px;
	padding:10px 12px 300px 12px;
	background:#9e0000 url(../images/content_bg.jpg) no-repeat center bottom;
	text-align:left;
}

#foot_1{
	width:1024px;
	height:103px;
	background:url(../images/foot_bg1.jpg) no-repeat center center;
}

#tabarnak_copy{
	float:left;
	margin:70px 0px 0px 10px;
	font-style:normal;
	font-size:11px;
}
.menu_ul{
	list-style:none;
	margin:0px 15px 0px 0px;
}
.menu_ul li{
	display:inline-block;
}

#menu_wrapper{
	height:15px;
}
.img_button{
	height:30px;
	display:inline-block;
	text-decoration:none;
	margin-right:10px;
	font-size:18px;
	font-weight:bolder;
	color:#000000;
	text-shadow:#FFFFFF 1px 1px 0px;
}
.img_button:hover{
	color:#FFFFFF;
	text-shadow:#000000 1px 1px 0px;
}
.img_active{
	text-decoration:underline;
}

.gallery a img{
	border:1px solid #FFFFFF;
}

.gallery a img:hover{
	border:1px solid #000000;
}