/*  
Theme Name: As-Found
Theme URI: http://www.as-found.net/
Description: Our theme.
Version: 0.1
Author: Thomas Eberwein & Marc Kremers
Author URI: http://www.as-found.net

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

*/

/* Alternating justification Left Right Left Right Etc */


.exhibitionImgLeft{
padding-top: 150px;
clear:both;
float:left	
	}
	
.exhibitionImgRight{
padding-top: 150px;
clear:both;
float:right	
	}

.exhibitionImgFirst{
padding-top: 280px;
clear:both;
float:left	
	}
	
.exhibitionImgLeftLast{
padding-top: 150px;
padding-bottom:300px;
clear:both;
float:left	
	}

.exhibitionImgRightLast{
padding-top: 150px;
padding-bottom:300px;
clear:both;
float:right	
	}
	
/* End Various Tags & Classes*/
	