/*ABOUT PAGE STYLES*/

.abouticon{
	width:128px;
	height:128px;
	margin:auto;
}
#globe{background:url(../images/abouticon.png) left no-repeat;}
#binnocular{background:url(../images/abouticon.png) center no-repeat;}
#time{background:url(../images/abouticon.png) right no-repeat;}

#readmoreaboutbox{
	background: url(../images/readmorebox.png) no-repeat;
	width: 727px;
	height: 44px;
}
#readmoreaboutbox td{
	padding: 0px;
	text-align: center;
	width: 25%;
	font-size: 10px;
}
#readmoreaboutbox td a{
	width: 100%;
	display: block;
	padding: 5px 0 0 0;
	color: #086B37;
	text-decoration: none;
	cursor: pointer;
	font-size: 11px;
	height: 17px;
}
#readmoreaboutbox td a:hover{
	color: #000;
}
#v{
	text-align: center; 
	text-shadow: #C2DEB5 2px 2px 0px; 
	font-size: 16px;
	font-weight: bolder;
}
.moreabouttext{
	text-align: center;
}
.aboutcrew{
	font-family: georgia, times new roman, verdana;
	font-size: 14px;
	line-height: 19px;
	margin: 15px 0;
}
.leftcol{
	text-align: right;
	padding-right: 10px;
	border-right: 1px solid black;
}
.rightcol{
	text-align: left;
	padding-left: 10px;
}
.kamal{
	display: block;
	width: 125px;
	height: 122px;
	background: url(../images/directors.jpg) top left no-repeat;
	position: relative;
	left: 190px;
}
.ilman{
	display: block;
	width: 125px;
	height: 122px;
	background: url(../images/directors.jpg) top right no-repeat;
}
/*END OF ABOUT PAGE STYLES*/