a {
	color: white;
	text-decoration: none;
	font-size: 10pt;
}

a:hover {
	color: #FE9104;
	text-decoration: underline;
}

body {
	font: 9pt/12pt Tahoma;
	background: black;
	color: white;
	margin-top: 0px;

}


h4 {
	color: white;
	font: italic normal 14pt tahoma, georgia;
}

#menu {
	font: 12pt/16pt white;
	width: 100%;
	margin: 10px 0 0 0; 
	text-align: left; 
	border-top: 1px dotted #171717;
	padding-top: 10px;
}

.homecnt {
	float: left;
	padding: 10px;
	width: 460px;
	color: white;
	margin: 0 0 0 5px;
	
}


.cnt {
	float: left;
	padding: 10px;
	width: 600px;
	color: white;
	font: 12pt/16pt tahoma, arial white;
	
}

.store {
	margin: 20px;
	text-align: left;
	font: 10pt/12pt tahoma, georgia, arial white;
}

.store a {
	font: 9pt tahoma, georgia, arial white;
}

.store a:hover {
	color: #FE9104;
	text-decoration: underline;
}

#gallmenu {
	float: left;
	padding: 5px;
	margin-top: 20px;
	margin-left: 10px;
	width: 100%;
	text-align: left;
}

#gallmenu a, a:visited {
	color: white;	
}

#thumbs a:visited {
	color: #FCB1D2;
}

#thumbs a {
	color: #FCB1D2;

}


.flasharea
{
	 overflow: auto;
	 padding: 1px;
	 scrollbar-face-color: #000000;
	 scrollbar-highlight-color: #000000;
	 scrollbar-3dlight-color: #000000;
	 scrollbar-darkshadow-color: #000000;
	 scrollbar-shadow-color: #000000;
	 scrollbar-arrow-color: #000000;
	 scrollbar-track-color: #000000; 	
}