body{
	text-align:center;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	font-family:Arial, Helvetica, Sans-Serif;
	color:#666;
	background-color:#fff;
}
#content{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	position:relative;
	text-transform:lowercase;
}

a,
a:visited,
a:active{
	color:#d49f01;
	text-decoration:underline;
}

a:hover{color:#564100}

h1,h1 a,#header{height:120px}
h1,h1 a{width:352px}

h1 a{
	display:block;
	text-indent:-1000em;
	background:transparent url(../images/chrome/shelton-walsmith.gif) no-repeat 0 0;
}
h1 a:hover{border-bottom:0}

#header{
	border-bottom:1px solid #bbb;
	padding-bottom:6px;
	position:relative;
	margin:20px 0 10px;
	padding-right:75px;
}

#header ul{
	position:absolute;
	top:0; left:360px;
}
#header li{font: normal normal normal 11px/14.5px Arial, Helvetica, Sans-Serif}

#header li a{text-decoration:none}

#footer{
	margin:20px 0 40px;
	padding-top:6px;
	border-top:1px solid #bbb;
	font-size:11px;
	color:#bbb;
	clear:both;
}

dt{
	float:left;
	clear:both;
	padding-right:.5em;
}

h2{
	font-size:18px;
	color:#000;
	margin:1em 0;
}

h3{
	font-size:1.2em;
	color:#000;
	margin:1em 0 0;
}

h4{
	font-size:1em;
	color:#000;
	margin:1em 0 0;
}

#show-img{
	width:492px;
	height:450px;
	margin-bottom:20px;
	text-align:center;
	float:right;
}

#nav,
#item-info,
#thumbs{
	position:absolute;
	left:0px;
	width:260px;
}
#nav{
	top:380px;
	height:15px;
	display:none;
}
#item-info{top:133px}

#nav li{
	float:left;
	padding-right:3.5em;
}

#nav a{text-decoration:none}

#thumbs{
	height:215px;
	top:440px;
	display:none;
}
#thumbs li{
	float:left;
	width:29px;
	height:29px;
}
#thumbs img{
	height:25px;
	width:25px;
	overflow:hidden;
	opacity:.3;
	filter:alpha(opacity=30);
	border:2px solid #fff;
}
#thumbs img:hover{opacity:1}

#thumbs .curr{
	opacity:1;filter:alpha(opacity=100);
	border:2px solid #d49f01;
}

#prev{
	padding-left:10px;
	background:transparent url(../images/chrome/prev.gif) no-repeat 0 4px;
}
#next{
	padding-right:10px;
	background:transparent url(../images/chrome/next.gif) no-repeat right 4px;
}

