body, html
{
  height: 99.8%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body
{
  scrollbar-3dlight-color: #000000;
  scrollbar-arrow-color: #333333;
  scrollbar-base-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-face-color: #000000;
  scrollbar-highlight-color: #333333;
  scrollbar-shadow-color: #000000;
  scrollbar-track-color: #333333;
  background-color: #141414;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #ffff33;
  background-image: url(images/bg.gif);
  background-position: center top;
  background-repeat: repeat-y;
  font-size: 12px;
}

.float-left
{
  float: left;
}

.float-right
{
  float: right;
}

.clear
{
  clear: both;
}

.error
{
  padding: 0 3px 0 3px;
  color: #FF0000;
  font-weight: bold;
  font-size: 13px;
}

.splashBg
{
  background-image: url(images/Splash.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 754px;
}

#container
{
  min-width: 800px;
  width: 915px;
  background: #000000;
  margin: 0 auto;
  border: 1px solid #000000;
  text-align: left;
  z-index: 10;
  padding: 0 0 0 7px;
}

#header
{
  background: #000000;
  padding: 0 14px 0 14px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#subscribe
{
  background: #000000;
  margin-top : 50px;
}


#nav
{
  background: #000000;
  background-image: url(images/bg_nav.gif);
  background-repeat: repeat-x;
  font-size: 12px;
  height: 43px;
  padding: 0 0px 0 14px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
  vertical-align: middle;
  padding-top: 11px;
}

.nav
{
  color: #ffff33;
  padding-right: 20px;
  text-decoration: none;
  vertical-align: middle;
}

#mainContent
{
  padding: 0 14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  background: #000000;
}

#footer
{
  padding: 0 14px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
  background: #000000;
  height: 84px;
  background-image: url(images/bg_footer.gif);
  background-repeat: repeat-x;
  vertical-align: middle;
  padding-top: 20px;
}

.footerText
{
  color: #ffff33;
  text-decoration: none;
  vertical-align: middle;
  font-size: 11px;
}

h1
{
  font-size: 17px;
}

h2
{
  font-size: 13px;
}

p
{
  color: #cccccc;
  font-size: 12px;
}

.fb_share_link
{
  height: 16px;
  padding: 2px 0 0 20px;
  background: url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif?2:26981) no-repeat 0 2px;
}

.email
{
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

a, a:link, a:active, a:visited
{
  color: #ffff33;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}
.subscribeField
{
  width: 240px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffff33;
  padding: 3px 5px 2px 5px;
  font-size: 10px;
  color: #ffff33;
  background-color : Black;
}
