﻿#content-right .box {
	float: left;
	width: 311px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 5px;
    background: #EEEEEE;
}
#content-right .box-header {
	clear: both;
	width: 311px;
	height: 40px;
    background: #DDDDDD;
}
#content-right .box-header h6 {
	padding-top: 15px;
	margin: 0px;
    text-align: center;
}
#content-right .box-content {
	width: 311px;
	height: 280px;
    background: #EEEEEE;
    text-align: center;
	font-size: 13px;
	color: #333333;
}
#content-right .box-content img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content-right .box-footer {
	width: 311px;
	height: 20px;
    background: #DDDDDD;
}
