#imageBorder
{
   width:285px;
   height:250px;
   background-image: url(../images/front/border.png);
   background-repeat: no-repeat;
   position:absolute;
   top:3px;
   left:3px;
}
#backgroundText
{
   height:301px;
   width:300px;
   background-image: url(../images/background_index2.png);
   background-repeat: no-repeat;
   position:absolute;
   top:7px;
   left:270px;
   filter:alpha(opacity=.4);
   opacity: .4;
   -moz-opacity:.4;
}

#container 
{
   position:absolute;
   left: 0px;
   top: 103px;
   width:810px;
   height:511px;
   margin:0px 0px 0px 175px;
   background-image: url(../images/background_small.jpg);
   background-repeat: no-repeat;
}

#content
{
   height:250px;
   overflow: hidden;
}

#indexText
{
   position:absolute;
   left:300px;
   top:0px;
   line-height: 35px;
   font-size:16px;
}

#indexText h3
{
   margin-left:0px;
   padding-left:0px;
}
