* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial;
}
p {
	margin: 0px;
	font-size:12px;
}
a {
	text-decoration: none;
	color: #002557;
}
h1 {
	font-size: 24px;
	color: #002557;
	font-weight: bold;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #002557;
	margin-top: 5px;
}
hr {
	border: 0px;
	color: #002557;
	background-color: #002557;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#main {
	width: 800px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -400px;
	background-color: #002557;
}
#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #002557;
}
#header {
	position: relative;
	top: 0px;
	right: 0px;
	height: 138px;
	width: 800px;
	background-color: #002557;
	padding: 0px;
	margin: 0px;
}
#header h1 {
	padding-left: 10px;
	padding-top: 10px;
}
#header_alt {
	position: relative;
	top: 0px;
	right: 0px;
	height: 75px;
	width: 800px;
	background-color: #002557;
	padding: 0px;
	margin: 0px;
}
#header_alt h1 {
	padding-left: 10px;
	padding-top: 10px;
}
.top_right {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #9babbb;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 5px;
}
.header_link {
	font-size: 28px;
	font-weight: bold;
	color: #9babbb;
}
#left_box_header {
	position: absolute;
	left: 20px;
	bottom: 0px;
	width: 367px;
	height: 77px;
	background-image: url('images/mrbox-box-top.jpg');
}
#right_box_header {
	position: absolute;
	right: 13px;
	bottom:0px;
	width: 367px;
	height: 77px;
	background-image: url('images/mrstore-box-top.jpg');
}
#content {
	border-left: solid 5px #002557;
	border-right: solid 5px #002557;
	float: left;
	width: 790px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#left_box {
	float: left;
	background-image: url('images/box-background.jpg');
	background-repeat: repeat-y;
	width: 367px;
	margin-left: 15px;
}
#right_box {
	float: left;
	background-image: url('images/box-background.jpg');
	background-repeat: repeat-y;
	width: 367px;
	margin-left: 32px;
}
.box_contents {
	margin: 20px 25px 20px 18px;
	height: 360px;
}
.learn_more {
	text-align: right;
	font-weight: bold;
	color: #002557;
}
.box_link {
	text-indent: 7px;
	font-size: 12px;
	font-weight: bold;
}
.box_footer {
	width: 367px;
	height: 67px;
	background-image: url('images/box-footer.jpg');
}
.box_footer_link {
	padding-top: 10px;
	font-size: 32px;
	font-weight: bold;
	color: #9babbb;
}
#other_content {
	clear:both;
	border: solid 1px #FFFFFF;
}
#picture_banner {
	border-top: solid 1px #002557;
	border-bottom: solid 1px #002557;
	height: 100px;
	margin: 10px 0px 10px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#picture_banner img {
	border: solid 2px #002557;
	margin-top: 8px;
	margin-left: 20px;
	margin-right: 20px;
}
#first_footer {

}
#footer {
	clear: both;
	height: 45px;
	width: 100%;
	background-color: #002557;
	padding: 0px;
	margin: 0px;
}
#footer h1 {
	padding-left: 10px;
	padding-top: 5px;
}
.bottom_right {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #9babbb;
	margin-right: 10px;
	margin-top: 20px;
}
.bottom_right a {
	color: #9babbb;
	text-decoration: none;
}
#spacer {
	position: relative;
	top: 0px;
	left: 0px;
	height: 34px;
}
