/* reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* fonts */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* jbp */
html {
	background-color: #333;
	color: #ccc;
}
body {
	font-size: 14px;
	width: 901px;
	padding-top: 30px;
	font-family: times new roman, times, serif;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
a {
	color: #bcbcbc;
	text-decoration: none;
}
a:hover {
	color: #e78f38;
}
h1 {
	background-image: url(../img/jbp.png);
	text-indent: -5000px;
	width: 418px;
	height: 34px;
	margin-bottom: 20px;
}
h2 {
	display: none;
	visibility: hidden;
}
#nav {
	overflow: auto;
	height: 40px;
	margin-bottom: 20px;
	width: 901px;
}
#nav li {
	float: left;
}
#nav li a {
	text-align: center;
	width: 90px;
	display: block;
	padding: 6px 0px 6px 0px;
	border-top: 1px solid #6c6c6c;
	border-bottom: 1px solid #6c6c6c;
}
#nav li a:hover, #nav li a.current {
	color: #e78f38;
	padding-bottom: 5px; /* 1 less than #nav li a */
	border-bottom: 2px solid #e78f38;
}
#thumbs {
	float: left;
	width: 300px;
}
#thumbs li {
	display: none;
}
#image {
	float: left;
	width: 600px;
	text-align: center;
}
#homepage {
	height: 490px;
}
	#homepage .column {
		width: 193px;
		margin-left: 16px;
		margin-right: 16px;
		float: left;
		overflow: hidden;
	}
	#homepage .column img {
		margin-bottom: 30px;
	}
#footer {
	border-top: 1px solid #6c6c6c;
	padding-top: 5px;
	text-align: right;
}
#footer dt, #footer dd {
	display: inline;
	padding-right: 5px;
}
#footer dd, #footer dd a {
	color: #e78f38;
}
#footer dd a:hover {
	text-decoration: underline;
}