/* CSS Document */

/*ABOUT STYLE SHEET*/

/*INDEx
*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

-about_content
-topic

*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/

#a-about a:link,
#a-about a:visited,
#a-about a:hover,
#a-about a:active{ 
	color: #ffffff;
	text-decoration: none;
}

#about_content{
	text-align: center;
	margin: 20px 0px 20px 0px;
}

div.ab_topic{
	width: 700px;
	text-align: left;
	margin: 0px auto 10px auto;
}

#about_content h3{
	width: 700px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	background-color: #4e3c3c;
	border-bottom: 2px #765454 solid;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 8px ;
}

#about_content h4{
	font-size: 14px;
	color: #cab918;
	padding: 0px 0px 0px 15px;
	background-image: url(../img/ab_bt_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}

p.abt{
	margin: 0px 0px 10px 0px;
}

#about_content p{
	text-indent: 5px;
	padding: 5px 10px 5px 10px;
}
