/* ©2006-2008 FlashStuf.com designed by Matt Baer. */
body {
 background-color: #FFF;
 text-align: left;
 color: black;
 margin-left: 0px;
 }
p, div {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 9px;
 color: black;
 }
div.side { display: none; }
div.topnav {
 display: none;
 }
hr {
 text-align: center;
 width: 95%;
 height: 1px;
 }
h1 {
 width: 100%;
 font-family: Tahoma, Sans-serif;
 font-size: 12px;
 color: black;
 background-color: #FFF;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 3px;
 }
.module h2 {
 font-family: Arial;
 font-size: 10px;
 font-weight: bold;
 text-align: left;
 background-color: white;
 width: 100%;
 }
.module {
 width: 100%;
 background-color: white;
 border: 1px solid white;
 text-align: left;
 }
.sidebar { 
 position: relative; 
 left: 0px;
 width: auto;
 background-color: white;
 border: 1px solid white;
 padding: 2px;
 }
div.body {
 position: relative;
 width: 100%;
 }
.dark {
 background-color: #CCCCCC;
 }
.ligh {
 background-color: White;
 }
div.dark {
 padding: 2px;
 }
div.ligh {
 padding: 2px;
 }
.sides {
 width: 50%;
 }
.type {
 display: none;
 }
.highlight {
 color: white;
 background-color: #333333;
 border: 1px solid white;
 }
div.page {
 text-align: left;
 width: 100%;
 }

/* animations */

.title {
 color: white;
 width: 100%;
 background-color: #777777;
 font-size: 9px;
 }
.main {
 border-width: 1px;
 border-style: solid;
 border-top-color: #C1C1C1;
 border-left-color: #C1C1C1;
 border-right-color: #888888;
 border-bottom-color: #888888;
 position: relative;
 left: 0px;
 padding: 0px;
 }
.links { text-align: center; }
.ads {
 display: none;
 }
div.apage {
 position: relative;
 margin: 0 auto;
 text-align: left;
 width: 550px;
 }
div.nav {
 margin-left: 2px;
 text-align: left;
 font-size: 9px;
 font-family: Tahoma;
 font-weight: bold;
 height: 40px;
 }
a.nav {
 font-size: 8px;
 font-family: Tahoma;
 }