html, body { height: 100%; }
body
  {
    margin: 0;
    padding: 0;
    background: url(../images/bg.jpg);
    background-color: #333333;
    font-family: Verdana, sans-serif;
  }
img { border: 0; }
.clear { clear: both; }
.clearLeft { clear: left; }
.floatLeft { float: left; }
.floatRight { float: right; }

#spotlight
 {
   position: absolute;
   padding-bottom: 100px;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background: url(../images/bgspot.jpg) top center no-repeat;
 }

#containerWrapper
  {
    position: relative;
    top: 47px;
    margin: 0px auto 100px auto;
    padding-bottom: 2px;
    width: 781px;
    background: #000000;
  }
#container
  {
    position: relative;
    width: 779px;
    background: #bbb8aa;
  }

/* ----- HEADER ELEMENTS ----- */

#header
  {
    position: relative;
    height: 190px;
    width: 779px;
    background: #eeedea;
  }

#logoFlash
  {
    position: absolute;
    top: 10px;
    left: 64px;
    height: 170px;
    width: 140px;
  }
#topNav
  {
    position: absolute;
    top: 12px;
    right: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#5A5D5C;
	padding-left: 30px;
	padding-top: 4px;
	background: url(../images/worldicon.gif) top left no-repeat;
	height:30px;
  }
  
#topNav a
 {
    font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#5A5D5C;
	text-decoration:none;
	text-transform:uppercase;
  }
  
#topNav a:hover {
	text-decoration:underline;
}
.topNavLink { float: left; margin-right: 2px; padding: 4px 4px; background: #eeedea; }
.topNavLink2 { float: left; padding: 4px 4px; background: #eeedea; }
#linkArea
  {
    position: absolute;
    bottom: 0px;
    right: 30px;
    height: 113px;
    width: 507px;
    background: #bbb8aa;
  }
#linkMenu
  {
    position: absolute;
    bottom: 0px;
    left: 14px;
  }
#linkMenu a
  {
    display: block;
    float: left;
    margin-right: 1px;
    border-top: 4px solid #bbb8aa;
  }
#linkMenu a:hover { border-top: 4px solid #393c42; }


/* ----- MAIN CONTENT ----- */

#content
  {
    position: relative;
    width: 779px;
  }
#contentWrap { padding: 38px; }
#splashText
  {
    position: relative;
    height: 280px;
    width: 326px;
    background: url(../images/splash_text.gif);
  }
.mainText
  {
    position: relative;
    width: 326px;
    color: #333333;
    font-size: 0.8em;
    line-height: 160%;
  }
.mainText a { color: #ffffff; text-decoration: none; }
.mainText a:hover { text-decoration: underline; }
#grayBox2
  {
    float: right;
    margin-left: 1px;
    height: 260px;
    width: 43px;
    background: #5a5d5c;
  }
#grayBox
  {
    float: right;
    margin-left: 1px;
    height: 260px;
    width: 43px;
    background: #5a5d5c;
  }
#sprayGun
  {
    position: absolute;
    top: 92px;
    left: 426px;
    height: 212px;
    width: 109px;
    background: url(../images/gun_sil.gif);
  }
.callout
  {
    float: left;
    height: 113px;
    width: 318px;
    text-align: center;
  }
.calloutBG
  {
    float: left;
    margin-bottom: 20px;
    height: 113px;
    width: 318px;
    background: url(../images/callout.gif);
    text-align: center;
  }
.calloutImg { margin-top: 34px; }
.rightText
  {
    float: right;
    width: 280px;
    color: #333333;
    font-size: 0.7em;
    text-align: right;
    line-height: 160%;
  }


/*----- FORMS ----- */
form { margin: 0; padding: 0; }
label.lwidth { float: left; width: 8em; text-align: right; color: #333333;}
input.text { float: left; width: 12em; margin: 2px 0px;}


/* ------ FOOTER ------ */

#footer
  {
    margin-top: 20px;
    padding: 14px 0px;
    border-top: 2px solid #8a8a8a;
    color: #6a6a6a;
    font-size: 0.7em;
  }
#footer a { color: #333333; text-decoration: none; }
#footer a:hover { text-decoration: underline; }



/* ----- DIVETS ----- */
#lDivet
  {
    position: absolute;
    top: 180px;
    left: 0px;
    height: 20px;
    width: 9px;
    background: url(../images/l_divet.gif);
  }
#rDivet
  {
    position: absolute;
    top: 180px;
    left: 770px;
    height: 19px;
    width: 11px;
    background: url(../images/r_divet.gif);
  }
#logo
  {
    position: absolute;
    top: 10px;
    left: 64px;
    height: 170px;
    width: 140px;
    background: url(../images/logo.gif);
  }

