/* CSS Document */

.image_wrap { 
	position:absolute; 
	width:194px; 
	height:288px;
	float:right;
	top:0px;
	right:0px;}

.Picimage { 
	position:relative; 
	width:194px; 
	height:444px;
	float:left}

.main_wrap {
	position:relative; 
	float:left;
	width:556px;}

.content { 
	position:relative;
	width:378px; 
	height:299px;
	color:#7F8082;
	background-color:#FFFFFF;
	float:right}
	
		.content_text {
			position:relative;
			left:30px;
			top:30px;
			text-align:left;
			width:318px;
			height:249px;
			line-height:23px;
			font-size:13px;
			float:left;}


