body {
	background-color:#ede2d0;
	color:#ede2d0;
	font-family:verdana;
	font-size:10px;
	background-image: url(../img/background_1.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

.clear {
	clear:both;
}


A:link,A:visited,A:active {
	margin:0px;
	font:10px verdana;
	font-family:verdana;
	text-decoration: underline;
	color:#ffc600;
}

div {
	color:#000000;
	font:10px verdana;
	font-family:verdana;
	padding:0px;
	margin:0px;
}

a:link.link1 {
	font-family:verdana;
	font-size: 10px;
	color: #ffc600;
	text-decoration: none;
}
a:visited.link1 {
	font-family:verdana;
	font-size: 10px;
	color: #ffc600;
	text-decoration: none;
}
a:hover.link1 {
	font-family:verdana;
	font-size: 10px;
	color: #ffffff;
}


ul#navLinks {
	margin:0px;
	padding:0px;
}

ul#navLinks li{
	list-style-type: none;
	/*display: inline;*/
	margin-bottom:-3.2px;
	_margin-bottom:-2px;
	_padding-bottom:-2px;
}

ul#galLinks {
	margin:0px;
	padding:0px;
}

ul#galLinks li{
	list-style-type: none;
	display: inline;
}

input,select,textarea {
	color:#444444;
	font:10px Verdana, Arial, Georgia, Helvetica;
	font-weight: none;
	text-decoration: none;
}

#mainContent {
	width:998px;
}

#main_tbl_left {
	width:240px;
	float:left;
}

/***
main centralised table bg
**/
#main_tbl {
	float:left;
	width:688px;
}

#main_tbl #tbl_bg_top {
	background-image: url(../img/main_top.gif);
	background-repeat: no-repeat;
	width:688px;height:148px;
}

#main_tbl #tbl_bg_middle {
	background-image: url(../img/main_middle.gif);
	background-repeat: no-repeat;
	width:688px;height:442px;
}

#main_tbl #tbl_bg_bottom {
	background-image: url(../img/main_bottom.gif);
	background-repeat: no-repeat;
	width:688px;height:43px;
}


/***
end main centralised table bg
**/


/***
gallery section
**/
.main_gal_tbl {
	margin-left:20px;
	margin-top:0px;
	padding-top:0px;
}
#img_titles {
	padding-top:2px;
	padding-bottom:5px;
	width:609px;
}
#img_titles .img_title_left {
	float:left;
}
#img_titles .img_title_right {
	float:right;
}
.gal_thumbs {
	float:left;
	padding-right:10px;
}
.gal_btn {
	float:left;padding-top:10px;
}
/***
end gallery section
**/

/***
store/vault section
**/

#store {
	margin-top:5px;
}
#store .main_img {
	float:left;
	width:450px;
}

#store .desc {
	float:left;
	width:145px;
	margin-left:15px;
}

/***
end store/vault section
**/


/***
USED FOR THE SCROLLER
***/

.scroll-pane {
	width: 375px;
	overflow: auto;
	height: 400px;
}

.scroll-pane2 {
	width: 595px;
	overflow: auto;
	height: 400px;
}

.winXP .jScrollPaneTrack {
	background: url(windows_track.gif) repeat-y;
}
.winXP .jScrollPaneDrag {
	background: url(windows_drag_middle.gif) no-repeat 0 50%;
}
.winXP .jScrollPaneDragTop {
	background: url(windows_drag_top.gif) no-repeat;
	height: 4px;
}
.winXP .jScrollPaneDragBottom {
	background: url(windows_drag_bottom.gif) no-repeat;
	height: 4px;
}
.winXP a.jScrollArrowUp {
	height: 17px;
	background: url(windows_arrow_up.gif) no-repeat 0 0;
}
.winXP a.jScrollArrowUp:hover {
	background-position: 0 -20px;
}
.winXP a.jScrollArrowDown {
	height: 17px;
	background: url(windows_arrow_down.gif) no-repeat 0 0;
}
.winXP a.jScrollArrowDown:hover {
	background-position: 0 -20px;
}
.winXP a.jScrollActiveArrowButton, .winXP a.jScrollActiveArrowButton:hover {
	background-position: 0 -40px;
}


.osX .jScrollPaneTrack {
	background: url(osx_track.gif) repeat-y;
}
.osX .jScrollPaneDrag {
	background: url(osx_drag_middle.gif) repeat-y;
}
.osX .jScrollPaneDragTop {
	background: url(osx_drag_top.gif) no-repeat;
	height: 6px;
}
.osX .jScrollPaneDragBottom {
	background: url(osx_drag_bottom.gif) no-repeat;
	height: 7px;
}
.osX a.jScrollArrowUp {
	height: 24px;
	background: url(osx_arrow_up.png) no-repeat 0 -30px;
}
.osX a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.osX a.jScrollArrowDown {
	height: 24px;
	background: url(osx_arrow_down.png) no-repeat 0 -30px;
}
.osX a.jScrollArrowDown:hover {
	background-position: 0 0;
}

/* IE SPECIFIC HACKED STYLES */
* html .osX .jScrollPaneDragBottom {
	bottom: -1px;
}

/***
END USED FOR THE SCROLLER
***/