@charset "utf-8";
/*----- About.css -----*/
#aboutContent {
	width:648px;
	padding:20px;
	margin:0 0 0 auto!important;
	margin:-8px 0 0 auto;
	float:right;
	background:url(../images/content_bg.gif) left top repeat;
}
#aboutContent img {
	border:1px solid #fff;
	float:left;
}
#aboutContent p {
	font:14px/22px Arial;
	color:#333;
	margin:20px;
	clear:both;
}
#aboutContent p a {
	font:14px/22px Arial;
	color:#333;
	text-decoration:underline;
}
#aboutContent p a:hover { color:#c00;}
#aboutContent dl {
	margin:15px 0 0 0;
}
#aboutContent dl img {
	float:none;
	border:0;
	margin:15px;
}
#aboutContent dt {
	font:bold 12px/24px Arial;
	color:#c00;
	margin:10px 0 0 0;
	padding-left:25px;
	background: url(../images/reddot.gif) left 5px no-repeat;
}
#aboutContent dd {
	margin:0 0 0 25px;
	font:12px/22px Arial;
	color:#333;
}
#aboutContent dd a { font:12px/22px Arial; text-decoration:underline; color:#000;}
#aboutContent dd a:hover { text-decoration:none;}

#friendlink {
	margin:0 0 20px 0;
	text-align:right;
	clear:both;
}
#friendlink img {
	margin:0 0 0 30px;
}
