body{
	color: #000000;
	font-family: Futura,'Gill Sans',Helvetica,Arial,Sans-Serif;
	font-size: 11px;
}

a{
	color: #000000;
	text-decoration:none;
}

img{
	border: 0px;
}

.img{
	float: left;
}

#awesome{
	text-transform: uppercase;
	color: #777777;
	font-size: 9px;
}

#page{
	text-align: center;
}

#menu{
	margin-top: 55px;
}

.menu_item{
	font-size: 13px;
	text-transform: uppercase;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
	color: #000000;

}

.menu_item_selected a{
	color: #ffffff;
}

.menu_item_selected{
	font-size: 13px;
	text-transform: uppercase;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #000000;

}

.sub_menu_selected a{
	color: #000000;
	text-decoration: underline;
}

.menu_item:hover{
	font-size: 13px;
	text-transform: uppercase;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
	background-color:#000000;
}

.menu_item a:hover{
	color: #37c84a;
}

.sub_menu{
	font-size: 9px;
	text-transform: uppercase;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
	color: #000000;
}

.sub_menu_selected{
	font-size: 9px;
	text-transform: uppercase;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
	color: #000000;
}

.sub_menu:hover{
	font-size: 9px;
	text-transform: uppercase;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
	color: #000000;
}

.sub_menu a:hover{
	color: #000000;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}

.Scrollbar-Up {
  position: absolute;
  width: 5px; height: 10px;
  background-color: #CCC;
  font-size: 0px;
}

.Scrollbar-Track {
  width: 5px; height: 190px;
  position: absolute;
  top: 10px;
}

.Scrollbar-Handle {
  position: absolute;
  width: 5px; height: 30px;
  background-color: #000000;
}

.Scrollbar-Down {
  position: absolute;
  top: 190px;
  width: 5px; height: 10px;
  background-color: #CCC;
  font-size: 0px;
}

#Scrollbar-Container {
  position: absolute;
  top: 0px; right:0px;
}

#Body{
	display:none;
	
}

.logo{
	margin-top: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
}

#Container {
  position: relative;
  width: 404px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px; 
  text-align: center;
}

#Container_start {
 height: 0px;
}

#Container img{
	margin-left: 2px;
	margin-bottom: 2px;
	
}

#News, #About, #Extra { 
  position: absolute;
  top: 0px; 
  overflow: hidden;
  width: 400px;
  height: 200px;
  display: none;
}
#News {display: block;}
p {
  margin-bottom: 6px; padding: 0px 0px 0px 0px;


}
#Navigation {
  position: absolute; 
  top: 30px;
  left: 75px;
}
#Navigation a {
  margin: 5px 2px 0 0;
  padding: 0 5px;
  height: 20px;
  background-color: #E4E4E4;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
  text-decoration: none;
  display: block;
  float: left;
  letter-spacing: 1px;
}
#Navigation a:hover {
  margin-top: 0px;
  height: 25px;
}
#Navigation a.current {
  margin-top: 0px;
  height: 25px;
  background-color: #EEE;
  color: #777;
}

.clear{
	clear: both;
}
