/* @group About */
.about {
	display: block;
	font-family: Times New Roman, Times, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	clear: both;
	text-align: justify;
	padding: 0px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background: url("../../images/article_background.png") repeat-y top;
	*background: url("../../images/article_background.gif") repeat-y top;
	width: 605px;
}

#references {
	position: relative;
	float: right;
	text-align: left;
	border: 4px ridge #CCCC99;
	background: #CCCCCC;
	margin: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: x-small;
}

#references_title {
	color: white;
	background: #999999;
	text-align: center;
	font-family: Times New Roman, Times, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	border-bottom: ridge #CCCC99;
}

#references ul {
	list-style: none;
	margin: 0;
	padding: 2px;
}

#references a {
	color: #0000CC;
	text-decoration: none;
	margin: 2px;
	padding: 0px;
}

#references a:hover {
	color: #CC0000;
}

.title {
  clear: both;
  color: #130B08;
  font-size: large;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

/* @end */