html, viewport,body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding:0;
	color: #ffffff;
	font-size: 0px;
}

body{
  background: url(img/body_bg.jpg) top center no-repeat #000000;
}


a{
  text-decoration:none;
  /*font: bold 11px Arial, helvetica;*/
  color: #2bac4f;

}
a.heading{
  font-size: 14px;
}

#container{
  width:760px;
  min-height:400px;
  margin: 0px auto;
  
}

#topLogos{
  width: 100%;
  height: 55px;
  text-align: right;
}

#topLogos img{
  border: none;
}

#menu{
  width:100%;
  height: 22px;
  margin-top: 313px;
  /*border: 1px solid #ffffff;*/
  font: bold 13px Verdana, Arial, Helvetica;
  color: #cdd5ce;
  text-transform: uppercase;
  letter-spacing:1px
}

#menu a{
  margin: 0px 8px;
  color: #cdd5ce;
  font-family: Verdana;
}

#menu a.active{
  color: #2bac4f;
}


#content{
  width: 100%;
  min-height: 300px;
  margin-top: 15px;
  font: normal 12px Arial, Helvetica;
  color: #cdd5ce;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

#content h2{
  text-transform: uppercase;
  font: bold 15px Arial, Helvetica;
  width: 100%;
  border-bottom: dotted 1px #333333;
}

div.news_container{
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

div.news_heading{
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica;
  margin-bottom: 5px;
  color: #2bac4f;
}

div.news_time{
  float: left;
  width: 80px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #ffffff;
}

div.news_content{
  letter-spacing: 0.1em;
  font-size: 11px;
}

div.news_link{
  font-size: 11px;
  font-weight: normal;
  margin-top: 5px;
}



