/*******************************************************************************************************
********************************************** ABOUT ***************************************************
*******************************************************************************************************/

#about_top{
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #bbbbbb;
	margin: 10px 10px 10px 0;
	background: url("/images/templates/label_bg.png") no-repeat #2c6d76;

-moz-border-radius: 15px;
-webkit-border-radius: 15px;
padding:3px;
border:1px solid #444444;
}

#about_top p{
	color: #ffffff;
	font-size: 70%;
	padding: 5px 0 5px 0;
}

#about {
	width: 600px;
	margin-top: 10px;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #bbbbbb;
	margin-right: 10px;
	background-color: #dddddd;

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding:10px;
border:1px solid #444444;
background: #dddddd;

}

#about #about_label{
	font-weight: bold;
	text-align: center;
	font-size: 70%;
	width: 150px;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #bbbbbb;
	margin-right: 10px;
	background-color: #dddddd;

-moz-border-radius: 15px;
-webkit-border-radius: 15px;
padding:3px;
border:1px solid #444444;
background: #ffffff;

}

#about #about_text {
	font-size: 80%;
	margin: 10px 0 20px 5px;

}

#about #about_text span{
	font-weight: bold;
	color: #105d68;
}

#about #about_text a{
	color: #105d68;
	text-decoration: none;
}

#about #about_text a:hover{
	border-bottom: 1px dotted #333333;
}

