@charset "utf-8";
.title_pic {
	margin-bottom: 15px;
}
/* CSS Document */

#articles ul li {
	line-height: 20px;
	margin-left: 20px;
}

#articles ul li a {
	color: #8F3F0A;
	text-decoration: none;
}
#articles ul li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8F3F0A;
}


#news ul li {
	line-height: 25px;
	font-size: 12px;
	color: #333;
}
#news ul li a {
	color: #dd4149;
	text-decoration: none;
}
#news ul li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dd4149;
}

#news p {
	font-size: 14px;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 5px;
}
#referances ul li {
	font-size: 12px;
	line-height: 20px;
	text-indent: -10px;
	margin-left: 30px;
}

#creations a {
	color: #C60;
	text-decoration: none;
}
#creations a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C60;
}

#link ul li {
	line-height: 25px;
	font-size: 12px;
	color: #333;
	margin-left: 20px;
}
#link ul li a {
	color: #dd4149;
	text-decoration: none;
}
#link ul li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dd4149;
}
.people_block p a {
	color: #DD4149;
	text-decoration: none;
}
.people_block p a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dd4149;
}

