html, body {
	margin:12px 0px 0px 15px;
	padding:0px;
	font: 10pt  arial, helvetica, sans-serif;
	background:#063;
	color:#000;
	}
          a.linklist1:link  {text-decoration: none;color: #FFF; }
          a.linklist1:visited   { text-decoration:none;color: #ff9; }
          

img{   
      border-width: 0;
        }

#stne-body-center {
	text-align:center;
	}	
	
#stne-body {
	position: relative;
	width: 904px; 
	margin-left: auto;
	margin-right: auto;
	text-align:left;	
	border:0px solid #ffffff;	
	}
#bf-header  {
       position: absolute;

       left: 0px;
       top: 0px;
       width: 906px;
       height: 138px;
       background: #ff9;
       border: 0px solid red;
       }
#linkbox     {
       position: absolute;
       
       top: 135px;
       left: 0px;
       width: 906px;
       padding: 0px 0px 0px 0px;
       background: #fff;
          }

#left-text-container  {
         position: absolute;
         width: 440px;
         top: 158px;
         height: 500px;
         background: #fff;
         border: 0px solid red;
        }
#text   {
      text-align: left;
      
      padding:10px 20px 10px 20px;
      border: 0px solid blue;
       }
#right-container  {
      position: absolute;
      top: 158px;
      width: 466px;
      left: 440px;
      height: 500px;
      background: #fff;
      border: 0px solid yellow;
       }
#images img   {
      padding: 10px 0px 0px 10px;
       }
#footer       {
	position: absolute;
	height: 60px;
	top: 673px;
	width: 904px;
	text-align: center;
	font: 7.5pt arial, serif;
	color: #fff;
	border: 0px solid red;
	background: #063;
          }
.text-1  {
       font-size: 7.5pt;
       }
      

