/* CSS Document */

body, html {
  padding: 0px ;
  margin: 0px; 
}

body {
  background: white url(../_img/bodybg.gif) ;
  text-align: center;
  font-family: arial, helevetica, sans-serif;
  font-size:0.8em;
  
}

#top {
  width: 768px;
  height: 119px;
  overflow: hidden;
}
#top span {
  display:block;
  width: 768px;
  height: 119px;
  background: white url(../_img/top.jpg) no-repeat ;
}

#menubar {
  width: 768px;
  height: 24px;
  overflow: hidden;
  display:block;
  background: white url(../_img/menu_bg.gif) no-repeat ;
}
#menubar div {
  margin-left:185px;
  color:white;
  margin-top:3px;
}

#menubar a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  margin:0px;
  padding-left:15px;
  padding-right:15px;
  border-left: solid 1px white;
}

#menubar a:hover {
  background: #616461;
  padding-left:14px;
  padding-right:14px;
  border-left:solid 2px white;
  border-right:solid 1px white;
}
#menubar a.act {
  background: #70a2bE;
  padding-left:14px;
  padding-right:14px;
  border-left:solid 2px white;
  border-right:solid 1px white;
}
a.last {
  border-right: solid 1px white;
}
#menubar a.last:hover {
  border-right:solid 2px white;
}

#welcome {
  background: url(../_img/bull.jpg) no-repeat top left;
  min-height: 179px;
  _height: 179px;
  padding-left: 266px;
  overflow: visible;
  margin-top:16px;
  margin-bottom:16px;
}

#maintext {

  margin: auto ;
  text-align: justify;
  
  width: 768px;
  margin-top:0px;
  margin-bottom:0px;
  border: none ;
  background: url(../_img/mainbg.gif) repeat-y ;    
  padding-bottom:0px;
}

#text {
  margin: 20px ;
  margin-top:0px;
  margin-bottom:-20px;
}

#ga {
  margin-bottom: 16px;
}

h1 {
  color:black;
  text-align: left;
  font-size:1.7em;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: normal;
  margin-bottom:3px; 
}


.commodity {
  display: block;
  float: left;
  width: 170px;
  height: 30px;
  margin-top:16px;
  margin-right:12px;
  padding:0px;
  padding-top:120px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

.commodity:hover {
  text-decoration: underline;
}

.fltstop {
  visibility:hidden; 
  clear:both;
  margin-bottom:15px;
}

#gold {   background: url(../_img/c_gold.jpg) no-repeat ; }
#silver {   background: url(../_img/c_silver.jpg) no-repeat ; }
#platinum {   background: url(../_img/c_platinum.jpg) no-repeat ; }
#palladium {   background: url(../_img/c_palladium.jpg) no-repeat ; }
#aluminium {   background: url(../_img/c_aluminium.jpg) no-repeat ; }
#copper {   background: url(../_img/c_copper.jpg) no-repeat ; }
#collectible {   background: url(../_img/c_collectible.jpg) no-repeat ; }
#treasury {   background: url(../_img/c_treasury.jpg) no-repeat ; }
#oil {   background: url(../_img/c_oil.jpg) no-repeat ; }
#gasoline {   background: url(../_img/c_gasoline.jpg) no-repeat ; }
#heatingoil {   background: url(../_img/c_heatingoil.jpg) no-repeat ; }
#naturalgas {   background: url(../_img/c_naturalgas.jpg) no-repeat ; }
#interest {   background: url(../_img/interest.jpg) no-repeat ; }
#wheat {   background: url(../_img/c_wheat.jpg) no-repeat ; }
#corn {   background: url(../_img/c_corn.jpg) no-repeat ; }
#nickel {   background: url(../_img/c_nickel.jpg) no-repeat ; }
#zinc {   background: url(../_img/c_zinc.jpg) no-repeat ; }
#cocoa {   background: url(../_img/c_cocoa.jpg) no-repeat ; }
#coffee {   background: url(../_img/c_coffee.jpg) no-repeat ; }
#cotton {   background: url(../_img/c_cotton.jpg) no-repeat ; }
#soy {   background: url(../_img/c_soy.jpg) no-repeat ; }
#forex {   background: url(../_img/c_forex.jpg) no-repeat ; }

