body {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}
body {
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #fff;
	background-image: url(/img/gfx/bkgd.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
img {
	border: none;
}
p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
a {
	color: #777;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
th {
	font-family: arial, helvetica, sans-serif;
	text-align: left;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #cd6c00;
}
h3 { font-size: 11px; }
h2 { font-size: 12px; }
h1 { font-size: 14px; }
hr {
	height: 0px;
	border: none;
	border-bottom: dotted 1px #cd6c00;
}


/* ---	BEGIN main nav --- */
#top_nav, #store_top_nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 160px;
	margin-top: 8px;
	text-align: center;
}
#top_nav {
	background-image: url(/img/gfx/hdr_logo.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#top_nav #main_links, #store_top_nav #main_links {
	position: relative;
	top: 100px;
	width: 1024px;
}
.nav_link {
	display: inline;
	padding-right: 22px;
	padding-left: 22px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cd6c00;
}
.nav_link a {
	color: #7c6222;
	text-decoration: none;
}
.nav_link a:hover {
	color: #cd6c00;
}
/* ---	END main nav --- */



/* ---	BEGIN left_nav */
#left_nav {
	position: absolute;
	top: 165px;
	left: 150px;
	width: 155px;
	height: 510px;
	overflow: auto;
}
/* ---	END left_nav */


/* ---	BEGIN art --- */
.pf_open, .pf_closed {
	position: relative;
	padding-bottom: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.pf_open, .pf_open a {
	color: #999;
	text-decoration: none;
}
.pf_closed, .pf_closed a {
	color: #ccc;
	text-decoration: none;
}
.pf_thumbs {
	position: relative;
	padding: 5px;
	padding-bottom: 15px;
}
.pf_tn {
	float: left;
	width: 25px;
	height: 25px;
	margin: 2px;
	overflow: hidden;
	background-color: #999;
}
.pf_tnbr {
	display: block;
	clear: right;
	width: 1px;
	height: 29px;
	margin: 0px;
	overflow: hidden;
}
#art_content {
	position: absolute;
	top: 185px;
	left: 315px;
	width: 576px;
	height: 395px;
	text-align: center;
	background-image: url(/img/gfx/art_frame.gif);
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
}
	#art_content #art_img {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 536px;
		height: 355px;
		margin: 20px;
		text-align: center;
		overflow: hidden;
	}
	#art_content #prev_btn {
		position: absolute;
		top: 20px;
		left: 20px;
		z-index: 50;
		width: 268px;
		height: 355px;
		background: none;
		border: none;
		cursor: pointer;
	}
	#art_content #prev_btn:hover {
		background: url(/img/gfx/prev_btn.png) bottom left no-repeat;
	}
	#art_content #next_btn {
		position: absolute;
		top: 20px;
		left: 288px;
		z-index: 50;
		width: 268px;
		height: 355px;
		background: none;
		border: none;
		cursor: pointer;
	}
	#art_content #next_btn:hover {
		background: url(/img/gfx/next_btn.png) bottom right no-repeat;
	}
#art_description {
	position: absolute;
	top: 585px;
	left: 331px;
	width: 550px;
	height: 80px;
	text-align: right;
	overflow: hidden;
}
/* ---	END art --- */


/* ---	BEGIN text_content --- */
#text_content {
	position: absolute;
	top: 165px;
	left: 325px;
	width: 550px;
	height: 470px;
	padding: 0px 6px 0px 0px;
	text-align: left;
	line-height: 150%;
	overflow: auto;
}
/* ---	END text_content --- */


/* ---	BEGIN footer --- */
#footer {
	position: absolute;
	top: 675px;
	left: 0px;
	width: 1024px;
	border-top: solid 1px #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.footer_link, .footer_link a {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	color: #999;
}
/* ---	END footer --- */


