.content_about
{
	float:										left;
	position:									relative;
	margin:										0px;
	margin-top:									15px;
	margin-bottom:								25px;
	padding:									0px;
	width:										900px;
	height:										auto;
	min-height:									400px;
	overflow:									hidden;
	border:										none;
}

.TextBox
{
	float:										left;
	width:										100%;
	height:										auto;
	margin:										0px;
	padding:									0px;
	color:										#c0c0c0;
	font-size:									13px;
	line-height:								1.2;
	text-align:									justify;
	border:										none;
}

.TextBox p
{
	margin:										0px;
	margin-right:								24px;
	padding:									0px;
	border:										none;
}

.TextBox img
{
	display:									block;
	width:										544px;
	height:										432px;
	margin:										0px;
	margin-top:									35px;
	margin-bottom:								35px;
    margin-left:								auto;
    margin-right:								auto;
	padding:									0px;
	padding-bottom:								10px;
	border:										none;
	border-radius:								2px;
	-moz-border-radius:							2px;
	-webkit-border-radius:						2px;
}

.TextBox table
{
	width:										480px;
}

.TextBox table td
{
	margin:										0px;
	padding:									0px;
	vertical-align:								top;
}

.TextBox table .cell-left
{
	width:										25%;
	text-align:									left;
}

.TextBox table .cell-right
{
	width:										75%;
	text-align:									left;
}

.TextBox table a
{
	color:										#cccccc;
	text-decoration:							none;
}

.TextBox table a:hover
{
	color:										#eeeeee;
	text-decoration:							none;
}