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

body {
	padding:0;
	margin:0;
	background:#000;
	font-family:Tahoma, Geneva, sans-serif;
}

/* --- i head --- */

#head {
	background:#000;
	width:1000px;
	height:420px;
	margin:0 auto;
}
#menu {
	margin:0 auto;
	text-align:center;
	position:absolute;
	top:-12px;
}
#ul {
	list-style:none;
}
#ul li{
	float:left;
    text-align: center;
	vertical-align:middle;
}
#ul li #active{
	list-style:url(img/otv.png);
}
#ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:18px;
	margin:0 33px;
	font-weight: bold;
	text-decoration:none;
	position:relative;
	top:5px;
	color:#fff;
}
#ul li a:hover {
	color:#fb723c;
}
#a_a {
	color:fb723c;
}

/* --- end head --- */
/* --- i content --- */

#c {
	padding:0;
	width:1000px;
	margin:0 auto;
	height:681px;
	background:#000 url(img/content_bg.png) no-repeat;
}

#content {
	width:960px;
	color:#fff;
	position:relative;
	bottom:0;
	height:585px;
	margin:0 auto;
	margin-top:0px;
	padding-bottom:57px;
	margin-bottom:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#content h1 {
	color:#b1b4cf;
	line-height:24px;
	margin-left:30px;
	margin-top:0;
	padding-top:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
}

#cont {
	height:580px;
	text-align:justify;
	overflow:auto;
	margin-left:30px;
	margin-right:30px;
	padding-right:10px;
	padding-bottom:15px;
	padding-top:5px;
	color: #d6d590;
}

/* --- end content --- */
/* --- i foot --- */

#foot {
	background:#000 url(img/foot.jpg) no-repeat;
	width:1000px;
	height:80px;
	text-align: center;
	font-size:12px;
	color:#fff;
	display:table-cell;
	vertical-align:middle;
}
*+html .auxiliary {
      display: inline-block;
      vertical-align: middle;
      width: 0px;
      height: 100%;
}
*+html #foot div {
      display: inline-block;
      vertical-align: middle;
}
*+html #foot div, .auxiliary {
      display: inline;
}

a {
	color:#fb723c;
	font-size:12px;
	text-decoration:underline;
}

a:hover {
	color:#ff9369;
	font-size:12px;
	text-decoration:none;
}
/* --- end foot --- */
