body {
	background-image: url(background.png);
	background-repeat: repeat;
	background-position: top;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

a, a:link, a:visited, a:hover, a:active  {
	color: #992222;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #663300;
	text-decoration: underline;
}

#frame, #footer {
	width: 420px;
	margin: 0px auto 0px auto;
	padding: 10px 40px 10px 40px;
	background-image: url(background_shadow.png);
	background-position: top;
	background-repeat: repeat-y;
}

#header {
	background-image: url(logo_jwn.gif);
	float: right;
	height: 75px;
	width: 200px;
}

#header  a {
	display: block;
	height: 75px;
	width: 200px;
}

#header  a span {
	display: none;
}

h1 {
	margin-top: 60px;
	font-size: 2.0em;
	font-weight: normal;
	height: 22px;
	background-repeat: no-repeat;
}

h1 span {
	display: none;
}

h2 {
	margin: 30px 0px 10px 0px;
	font-size: 1.6em;
	font-weight: normal;
}

p {
	margin: 2px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

#footer {
	background-image: url(background_bottom.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 9px;
	color: #663300;
}

#footer p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	font-weight: normal;
	text-decoration: none;
	color: #663300;
}

.jnet {
	text-align: center;
	margin: 30px 0px 0px 0px;
}

.jnet a, .jnet a:link, .jnet a:visited, .jnet a:hover, .jnet a:active {
	font-size: 1.3em;
}