
.imageRight{
	margin: 0 20px 20px 20px;
	float: right;	
	font-size: .8em;
	}
	
.imageRight #img, sidebar img{
	border: #999999 1px solid;
	}
	
.imageRight p{
	font-style: italic;
	text-align: center;
	}
	
.imageCenter{
	text-align: center;
	font-size: .8em;
	}
	
.imageCenter p{
	font-style: italic;
	text-align: center;
	margin: 15px;
	}
	
.imageCenter img{
	border: #999999 1px solid;
	}
	
.imageLeft{
	border: thin solid #CCCCCC;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	clear: both;
	}
	
.left{
	text-align: left;
	}
	
.imageLeft p{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: .8em;
	font-style: italic;
	}
	
.floatRight{
	float: right;
	}
	
.center{
	text-align: center;
	}
	
.caption{
	font-style: italic;
	font-size: 0.6em;
	text-align: center;
	}

.rightAlign{
	text-align: right;
	margin-right: 50px;
	}

