@charset "UTF-8";
/* CSS Document */

. {
  margin:0;
  padding: 0;
}
img {
	border: 0;
	}
body {
	font: 10px Helvetica, Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC url(../images/bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #999999;
}
a {
	font: 10px Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font: 10px Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e43038;
	text-decoration: none;
}
h1 {
	font: bold 150%;
}
h2 {
	font: bold 140%;
}
h3 {
	font: bold 130%;
}
h4 {
	font: bold 120%;
}
h5 {
	font: bold 110%;
}
h6 {
	font: bold;
}
.jnj #container {
	width: 738px;
	height: 630px;
	padding: 0;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.jnj #header {
	width: 738px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 349px;
	background: #e43038 url(../images/header.png) no-repeat;
	border-bottom: 1px solid #CCCCCC;
	padding: 0;
	margin: 0;
}
.jnj #infopack {
	width: 734px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 248px;
	background: #FFFFFF url(../images/infopack-bg.png) repeat-x;
	padding: 0 2px 0 2px;
	margin: 0;
}
.jnj #info-buttons {
	width: 176px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 232px;
	margin: 9px 0 0 6px;
	float: left;
	overflow: hidden;
}
.jnj #footer {
	width: 738px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 31px;
	background: #FFFFFF url(../images/footer.png);
	padding: 0;
	margin: 0;
}

