/* Image data */
/* this is used to set properties for images used in the pages */

/* image outlined to the left */
.imageleft 
{
	float: left;
	padding: 7px;
	margin-right: 10px;
	background-color: #f7f7f6;
	clear:both;
}
 
/* image outlined to the left without a border */

.imageleft-noborder
{
	float: left;
	padding: 7px;
	margin-right: 10px;
	background-color: #F7F7F6;
   	clear:both;
}

/* image outlined to the right */

 .imageright 
{
	float: right;
	padding: 7px;
	margin-left: 10px;
	background-color: #f7f7f6;
	clear:both;
}

/* image outlined to the right without a border */

 .imageright-noborder 
{
	float: right;
	padding: 7px;
	margin-left: 10px;
	background-color: #F7F7F6;
    clear:both;
}

/* image used in the logo */

.imagelogo 
{ float: left; padding: 7px; margin-left:29px; background-color: #ffffff; clear: both; }

/* image used for photos on photos-pages */

.imagephoto
{
	padding: 10px;
	margin: 5px;
	background-color: #f7f7f6;
	float:left;
}

/* use for the image that contains the top arrow gif */
.toparrow 
{
	float: right;
	margin-left: 15px;
    	margin-top:10px;
    	margin-right:10px;
}

/* use this one for the email gif */
.email 
{
    	margin-left: 2px;
}
 

/* Used for horizontal line (to prevent to much line spacing in IE */
.imagehr
{
    	float:left;
	margin-left: 8px;
}

/* Used for horizontal on the right column */

.imagehr-right
{
	margin-right: 4px;
    	margin-bottom:10px;
}

