/* About Css */

h2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #333333;
}

/*     About     */
div#aboutcontent {
	width: 940px;
	height: 690px;
	margin: 0px auto;
}
div#aboutcontent div#aboutleft {
	width: 500px;
	float: left;
	margin: 0px 0px 0px 10px;	
}
div#aboutcontent div#aboutleft p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #727272;
	text-align: justify;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
/*     right     */
div#aboutcontent div#aboutright {
	width: 390px;
	float: left;
}
div#aboutcontent div#aboutright p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #727272;
	text-align: justify;	
	margin: 0px 0px 0px 70px;
	padding: 0px 0px 1px 0px;
}
a.infolink:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #129EB3;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a.infolink:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #129EB3;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a.infolink:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #505050;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a.infolink:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #129EB3;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;	
}
