	body {
	background-color: #000000;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #dcdbdb;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align:center;
	min-width: 992px;
}
	
	#wrapper {
	margin: 0 auto;
	padding:0px 0px 10px 0px;
	background-image:url(../images/backgroundimage.jpg);
	background-repeat:no-repeat;
	text-align:left;
	width:990px;
	z-index:1;
	height:1000px;
	}
	
	
	#hornav {
	margin:125px 0px 0px 0px;
	float:left;
	clear:both;
	padding:0px 0px 0px 197px;
	text-align:left;
	font-weight: normal;
	height:30px;
	z-index:7;
	}
	
	
		A.gallery:link { 
	color: #796101; 
	text-decoration: none;
	font-family: Times, Times New Roman, serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px; 
}
	
	A.gallery:active { 
	color: #796101; 
	text-decoration: none;
	font-family: Times, Times New Roman, serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px;  
	
}

	A.gallery:visited { 
	color: #796101; 
	text-decoration: none;
	font-family: Times, Times New Roman, serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px; 
	
}

	A.gallery:hover { 
	color: #fe0202; 
	text-decoration: none;
	font-family: Times, Times New Roman, serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px; 
	 
	
}
	
	
	ul {
	margin:0px 0px 0px 0px;
	}
	li {
	margin:5px 0px 0px 25px;
	}
	
	h1 {
	margin:50px 0px 0px 0px;
	font-weight:bold;
	font-size:18px;
	line-height: 18px;
	color:#bca801
	}
	
	table {
	padding:0px;
	text-align:left;
	margin:0px;
	}
	
	#main {
	float:left;
	clear:both;
	width:925px;
	padding:10px 0px 50px 30px;
	text-align:left;
	z-index:5;
	}
	
	#mainitem {
	float:left;
	clear:both;
	width:925px;
	padding:10px 0px 50px 100px;
	text-align:left;
	z-index:5;
	}
	
	#credit {
	width:925px;
	float:left;
	clear:both;
	font-weight: normal;
	padding:10px 0px 50px 30px;
	font-size: 10px;
	line-height: 20px;
	margin:0px;
	z-index:5;
	text-align:left;
	}
	
	
	
	A:link { 
	color:#fe0202;
	text-decoration: none;  
	}

	A:active { 
	color:#fe0202;
	text-decoration: none;
	}

	A:visited { 
	color:#fe0202;
	text-decoration: none;
}

	A:hover { 
	color:#de0202;
	text-decoration: none; 
}

	A.nav:link { 
	color: #fbd025; 
	text-decoration: none;
	font-family: Times, Times New Roman, serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px; 
}
	
	A.nav:active { 
	color: #fbd025; 
	text-decoration: none;
	font-family: Times, Times New Roman, serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px;  
	
}

	A.nav:visited { 
	color: #fbd025; 
	text-decoration: none;
	font-family: Times, Times New Roman, serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px; 
	}

	A.nav:hover { 
	color: #fe0202; 
	text-decoration: none;
	font-family: Times, Times New Roman, serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px; 
	}
img {
	margin:0px 0px 0px 0px;
}


p {
	margin:20px 0px 0px 0px;
}
.storelisting { 
	color: #fbd025; 
	text-decoration: none;
	font-family: Times, Times New Roman, serif;
	font-weight: 500;
	font-size: 15px;
	font-style: italic;
	line-height: 17px; 
	margin:18px 0px 10px 20px; 
	padding:10px 20px 10px 20px;
	text-align:right;
	
}

	
	.running {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #39341b;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;	
}

	.runningsmall {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #39341b;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;	
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 580px;
	height:140px;

	/* custom decorations */
	
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:2000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:590px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	
}

/* active item */
.scrollable .active {
	
	position:relative;

	cursor:pointer, default;
}



/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}



/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	



