/*---------------eqf8ei3ow36---------------*/
/* Style sheet 'imagepos'                  */
/* It applies to any html file which needs */
/* to control image positioning            */
/*-----------------------------------------*/

div.captionleft, div.captionright, div.imagecentre{
background: transparent none;
border: none;
padding: 0.5em;
}

div.captionleft, div.imagecentre{
float: left;
}

div.captionleft{
width: 20%;
text-align: right;
}

div.imagecentre{
width: 60%;
text-align: center;}

div.captionright{
width: 20%;
text-align: left;
}

