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

body {
	padding:0;
	margin:0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(255,255,255,.50);
    color: #262626;
	background:#e8e8e8;
}
h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;
	color:#b9b9b9;
	padding:0;
	margin:0;
	line-height:5px;
	text-shadow: black 1px 1px 1px;
}
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#b9b9b9;
	text-shadow: black 1px 1px 1px;
	margin-left:0;
}

#bg {
	width:1000px;
	min-height:760px;
	margin:0 auto;
	padding:0 auto;
	background:#fff;
}
#head {
	background: #fff;
	width:1000px;
	height:288px;
	margin:0 auto;
	padding:0 auto;
}
#foot {
	background:#000;
	width:100%;
	height:50px;
	text-align: center;
	font-size:12px;
	color:#fff;
	display:table-cell;
	vertical-align:middle;
	text-shadow: 0 0 0 0;
}
*+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;
}
#foot a {
	color:#b9b9b9;
	font-size:12px;
	text-decoration:underline;
	text-shadow: 0 0 0 0;
}

#foot a:hover {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	text-shadow: 0 0 0 0;
}

#content {
	position:relative;
	bottom:0;
	height:625px;
	margin:0 28px;
	margin-top:15px;
	padding-bottom:37px;
}
/* menu */
#cont {
	height:600px;
	text-align:justify;
	overflow:auto;
}
h1 img {
	float: left;
	margin-right: 5px;
}

h1 {
	line-height: 56px;
}

h1, h2 {
	font-weight: normal;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.ads {
	position: absolute;
	top: 30px;
	right: 0;
}

#menu {
	background:url(img/menu_bg.jpg) no-repeat;
	height:58px;
	width:1000px;
}
#menu a {
	text-decoration:none;
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.40);
}
.active {
	background:#474747;
	border:1px solid #474747;
	-moz-border-radius:5px;
}
ul {
    margin: 0;
    padding: 0;
	padding-left:27px;
	position:relative;
	top:15px;
}
ul li {
    list-style: none;
    float:left;
	height:21px;
    text-align: center;
	background:#595959;
	border:1px solid #595959;
	-moz-border-radius:5px;
}
ul li:hover {
	background:#7b7b7b;
	border:1px solid #7b7b7b;
	-moz-border-radius:5px;
}
ul li a {
    text-align: center;
	padding: 0 20px;
}
a {
	color:#000;
	text-decoration: underline;
}
a:hover {
	color:#323232;
	text-decoration: none;
}
p {
	line-height: 1;
	padding-left: 4px;
}