body { 
	color: #FFFFFF;
	background-color: #000000;
	background-image:url('/images/background_dark.jpg');
	background-repeat: no-repeat;
  background-attachment:fixed;
  background-position: 0px 60px;
	margin: 0px;
	font-family:'Times New Roman',Times,serif;
	font-size: 14px;
	width: 100%;
}

#page_wrapper {
  float:left;
  width: 100%;
  max-width: 783px;
  margin: 0px;
}

#links {
  float:right;
  margin-top: 2px;
  margin-bottom: 2px;
}

#content {
  max-width: 783px;
  min-height: 583px;
  clear:both;
  background-position: 0px 0px;
  text-align: center;
  padding-top: 0px;
}

#footer {
  float:right;
  font-size: 12px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0px;
}

/* Navigation Bar */
#links ul {
    padding: 0;
    margin: 0;
    background-color: #999;
    color: White;
    float: left;
    list-style: none;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 2px solid #333;
}
#links ul li { 
    display: inline;
    color: White;
    float: left;
    border-right: 1px solid #333;
    font-family: arial, helvetica, sans-serif;
}
#links ul li a {
    padding: 0.2em 0.7em;
    background-color: #999; 
    color: White;
    text-decoration: none;
    float:left;
}
#links ul li a:hover {
    background-color: #333;
    color: #fff;
}

/* Links */
a:link { 
	text-decoration:none; 
	color: #FFFFFF;
	font-variant:small-caps;
}

a:visited { 
	text-decoration:none;
	color: #FFFFFF;
	font-variant:small-caps;
}

a:hover {
	color: #FFFFFF; 
	text-decoration:underline; 
	font-variant:small-caps;
}

a:active {
	color: #FFFFFF; 
	text-decoration:underline; 
	font-variant:small-caps;
}

.selected {
	text-decoration:none;
  color: #FFFFFF;
	font-weight:bold;
	font-variant:small-caps;
}

.small {
	text-decoration:none;
  color: #FFFFFF;
  font-variant:small-caps;
	font-size: 12px;
}