body {
   background-color: #404040;
   background-image: url( images/bg.gif );
   margin-top: 20px;
   margin-right: 0px;
   margin-bottom: 50px;
   margin-left: 0px;
   font-family: tahoma, arial, helvetica;
   font-size: 13px;
   text-align: center;
   min-width: 800px;
   color: #ffffff;
   border: 0px solid black;
}
div.clear {
   clear: both;
   border: 0px solid #cfcfcf;
}
div#wrapper {
   text-align: left;
   width: 762px;
   margin-left: auto;
   margin-right: auto;
   padding: 0;
   border: 0px solid red;
}
div.adSense {
   text-align: center;
}
div.adSenseMediumRectangle {
   float: left;
   text-align: center;
   padding-left: 10px;
}


/* Links */
a:link {
   color: #729DF0;
   text-decoration: underline;
}
a:active {
   color: #FFBF00;
   text-decoration: none;
}
a:visited {
   color: #729DFF;
   text-decoration: underline;
}
a:hover {
   color: #C0C0C0;
   text-decoration: none;
}
a img {
   border: 0;
}
a {
   margin: 0px;
   padding: 0px;
   border: 0px solid yellow;
}

/* Headers & Paragraphs */
h1 {
   font-size: 18px;
   font-weight: bold;
}
h2 {
   font-size: 15px;
   font-weight: bold;
}

/* Header */
img#headerTop {
   display: block;
}
img#headerLeft {
   display: block;
   float: left;
}
img#headerRight {
   display: block;
   float: left;
}
img#headerBottom {
   display: block;
}
div#clock {
   font-weight: bold;
   font-size: 12px;
   text-align: center;
   background-color: #000000;
   width: 183px;
   height: 16px;
   float: left;
}

/* Button List */
table.buttonListBox {
   padding: 10px 0px 30px 50px;
   border: 0px solid yellow;
}
ul.buttonList {
   padding-left: 100px;
   border: 0px solid red;
   list-style-image: url( images/bullet.png );
}
ul.buttonList a {
   font-size: 14px;
   font-weight: bold;
}
ul.buttonList li {
   padding: 2px;
}

/* Display */
div.displayTitle {
   font-size: 13px;
   font-weight:  bold;
}
div.displayHint {
   font-size: 11px;
   font-weight: normal;
}
div.displaySave {
   font-size: 13px;
   font-weight:  bold;
   margin: 30px 0 30px 0;
   text-align: center;
}
div.display {
   padding: 20px 0 0 0;
}
div.backgroundTitle {
   width: 560px;
   font-size: 13px;
   font-weight:  bold;
   padding: 7px;
   background-color: #252525;
}
div.backgroundDark {
   width: 554px;
   text-align: center;
   background-color: #4B4B4B;
   padding: 10px;
   margin-bottom: 15px;
}
div.backgroundBlack {
   width: 554px;
   text-align: center;
   background-color: #000000;
   padding: 10px;
   margin-bottom: 15px;
}
div.backgroundLight {
   width: 554px;
   text-align: center;
   background-color: #DDDDDD;
   padding: 10px;
   margin-bottom: 15px;
}
img.button {
   margin: 3px;
}

/* Left */
div#left {
   height: 2000px;
   width: 132px;
   background-image: url( 'images/leftBackground.png' );
   float: left;
}
div#leftVortex {
   text-align: center;
   font-size: 12px;
   font-weight: bold;
   padding-top: 30px;
   padding-bottom: 30px;
}
div.leftPartnerBanner {
   text-align: center;
   border: 0px solid red;
}

/* Right */
div#right {
   height: 1970px;
   padding-bottom: 30px;
   width: 630px;
   background-image: url( 'images/rightBackground.png' );
   float: left;
   border: 0px solid yellow;
}

/* Module */
div.module {
   margin-left: 7px;
   margin-bottom: 10px;
}
img.moduleTop {
   display: block;
}
img.moduleBottom {
   display: block;
}
div.moduleContent {
   padding: 20px;
   width: 575px;
   background-image: url( 'images/moduleBackground.png' );
   border: 0px solid yellow;
}




