/* CSS Document */
body{ background-color:#EBECAE;
}



 
div { 
      width: 800px;
	  height:auto;
	  background-image:url(strbkrnd.jpg);
	  background-position:center;
	/* background-repeat:no-repeat;*/
      padding: 5px;
	  border-width:15px;
	  
	  border-style:double; 
	  border-color:#BEC88A;
	  margin: 100px; 
	 line-height: 1.2;
	  
	   }
	  
   width: 80
.test {width: 500px;
	height:auto;
	font:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 1.5;
    border-width: 5px;
	border-color:#400080;
    border-style:double;
	padding:10px; 
	margin:10px;
	}  
h1
{ text-align:center;
 text: 24px;
 }
p { 
    font-size:18px;
	line-height: 1.5;
   /* text-align:center;*/
	font-family:Arial, Helvetica, sans-serif;
	}
	

.img
 { float:left;
 margin: 5px;
 }
