@import "common.css";
@import "right_column.css";

/* ----- about CSS ----- */
/* // rayout // */
#about_img_1 {
	display			: block;
	margin			: 10px 0 20px 0;
	padding			: 320px 0 0 0;
	background		: URL(../images/about/about_img_1.gif) no-repeat;
}

.read {
	margin			: 10px 0 30px 0;
}

.read img {
	float			: left;
	margin			: 0 10px 0 0;
	padding			: 5px;
	border			: solid 1px #ccc;
}

.about_end {
	padding			: 10px;
	background		: #660066;
	color			: #fff;
	font-weight		: bold;
	font-size		: 20px;
	text-align		: center;
}

/* // tags // */
h2 {
	height			: 30px;
	display			: block;
	text-indent		: -9999em;
	margin			: 10px 0 20px 0;
}

h2.h2_1 {
	background		: URL(../images/page_title/about_h2_1.gif) no-repeat;
}

#content_wrapper h3 {
	clear			: both;
	margin			: 5px 0 0 0;
	padding			: 10px 0 10px 20px;
	background		: URL(../images/common/h3_deco.gif) no-repeat;
	background-position : left center;
	color			: #660066;
	font-size		: 110%;
	text-align		: rihgt;
}