/*	Used for		p--surroundings-index.php	text (column) + image(p (a)) 	*/		  div.description	  {    float:left;    color:green;    border: thin solid;    margin:1%;    width:80%;  }    div.text  {    float:left;    width:38%;    padding:0;    margin:1%;    color:green;    text-align:center;  }  div.text h2   {    font-size:100%;  }  div.text div.column  {	 margin:0;  }  div.text div.column p  {    font-size:small;    margin:2% 0 2% 0;  }    div.text p  {    clear:both;    font-size:small;    margin:2% 0 2% 0;  }  div.text a  {    margin:0;    border-width:1px;  }  div.image  {    float:left;    width:56%;    margin:1%;    text-align:center;    font-size:small;  }        div.image p  {    margin:0 0 2% 0;  }
