@import url("./common.css");

div#header {
	background-color: #ecffff;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

div#header img {
	width: 100%;
}

div#header h1 {
	color: white;
	font-weight: bold;
	font-size: 300%;
	position: absolute;
	top: 3%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#body {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

div.obox { width: 100%; }

div.obox div.ibox {
	line-height: 1em;
	width: 49%;
	float: left;
}

div.obox div.clear { clear: both; }

div.ibox p.cap {
	margin-top: 0;
	font-size: 90%;
	text-align: center;
}

div.ibox h2.dt {
	margin-left: 2em;
	font-size: 110%;
}

div.ibox p.dd {
	margin-left: 3.5em;
	font-size: 90%;
}
