/* CSS Document */
a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	bottom: 20px; 
	right: 40px;
	width: 125px;
	padding: 5px;
	z-index: 100;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}









body {
	font-size: 14px;
	font-family: trebuchet ms, tahoma, arial, sans-serif;
	background: #fff url('../images/webBgg.jpg') top center no-repeat;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 140%;
	color: #191919;
}
* {
	margin: 0;
	padding: 0;
	border: none;
}
h1 {
	width: 960px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
}
h1 a {
	width: 960px;
	display: block;
	height: 416px;
}
ul#navi {
	width: 1100px;
	margin: 0 auto;
	padding: 50px 30px 0 30px;
	list-style: none;
	color: #fff;
	background: none;
}
ul#navi li {
	display: inline;
	font-weight: bold;
	font-size: 15px;
	padding: 0 16px;
}
ul#navi li a {
	color: #086701;
	text-decoration: none;
}
ul#navi li a:hover {
	color: #fff;
}
#web {
	width: 1153px;
	height: 100%;
	padding: 10px 10px;
	margin: 0 auto;
	background: #000;
	position: relative;
}
.content {
	width: 599px;
	float: left;
}
h2 {
	color: red;
	font-style: italic;
	padding: 10px 0;
	border-bottom: 1px #1a1717 solid;
}

p {
	background: #060606;
	color: #5f5e5e;
	padding: 10px;
	text-align: justify;
/*default*/
	clear: both;
}

#sider2 {
	width: 150px;
  float: left;
    margin-right:15px;
	%margin-top:20px;
	_margin-top:20px;
	
}
#sider2 p {
	font-weight: bold;
	font-size: 15px;
	color: #949494;
	background: #060606;
	padding: 10px;
	text-align: justify;
}

#sider2 a{
	text-decoration: none;
}

#sider {
	width: 375px;
  float: right;
  margin-top:0px;
}
.left {
	float: left;
	margin: 10px;
}
.center {
  text-align: center;
}
.clear {
	clear: both;
	width: 100%;
}
.moreinfo {
	float: right;
	display: block;
	color: red;
	margin: 4px 0;
	padding: 3px 10px;
}
.newsFooter {
	font-size: 12px;
	border-bottom: 2px #1a1717 solid;
	margin-bottom: 10px;
}
strong {
	color: red;
}
#footer {
  display: block;
	clear: both;
	text-align: center;
	border-top: 1px #1a1717 solid;
}
a {
  color: #c1c1c1;
  text-decoration: underline;
}
a:hover {
  color: #efefef;
}
ul {
  background: #060606;
	color: #b5b5b5;
	padding: 5px 40px;
	text-align: justify;
	position: relative;
	margin: 0;
	width: auto;
}
ol {
  background: #060606;
	color: #b5b5b5;
	padding: 5px 40px;
	text-align: justify;
	position: relative;
}
ol li {
  position: relative;
  border-bottom: 1px #252525 dashed; 
  }
ol li span {
  position: absolute;
  top: 0;
  left: 150px;
  font-size: 80%;
}
