
@import url(style_base.css);    

#right_frame {
	position: absolute;
	top:190px;
	float:right;
	width: 500px;
	margin-left: 275px;
}

#left_frame {
	width: 750px;
	position: absolute;
	top:190px;
}

.image_bottom{
    margin-top: 40px;
	width: 773px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

.p_bold {
    text-indent: 20px;
    font-weight:bold;
}

.p_ {
    text-indent: 20px;
    margin-top:6px;
    margin-bottom:8px;
    
}