﻿body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #000100;
	background-color: #fff;
	background-image: url(images/bg.gif);
}

h1 {
  font-size: 1.2em;
  color: #ea590f;	
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}

#container
{
	margin-left: auto;
    margin-right: auto;
	width: 950px;
	text-align: left;
	background-image: url(images/bg.gif);
}

#header
{
	height: 128px;
	width: 100%;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

#nav
{
	height: 40px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}


#navbar {
	margin: 0px;
	padding: 0px;
	height: 40px;
	list-style: none;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 40px;
	text-indent: -5000px;
	background-image: url(images/navigation2.gif);
	background-repeat: no-repeat;
}

#navbar #home {
	background-position: 0px 0px;
	width: 121px;
}

#navbar #home:hover {
	background-position: 0 -41px;
}

#navbar #homethere {
	background-position: 0px -81px;
	width: 121px;
}

#navbar #chapters {
	background-position: -121px 0px;
	width: 124px;
}

#navbar #chapters:hover {
	background-position: -121px -41px;
}

#navbar #chaptersthere {
	background-position: -121px -81px;
	width: 124px;
}

#navbar #calendar {
	background-position: -245px 0;
	width: 118px;
}

#navbar #calendar:hover {
	background-position: -245px -41px;
}

#navbar #calendarthere {
	background-position: -245px -81px;
	width: 118px;
}

#navbar #downloads{
	background-position: -363px 0px;
	width: 129px;
}

#navbar #downloads:hover {
	background-position: -363px -41px;
}

#navbar #downloadsthere{
	background-position: -363px -81px;
	width: 129px;
}

#navbar #interested{
	background-position: -492px 0px;
	width: 174px;
}

#navbar #interested:hover {
	background-position: -492px -41px;
}

#navbar #interestedthere {
	background-position: -492px -81px;
	width: 174px;
}

#navbar #press{
	background-position: -666px 0px;
	width: 136px;
}

#navbar #press:hover {
	background-position: -666px -41px;
}

#navbar #pressthere{
	background-position: -666px -81px;
	width: 136px;
}

#navbar #team{
	background-position: -802px 0px;
	width: 148px;
}

#navbar #team:hover {
	background-position: -802px -41px;
}

#navbar #teamthere{
	background-position: -802px -81px;
	width: 148px;
}


#mainarticle
{
	background-color: #fff;
	border-bottom: 1px dotted #cfbd9e;
	padding-top: 10px;
	padding-right: 10px;
	vertical-align: top;
	font-size: 1em;
}

#mainarticleh
{
	background-color: #fff;
	border-bottom: 1px dotted #cfbd9e;
	padding-right: 10px;
	vertical-align: top;
	font-size: .9em;
}


#main
{
	width: 100%;
	padding: 0;}

#mainfull
{
	width: 100%;
	padding: 0;
}


#right
{
	float: right;
	width: 298px;
	padding: 0;
}

#right ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 165%;
}

#sidebar
{
	margin-top: 10px;
	width: 280px;
	background-color: transparent;
	color: #fff;
	padding: 10px;
}

#chapterlist
{
	width: 298px;
	border-left: 1px dotted #000;
	padding: 10px 10px 10px 10px;
	font-size: .9em;
}

#chapterlist2
{
	width: 298px;
	padding: 10px 10px 10px 10px;
	font-size: .9em;
}

#contents {
	margin: 0 320px 40px 10px;
	text-align: left;
}

#contents p { 
    line-height: 140%; 
}

#contentsfull {
	margin: 0 20px 40px 20px;
	text-align: left;
}

.small {
    font-size: .8em; 
}
	
.imagefloat
{
	float: right;
	padding: 2px;
	margin: 0 10px 10px 10px;
}


#bottom
{
	width: 605px;
	background-color: #fff;
}

#play
{
	float: right;
	width: 305px;
	background-color: #fff;
	text-align: left;
	color: #000;
	vertical-align: top;
	padding: 10px 5px 10px 5px;
	font-size: 1em;
}

#about
{ 
	float: left;
	width: 255px;
    background-color: #dfe5eb;
    color: #040300;
    padding: 10px;
    font-size: 1.1em;
    vertical-align: top;
}

#newtobni
{ 
	float: left;
	width: 255px;
    background-color: #fff;
    color: #1f558b;
    padding: 10px;
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    vertical-align: top;
}

#rclogin
{
	width: 280px;
	border: 1px solid #b28b40;
}

#rclogin td
{
	text-align: left;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	padding: 5px;
}

.right
{
	text-align: right;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
}

#footer
{
	clear: both;
	color: #3c3f48;
	font-size: 90%;
	padding-left: 20px;
	padding-top: 10px;
	
}
img {
	border: 0;
}
