@charset "utf-8";
body {
	background-color: #190a07;
	background-attachment: scroll;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#content {
	padding-top: 50px;
	width: 800px;
	margin: 0 auto;
}

img {
	border: 0px;
}
#nav {
	background-color: #413D2F;
	background-image: url(images/table_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 89px;

}
#nav_links {
	padding-left: 300px;
	padding-top: 35px;
	width: 410px;

}
#nav_links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
}


#nav_links a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 20px;
}

#nav_links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D9BBB;
	text-decoration: none;
	margin-right: 20px;
}

#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px;

}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 12px; */
	color: #6D9BBB;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 12px;*/
	color: #FFFFFF;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

h2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

h2 a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

h2 a:vistited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

h2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.Scroller-Container {
	position: relative;
	top: 0px;
	left: 0px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background-color: #FFF;
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 350px;
  position: absolute;
  top: 20px;

}
.Scrollbar-Handle {
	position: absolute;
	width: 11px;
	height: 2px;
	background-color: #FFF;
	left: -1px;
	top: 3px;
}
.Scrollbar-Down {
  position: absolute;
  top: 380px;
  width: 10px; height: 10px;
  background-color: #FFF;
  font-size: 0px;
}
#Scrollbar-Container {
  position: relative;
  top: -400px; margin-left: 280px;
}

#Container {
  position: relative;
  top: 0px; left: 0px;
  width: 270px;
  height: 400px;
  background-color: #290D00;
}
#News{ 
  position: relative;
  top: 10px; 
  overflow: hidden;
  width: 280px;
  height: 378px;
  display: none;
}
#News {display: block;}

p {
  margin: 0; padding: 0px 10px 0px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
  line-height: 17px;
}
