﻿/* CSS Document */

/* ........ Left Holder........ */

#leftHolder{
	float:left;
	width:185px;
	height:auto;
	background-color:#dfdfdf;
	}

/* ........ Main Holder........ */

#MainHolder{
	float:right;
	width:817px;
	height:auto;
}

/* ........ Main Content ........ */

#MainContent
{
	width:796px;
	height:auto;
	text-align:justify;
}

.small_pic2
{
	text-align:center;
	width: 154px;
	height: 101px;
	overflow: hidden;
}
.small_pic2 img
{
	height: 101px;
	border: 0px;
}





