.article {
	width: 1010px;
	min-height: 246px;
	_height: 246px;
	border-bottom: 1px dotted Black;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.article .image {
	float: left;
	width: 319px;
	min-height: 246px;
	_height: 246px;
	text-align: center;
        backgound-color: white;
}

.article .data {
	float: right;
	width: 450px;
	height: 244px;
	margin: 1px 0 1px 23px;
	text-align: left;
}

.article .data h1 {
	color: #e20100;
	padding: 0 0 18px 0;
}

.article .data p {
        line-height: 1.7;
	}

.article .data h1, .article .data h2 {
        font-weight: bold;
        font-size: 10pt;
	margin: 0;
	line-height: 15px;
}

.order {
        margin-top: 30px;
	width: 200px;
	text-align: left;
}