body{
 background-image: url(../images/textbk.jpg);
background-repeat:repeat;
/*background-image: url(../images/background_strip.jpg);
background-repeat:repeat-x;

  background-color:#CDCDCD;
  background-attachment: fixed;
  */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
}
img{
  border: none;
}

.background{
  width: 100%;
  height: 100%;
  z-index: 2;
}

#page{
/* background-color:#ffffff; */
width:100%;
  /*border: solid 1px; */
  position: relative;
  top:0;


}

.wrapper{
 /*  width:800px;
 background-color: #ffffff;*/
 width:100%;

  height:100%;
  padding: 0;
  margin: 0;

}

/* horizontal spacer of 14px*/
.spacer{
  width: 100%;
  height: 14px;
}

/* vertical spacer of 11px */
.vertical_spacer
{
/*  width:11px;*/
    background-image: url(../images/header_grad.jpg);
   background-repeat: repeat-x;
}


#header{
  width: 100%;
  height: 92px;

/*  background-image: url(../images/logo.jpg);
  background-repeat: no-repeat;  */
}
#header img{
  border:0px;
}


#menu{
  width: 800px;
  height: 10px;
  background-color: #000000;

  /*background: url(../images/menu/blank_over.gif);*/
}
#text_container{
  width: 100%;
  height: 100%;
}

#text{

  width:800px;
  height: 100%;
 background-color: #FFFFFF;

}

#text-panel{
  width: 390px;
   height: 100%;
 background-color: #FFFFFF;
 float: left;
}

#footer{
  width: 800px;
  height:10px;
  background-color: #FFFFFF;
  color: #000000;
  padding-bottom: 0px;
  margin-top: 0px;
}

#footer p{
  color: #FFFFFF;
  font-size: 9px;
  background-color: #000000;
}