@charset "UTF-8";
/* CSS Document */





#right {
width:620px;
float:left;
margin-left:20px;
}

#right h5 {
padding:5px 0;
font-size:22px;
border-bottom:1px solid #ccc;
}

#right p {
text-align:justify;
}

#right h3 {
font-size:15px;
margin-top:10px;
}

#lefter {
	width:440px;
	float:left;
	margin-right:20px;
	clear:both;
}

#lefter dt {
width:150px;
float:left;
}

#lefter dd {
margin-left:150px;
}

.fade{
		background:url(img/fade.png) repeat-x 0 bottom;
		display: block;
		height: 200px;
		position: relative;
		margin-top: -200px;
		z-index:10;
	}
	
p.quot {
direction:rtl;
}


p#righter {
float:right;
}

