
/* tags */
  body {
    text-align:center; /* to align center in IE */
    margin: 0px;
    padding: 0px;
    background: #FFFFFF url('../images/structure/back-main.gif') left top repeat;
    
    font-family: Arial, Verdana, Helvetica, sans-serif;
  	line-height: 120%;
  	font-size: 12px;
    color: #FFFFFF;
  }
  
  h1 {
    position: absolute;
    margin: 0px 0px 0px 10px;
    top: 0px;
    font-size: 42px;
    font-weight: normal;
    text-transform: uppercase;
  }
  h2 {
    margin: 0px 0px 3px 0px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }
  h3 {
    margin: 0px 0px 3px 0px;
    font-size: 12px;
    font-weight: bold;
  }
  #content h3 {
    font-size: 14px;
    text-transform: uppercase;
  }
  
  a {
    color: #355f00;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  
  #hcontent #right a, #content #news a {
    color: #FFF;
    font-style: italic;
  }
  
  #left a {
    color: #d76126;
  }
  
/*end tags */

/* layers */

  #container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: left; /* to counter-act align in body for IE */
    width: 990px;
    
    background: #FFF url('../images/structure/back.gif') left top repeat;
  }
  
  #left {
    position: relative;
    float: left;
    width: 240px;
    padding: 0px;
  }
  #banners {
    position: relative;
    float: left;
    width: 224px;
    padding: 15px 8px 0px 8px;
    
    background: #FFF url('../images/structure/back-left.jpg') left top no-repeat;
  }
  
  #right {
    position: relative;
    float: left;
    width: 750px;
  }
  
  #head {
    position: relative;
    float: left;
    width: 745px;
    height: 38px;
    padding: 7px 0px 0px 5px;
    
    background: transparent url('../images/home/header.jpg') left top no-repeat;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    line-height: 145%;
  }
  #head a {
    color: #FFF;
    margin: 0px 4px;
  }
  
  #content {
    position: relative;
    float: left;
    width: 750px;
  }
  .news1 {
    background: transparent url('../images/right/no1.jpg') right top no-repeat;
  }
  .news2 {
    background: transparent url('../images/right/no2.jpg') right top no-repeat;
  }
  .news3 {
    background: transparent url('../images/right/no3.jpg') right top no-repeat;
  }
  .news4 {
    background: transparent url('../images/right/no4.jpg') right top no-repeat;
  }
  .news5 {
    background: transparent url('../images/right/no5.jpg') right top no-repeat;
  }
  .news6 {
    background: transparent url('../images/right/no6.jpg') right top no-repeat;
  }
  
  #news {
    position: relative;
    float: right;
    width: 198px;
    padding: 258px 5px 10px 15px; 
  }
  
  #main {
    position: relative;
    float: left;
    width: 512px;
    padding: 10px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  
  #footer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 0px 0px 0px;
    text-align: center; 
    width: 990px;
    height: 27px;
    
    background: #FFF url('../images/structure/back-foot.gif') left top repeat;
    font-size: 11px;
    line-height: 120%;
  }
  #footer a, #dgfFooter a {
    color: #FFF;
    margin: 0px 2px 0px 2px;
  }
  
  #dgfFooter {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 0px;
    text-align: center;
    width: 990px;
    
    font-weight: bold;
    font-size: 11px;
    background-color: #E4E4E4;
  }

/* end layers */

/* home */

  #hlogo {
    position: relative;
    float: left;
    width: 240px;
    height: 94px;
  }
  
  #hhead {
    position: relative;
    float: left;
    width: 745px;
    height: 87px;
    padding: 7px 0px 0px 5px;
    
    background: transparent url('../images/home/header.jpg') left top no-repeat;
    color: #FFF;
    font-size: 13px;
    line-height: 145%;
  }
  #hhead a {
    color: #FFF;
    margin: 0px 4px;
  }
  
  #flash {
    position: relative;
    float: left;
    width: 990px;
    height: 405px;
    
    background: transparent url('../images/home/flash-back.jpg') left top no-repeat;
  }
  
  #hcontent {
    position: relative;
    float: left;
    
    background: transparent url('../images/home/bot-right1.jpg') right bottom no-repeat;
  }
  #hcontent #right {
    position: relative;
    float: right;
    width: 198px;
    padding: 0px 5px 300px 15px;
  }  
  #hcontent #main {
    position: relative;
    float: left;
    width: 512px;
    padding: 10px
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  #hcontent #left {
    position: relative;
    float: left;
    width: 224px;
    padding: 15px 8px 0px 8px;
    
  }
  
  #twitter {
    position: relative;
    float: left;
    width: 223px;
    
    color: #918B59;
    font-size: 11px;
  }
  #twitter .imarge {
    position: relative;
    float: left;
    width: 213px;
    padding: 10px 5px 0px 5px;
    
    background: #d2f4f6 url('../images/home/twitter-back.gif') left top repeat;
  }

/* end home */

/* miscellaneous */

  .clr {
    clear: both;
  }
  
  .bann_sep {
    clear: both;
    display: block;
    width: 100%;
    height: 10px;
  }

/* end miscellaneous */