/* boxes */

.OpBox {
	margin:auto;
	margin-top: 30px;
	margin-bottom: 20px;
	width:644px;
	clear:both;
	padding:0px;
	border:1px;
}

.OpHeader {
	margin:auto;
	margin-top: 20px;
	margin-bottom: 10px;
	width:640px;
	clear:both;
	padding:6px;
	background-color:#A0A380;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	letter-spacing: .3em;
}

.OpBox p {
	margin-bottom: 20px;
}


.OpBox img {
	margin:1px;
}

.OpImageEx {
	width:320px;
	height:240px;
}


.spacer {
	clear:both;
	height:10px;
}


