﻿/* photo_gallary.css */

.photo{
	margin-left:2%;
	margin-right:2%;
	color:#335168;
}

.image{
	width:280px;
	height:210px;
	text-align:right
}

.imageBlock{
	height:500px
}
.imageBlock3rd{
	height:240px
}

.flootLeft{
	color:#696554;
	width:280px;
	float:left;
	text-align:right;
}
.flootCenter{
	color:#696554;
	width:280px;
	float:left;
	margin-left:25px;
	text-align:right;
}
.flootRight{
	color:#696554;
	width:280px;
	float:right;
	text-align:right;
}
