﻿.AboutUsSection{
	margin-left:10px;
	margin-right:10px;
}
.AboutUsSection h1, .AboutUsSection h2, .AboutUsSection h3, .AboutUsSection span, .AboutUsSection ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #383f48;
}

.AboutUsSection h1{
	float:right;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
}

.AboutUsSection h2{
	text-align: justify;
	text-indent: 25px;
	font-size: 14px;
	font-weight:lighter;
	/*font-weight: bold;*/
}

.AboutUsSection ul{
	margin-left: 80px;
	list-style-type: square;
	font-size: 14px;
	/*font-weight: bold;*/
}

.AboutUsSection ul h3{
	font-size: 14px;
	font-weight:lighter;
}

.AboutUsSection img{
	width:269px;
	height:202px;
}

#img1{
	float:left;
	margin-right:10px;
}

#img2{
	float:right;
	margin-left:10px;
}

