body {
	background: url(images/woodBack.jpg) repeat 0 0;
	margin: 0;
}
p{
	color: #000;
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
}
#header{
	background: url(images/header.jpg) no-repeat;
	width: 704px;
	height: 158px;
	margin: 0;
}
#subHeader{
	width: 704px;
	height: 58px;
	margin: 0;
	background: url(images/title.jpg) no-repeat;
}
#homePic{
	width: 361px;
	height: 321px;
	margin: 0;
	background: url(images/shopGun.jpg) no-repeat;
}
#homeText{
	width: 341px;
	height: 321px;
	margin: 0;
	background: url(images/statement.jpg) no-repeat;
	text-indent: -9999px;
}
#details{
	width: 361px;
	height: 123px;
	margin: 0;
	background: url(images/mainOffer.jpg) no-repeat;
}
#homePic2{
	width: 343px;
	height: 123px;
	margin: 0;
	background-image: url(images/dualRevolver.jpg);
}
#footer{
	width: 704px;
	height: 73px;
	margin: 0;
	background: url(images/addressImage.jpg) no-repeat;
}
#bottomWood{
	width: 704px;
	height: 13px;
	margin: 0;
	background: url(images/bottomWood.jpg) no-repeat;
}

#topWood {
	width: 930px;
	height: 14px;
/*	background: url(images/topWood.jpg) no-repeat;*/
}

  

#leftWood {
	width: 110px;
	height: 775px;
	margin: 0;
	background: url(images/leftWood.jpg) no-repeat;
}

#rightWood {
	width: 116px;
	height: 775px;
	margin: 0;
	background: url(images/rightWood.jpg) no-repeat;
}

#pane1 {
	height: 444px;
	text-align: center;
	overflow: auto;
	width: 704px;
	background: url(images/blankPaperBack.jpg) scroll 0 0;
}

/* @group Jscrollpane */

.jScrollPaneContainer {
	overflow: hidden;
	z-index: 1;
	position: absolute;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ddd;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent:-200px;
	overflow: hidden;
	height: 10px;
	background-color: white;
}


a.jScrollArrowUp:hover {

}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 10px;
	background-color: white;
}
a.jScrollArrowDown:hover {

}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #f00;}

/* @end */