.left {
	float: left;
	width: auto;
	border-top-style: dashed;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	border-right-style: dashed;
	text-align: left;
}
.wrapper {
	width: 900px;
}
.header {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: lowercase;
	background-color: #153164;
	padding-top: 0.5px;
	padding-bottom: 0.5px;
}
.right {
	float: none;
	font-family: "Century Gothic";
	font-size: 16px;
	color: #FFFFFF;
	width: auto;
	text-align: center;
	border-left-style: dashed;
	border-left-color: #000033;
	padding-left: 15px;
	border-right-style: dashed;
	border-right-color: #000033;
	padding-right: 15px;
}
.footer {
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Century Gothic";
	border-top-style: dashed;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
