@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #00455f;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1, h3 {
	color: #F00;
	text-align: center;
}

h2 {
	color: #000;
	text-align: center;
}
#wrapper {
	width: 770px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
}
#header {
	width: 770px;
	height: 223px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#content {
	padding: 0 50px;
}
#footer {
	text-align: center;
	width: 770px;
	height: 138px;
	background-image: url(images/footer.jpg);
}
.johnsonbox-top {
	background-image:url(images/johnsonbox-top.gif);
	height: 32px;
	width: 608px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
.johnsonbox-mid {
	background-image: url(images/johnsonbox-mid.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 548px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	overflow: hidden;
}
.johnsonbox-bottom {
	background-image: url(images/johnsonbox-bottom.gif);
	height: 32px;
	width: 608px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	overflow: hidden;
} 
