body {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	background-color: #5B372B;
	background-image: url(/images/bkg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
p { color: #FFF; font-size: 11px; font-family: arial; line-height: 18px; text-align: center; }
a:link { color: #FFF; font-size: 11px; font-family: arial; font-weight: bold; text-decoration: undeline; }
a:visited { color: #FFF; font-size: 11px; font-family: arial; text-decoration: none; }
a:hover { color: #FFF; font-size: 11px; font-family: arial; text-decoration: none; }
a:active { color: #FFF; font-size: 11px; font-family: arial; text-decoration: none; }
#page {
	position: relative;
	height: 600px;
	width: 800px;
	margin: 0 auto;
	padding: 0;
/*	background-image: url(/images/bkg_page.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
}
#page h1 {
	position: absolute;
	left: 355px;
	top: 263px;
	width: 335px;
	height: 75px;
	margin: 0;
	padding: 0;
	color: #442B22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1;
	text-indent: -5000px;
	background-image: url(/images/logo_justinbrands.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#page ul.nav {
	position: absolute;
	left: 109px;
	top: 44px;
	width: 208px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#page .nav li {
	float: left;
	width: 208px;
	height: 103px;
	margin: 0;
	padding: 0;
	color: #442B22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	background-position: left top;
	background-repeat: no-repeat;
}
#page .nav a {
	display: block;
	width: 208px;
	height: 103px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	background-position: left top;
	background-repeat: no-repeat;
}
#page .nav a:hover {
	background-position: right top;
	background-repeat: no-repeat;
}
#page .nav li.justinboots, #page .nav li.justinboots a {
	background-image: url(/images/nav_justinboots.jpg);
}
#page .nav li.workboots, #page .nav li.workboots a {
	background-image: url(/images/nav_workboots.jpg);
}
#page .nav li.tonylama, #page .nav li.tonylama a {
	background-image: url(/images/nav_tonylama.jpg);
}
#page .nav li.nocona, #page .nav li.nocona a {
	background-image: url(/images/nav_nocona.jpg);
}
#page .nav li.chippewa, #page .nav li.chippewa a {
	background-image: url(/images/nav_chippewa.jpg);
	height: 110px;
}

