#logo {
	margin-top:52px;
}

#page{
	width:837px;
	margin:25px auto;
}
#page #page-top {
	height:163px;
	background:url(../../media/img/layout/page-top.png) no-repeat;
}
#page #page-middle {
	background:url(../../media/img/layout/page-middle.png) repeat-y;
	padding:1px 0;
}
#page #page-bottom {
	height:109px;
	background:url(../../media/img/layout/page-bottom.png) no-repeat;
}
#page #page-content {
	margin-top:-130px;
	margin-bottom:-40px;
	padding:0 65px;
}

.portrait {
	float:left;
	margin-right:45px;
	margin-bottom:45px;
	margin-left:-80px;
}

.portrait-tea {
	float:right;
	margin-left:45px;
	margin-bottom:45px;
	margin-right:-80px;
}

div.item-box {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	text-align:center;
	padding:1em;
	margin:1em 0;
}
div.yellow-box {
	border:solid 1px #EDDECB;
	background:url(../../media/img/layout/yellow-box-bg.png);
}
div.red-box {
	border:solid 1px #E9DCCE;
	background:url(../../media/img/layout/red-box-bg.png);
}

div.statement-container {
	width:100%;
	height:300px;
	padding:0;
	position:relative;
}

div.statement-box {
	background:url(../../media/img/layout/statement-box.png) no-repeat;
	width:316px;/* 364px */
	height:213px;/* 295px */
	padding:58px 24px 30px 24px;
	position:absolute;
}
div.mission-statement-box {
	left:-5px;
	top:0;
}
div.vision-statement-box {
	left:50%;
	top:0;
}
div.statement-box h2 {
	margin-top:0;
	margin-bottom:22px;
}

