@charset "UTF-8";
/* CSS Document */

#aboutLionni {
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #495563;
	
}
#word {
	float: right;
	height: 85px;
	width: 225px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
.articleLinks {
	Width: 100px;
	height: 475px;
	padding: 0px;
	list-style-type: none;
	float: left;
	font-size: 16px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #495563;
}
.articleTitle {
	font-size: 23px;
	width: 500px;
	height: auto;
	text-decoration: underline;
	margin-left: 25px;
	float: left;
	color: #44525F;
}
#articleContent {
	width: 675px;
	margin-left: 25px;
	margin-bottom: 5px;
	font-size: 16px;
	float: left;
	font-weight: normal;
	margin-top: 20px;
	color: #000;
	min-height: 100%;
}
.subTitleTab {
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 15px;
}
.articleImage {
	margin-top: 10px;
	margin-left: 10px;
	width: 230px;
	float: right;
}
.articleImage p {
	text-align: center;
	font-size: 11px;
	clear: both;
}