* {
margin: 0;
padding: 0;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1 img {
display: block;
}

img {
border: 0;
}

a {
color: #990000;
font-weight: bold;
text-decoration: none;
}

a:hover {
text-decoration: underline;
cursor: pointer;	
}

body {
	background: #000;
}

/** Header **/
div#header{
	width: 252px;
	position:relative;
	top:5px;
	margin: 0px 0px 0px 20px;
}
div#header  h1 {
  background: #991111;
  color: white;
  padding: 8px;
  text-align: center;
  font: 1.5em "trebuchet ms", helvetica, sans-serif;
  font-weight: normal;
  margin: 1px 8px 0px 28px;
}


#nav2 {
  clear:both;
  z-index: 10;
  position: relative;
  float:left;
  width: 252px;
  padding: 292px 0px 0px 0px;
  margin: 0px 0px 0px 20px;
  background: url(../images/pic_1.png) no-repeat;
  font-size: 0.7em;
}


#inner {
	z-index:1;
	position: relative;
	float:left;
	margin: 0px 0px 0px -6px;
	padding:0px;
	width: 70%;
}

div#container{
	background: #EFEFEF;
	padding: 13px 25px 6px 25px;
	margin-bottom: 30px;
	width: 95%;	
}

div#container  p{
padding: 0px 10px 10px 0px;
}

div#container  ul{
padding: 0px 10px 10px 15px;
}

div#container  li{
padding: 0px 10px 10px 15px;
}
div#container  ol{
padding: 0px 10px 10px 15px;
}

div.news{
position:relative;
padding: 0 0 0 0px;
width: 90%;
margin: 0 auto;
}

div.news_head{
background: #991111;
width: 100%;
text-align: center;
}
div.news_head h4{
color:#FFF;
font: italic 1.3em "trebuchet ms", helvetica, sans-serif;
font-weight: bold; 
}
div.news_bottom{
background: #EFEFEF;
width: 100%;
padding: 10px 0px 30px 0px;
font-size: 0.9em;
}

div.news_bottom p{
padding: 0px 30px 0px 30px;
text-align: left;
}

div#bline{
clear:both;
position:relative;
float:left;
background: #ccc;
margin-left: 45px;
margin-top: 10px;
padding: 5px 0px 0px 5px;
width:93%;
color:#000;
font: 0.8em "trebuchet ms", helvetica, sans-serif;
font-weight: bold;
}

div#blinetext{
position:relative;
float:left;
text-align: center;
width:98%;
}

div#accesscounter{
clear:both;
position:relative;
bottom:0px;
color:white;
padding-left: 55px;
padding-top: 60px;
font: 0.9em "trebuchet ms", helvetica, sans-serif;
}
div#accesscounter img {
margin-bottom:-2px;
}


div#blinelink{
position:relative;
float:right;
text-align: right;
}

div#container  table{
margin:0px;
padding:0px;
}

div#container  table{
margin:0px;
padding:0px;
border: 0px;
width:100%;
}

div#container  table tr.result{
text-align: center;
}

div#container  table tr.result td{
padding: 10px;
}

div#topright{
	top:10px;
	z-index:1;
	position: absolute;
	left:260px;
	width: 70%;
	color: white;
	text-align: right;
	padding: 0px 0px 0px 0px;
	font-size:0.8em;
}

