html
{ scrollbar-face-color: #B10505 ;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #B10505 ;
  scrollbar-3dlight-color: #000000;
  z-index: -1;
}


* {margin: 0;
   padding: 0;}
   
body 
{ background-color: #4E0602;
  color: #FFFFFF;
  background-image: url(images/splash_body_bg.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-attachment: fixed;
}
	
/* Begin Structure of site '*/  
 
#container 
{ padding:0px;
  margin: 0px auto;
  /*margin-top: 1px;*/
  background: url(images/splash.jpg) no-repeat;
  width: 896px; height: 520px;
  font-family: Verdana, Helveltica, Arial, sans-serif !important;
  font-size: 0.84em;
  color: #FFFFFF;
}

/*==================== Buttons =========================*/

#condline
{ float: left;
  margin-top: 485px; margin-left: 48px;
  width: 450px; height: 30px;
  background: url(images/condline_bg.jpg) no-repeat;
}

#btnbar
{ float: right;
  margin-top: 490px; margin-right: 0px;
  width: 320px; height: 40px;
  background: url(images/btn_bar.jpg) no-repeat 50% 50%;
  border: 1px inset #C30808;
}  

#btnlist
{ margin-top: 5px; 
  padding: 5px;
}

#btnlist ul { /*margin: 0;*/ margin-right:0; padding: 0; }

#btnlist li
{ display: inline;
  background: url(images/btn-div.gif) repeat-x;
}

#btnlist a, #btnlist a:link, #btnlist a:visited
{ padding-top: 5px; padding-bottom: 5px;
  padding-left: 31px; padding-right: 31px;
  color: #FFFFFF;
  border: 1px ridge #FD0505;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  /*font-style: italic;*/
  background: #FD0505;
  background: url(images/btn-elem.gif) no-repeat; 

}
#btnlist a:hover { background: url(images/btn-hover.gif) no-repeat; }

#dynabord
{ float: right; 
  margin-top: 0px; margin-right: 0px;  
  width: 700px; height: auto;
  border: 1px dotted #FD0505; 
 } 
 
#dynatext 
{ font-size: 0.8em;
  line-height: 1.4em;
  text-align: center;
}

/*============================================================*/
#footer 
{ clear: both;
  background-color: #000000;
  color: #FFFFFF;
  padding: 2px;
  height: 65px;
  background: url(images/footer.jpg) no-repeat; 
  text-align: center;
  border: 1px ridge #FD0505;
  text-decoration: none;
}
.t_center {  text-align: center; }

/* =============  Text formatting and image floats  ===============*/
p 
{ margin-top: 15px;
  margin-bottom: 15px;
}

.bigFont
{ font-size: 1.25em;
  line-height: 1.45em;
  font-weight:bold;
  color: #FFFFFF;
}

.ul_indent { margin-left: 25px;}