body
{
  background: url(background2.jpg);
  background-attachment: fixed;
  font-size: 13px;  
}

a
{
  text-decoration: none;
  color: red;
}

a.white
{
  color: white;
}

#leftcontent
{
  position: absolute;
  left: 10px;
  top: 175px;
  width: 200px;
  height: 1400px;
  background: rgb(223,138,9);
  border: none;
  padding: .5em;
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=1400);
  z-index: -1;
}

#centercontent
{
  background: rgb(253,203,2);
  position: absolute;
  left: 220px;
  top: 175px;
  width: 400px;
  height: 1200px;
  border: none;
  padding: .5em;
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=1200);
  z-index: -1;
}

#rightcontent
{
  position: absolute;
  top:175px;
  width:200px;
  height: 2450px;
  left: 630px;
  background: rgb(210,113,10);
  border: none;
  padding: .5em;
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=2450);
  z-index: -1;
}
	
#banner
{
  background-image: url(banner.jpg);
  background-repeat: no-repeat;
  height: 150px;
  width: 820px;
  top: 10px;
  border: none;
  padding: .5em;
}

div.links
{
  position: absolute;
  top: 130px;
  left: 500px;
  border: none;
  padding-left: 1em;
  padding-right: 1em;
/*  background: white;
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=0);*/
  -moz-opacity: .7;
}

div.links a
{
  text-decoration: bold;
  font-size: 16px;
  color: white;
}
                                                                             
div.links:hover
{
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}

div.stuffLeft
{
  position: absolute;
  left: 10px;
  top: 175px;
  width: 200px;
  border: none;
  padding: .5em;
}

div.stuffRight
{
  position: absolute;
  top:175px;
  width:200px;
  left: 630px;
  border: none;
  padding: .5em;
}

div.stuffCenter
{
  position: absolute;
  left: 220px;
  top: 175px;
  width: 400px;
  border: none;
  padding: .5em;
}

div.stuff
{
  margin: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  background: white;
  width: auto;
  height: auto;
  padding: .5em;
  filter: alpha(opacity=120);
  -moz-opacity: 1;
}

div.stuffFade
{
  margin: 3px;
  margin-top: 426px;
  margin-bottom: 20px;
  width: 184px;
  height: 120px;
  background: white;
  border: none;
  padding: .5em;
  filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=120);
}

div.stuffTag
{
  position: absolute;
  top: 200px;
  left: 4px;
  margin: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  background: white;
  border: none;
  padding: .5em;
}