body 
{ 
  background : #000; 
  color : #fff;
  font-size: small;
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT",
               "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", 
               Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

div.page-label { color: #202020; }
div.page-label h1 { font-size: 350%; }
div.page-label h2 { font-size: 150%; }
div.page-label span { position: absolute; width: 752px; height: 110px; top: 0; left: 0; }

a { background-repeat: no-repeat; }
a:link, a:visited { text-decoration: none; color: #fff; }
a:hover, a:active { text-decoration: none; color: #900; }

div#header { position:relative; padding: 5px; margin-bottom: 5px; border-bottom: 1px solid #fff; background-color: #333; height: 100px;}
div#header ul.navMenu { position: absolute; bottom: 0; }
div#header a.logo { position: absolute; right: 5px; top: 5px; }
div.page-label span { background-repeat: no-repeat; }

div#content { display:block; width: 752px; margin: 0 auto; }

div#footer { clear: both; padding-top: 5px; }
div#footer ul { list-style-type: none; text-align: center; white-space: nowrap; }
div#footer ul li { display: inline; margin: 10px; text-transform: none; }
div#wpja_logo { text-align: center; margin-top: 5px; }

address { font-size: 80%; text-transform: none; color: #333; text-align: center; font-style: normal; }
address.copyright { margin-top: 5px; }

.clear { clear: both; }

/*
  Information for split pages with lists...
*/
div#leftContent  { float: left; margin-top: 5px; width: 210px; }
div#rightContent { float: right; width: 532px; }

div.listPageItem { clear: both; border-bottom: 1px solid #fff; min-height: 8em; height: auto !important; height: 8em; text-transform: none;}
div.listPageItem h2 { font-size: 150%; color: #900; font-style: italic; margin: .2em 0;}
div.listPageItem h2 a { color: #900; }
div.listPageItem h2 a:hover, div.listPageItem h2 a:active { color: #fff; }
div.listPageItem p { margin-bottom: 1em; line-height: 1.1em; }
div.listPageItem img { float: left; margin-right:10px; margin-bottom: 10px; }


/*
  Information for information pages :)
*/
div.info { margin-bottom: 2em; }
div.info h2 { font-size: 150%; font-weight: bold; color: #900; margin-top: 10px; }
div.info h2.first { margin-top: 0; }
div.info h3 { font-size: 110%; color: #999; margin-top: 10px;}
div.info ul { list-style-type: disc; }
div.info ul li { margin-left: 3em; line-height: 110%; text-transform: none; }
div.info p { line-height: 110%; text-align: justify; text-transform: none; margin-bottom: 1em; }
div.info em { font-weight: bold; font-style: italic; font-size: 105%; }
div.info p a { text-decoration: underline; }