#main {

  position: relative;

}



* html #main { /* IE hack */

  position: static;

}



#intro {

  position: absolute;

  top: 0px;

  left: 0px;

  height: 459px;  

  font-size: 1em;

/*  margin-right: 670px; */

  width: 295px;

}



* html #intro { /* IE hack */

  top: 129px;

  left: 20px;

}



#intro img {

  margin: 3px 0px 5px;

}



#news {

  position: absolute;

  top: 0px;

  right: 0px;

	width: 245px;

	/*  position: absolute;

  top: 94px; */

/*	right: 0px; */

  height: 457px;

/*	margin-left: 10px;

	margin-right: 0px; */

/*	float: right; */

	background: white;

/*	margin-bottom: 20px; */

}



* html #news { /* IE hack */

  top: 129px;

  right: 20px;

}



#newscontent {

  overflow: auto; 

  height: 479px; /*435px; */  

  scrollbar-base-color: #908D81;

}



#newscontent div {

  border: 0px;

}



#newscontent h3 {

  margin: 8px 5px 0px 5px;

  padding: 0px 6px 0px 6px;

  border: 0px;

  font-weight: bold;

  font-size: 1em;

}



#newscontent p {

  margin: 0 5 5 5;

  padding: 0 6 3 6;

}



#forum {

  height: 504px; /* 459px */

/*  float: right; */

  margin-right: 260px;

  margin-left: 310px;

/*  width: 400px; */

/*  background: white; */

  padding-bottom: 0px;

  overflow: hidden;

}



#forum div {

  min-height: 480px; /* 435px; */

}



#forum p {

  margin-top: 3px;

  margin-bottom: 0px;

  padding-top: 6px;

  padding-bottom: 1px;

}



#forum p.loginforum {

  margin-top: 8px;

  margin-bottom: 9px; 

}





#forum p.loginforum a {

  display: block;

  float: left;

/*  float: left; */

  font-size: 1.7em;

  text-align: center;

/*  width: 130px; */

  margin: 0px 8px 3px 0px;

  padding-left: 5px;

  text-decoration: none;

  color: white;

  background: url(loginbutton_left.png) no-repeat top left;

}



#forum p.loginforum a span {

  padding: 1px 15px 3px 11px;

  display: block;

  float: left;

  background: url(loginbutton_right.png) no-repeat top right;

}





#forum p.loginforum a:hover {

  cursor: hand;

  background: url(loginbutton_left_p.png) no-repeat top left;

	color: black;

}



#forum p.loginforum a:hover span {

  background: url(loginbutton_right_p.png) no-repeat top right;

	color: black;

}



#forum ul {

  margin: 0px;

  padding: 0px;

}



#forum ul li {

  font-size: 0.8em;

  line-height: 1.3em;

  list-style-type: none;

  margin: 0px 11px 0px 11px;

  padding: 0px 0px; 

  border-bottom: 1px dotted #cccccc;

}



