/*******************************************************************************************************
********************************************** ABOUT ***************************************************
*******************************************************************************************************/
#about_label{
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #bbbbbb;
	margin: 10px 10px 0 0;
	text-align: center;

-moz-border-radius: 15px;
-webkit-border-radius: 15px;
padding:3px;
border:1px solid #444444;
background: url("/images/templates/label_bg.png") no-repeat #2c6d76;

}

#about_label p{
	color: #ffffff;
	font-weight: bold;
	font-size: 70%;
	padding: 5px 0 5px 0;
}

#news {
	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;

}

#news #news_title{
	font-size: 110%;
	font-weight: bold;	
}


#news_title a{
	color: #105d68;
	border-bottom: 1px dotted #333333;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

#news_title a:hover{
	border-bottom: 0px;
}

#news_dt {
	color: #555555;
	font-size: 70%;
	margin: 3px 0 5px 0;
	text-decoration: none;
}

#news_dt a{
	color: #555555;
	text-decoration: none;
}

#news_text {
	font-size: 80%;
	margin: 0 0 15px 0;
}

#pager {
	font-size: 90%;
	font-weight: bold;
	margin: 10px 0 10px 0;
	text-align: center;	
}

#pager a{
	color: #105d68;
	border-bottom: 1px dotted #333333;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

#pager a:hover{
	border-bottom: 0px;
}

#back {
	margin: 0 0 10px 0;;
	text-align: center;
}

#back a{
	color: #555555;
	border-bottom: 1px dotted #333333;
	font-size: 90%;
	text-decoration: none;
}

#back a:hover{
	border-bottom: 0px;
}

