body {
	background-image: url(http://violentdelights.co.uk/siteimages/components/wallpaper.jpg);
}
.txt1 {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.txt2 {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 7pt;
	text-decoration: none;
	font-weight: normal;
}
.txt3 {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}
.form1 {
     margin-bottom: 3px; 
     margin-top: 0px;
}
.form2 {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.button {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.menu1{
	margin-left:0px;
	padding-left:10px;
	padding-top:4px;
	padding-bottom: 2px;
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	height: 20px;
	background-color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	width: 150px;
	border: thin outset #FFFFFF;
	cursor: hand;
}
.submenu{
	background-image: none;
	display: block;
	height: 19px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 7px;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	font-variant: normal;
	width: 153px;
	text-decoration: none;
	cursor: hand;
}
.hide{
display: none;
}
.show{
display: block;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 1px;
padding-bottom: 0;
background: #000000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	color: #FFFFFF;
	padding: 5px;
	text-align: right;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #000000;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #000;
	padding: 5px;
	z-index: 5;
	color: #FFF;
	font: verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.search{
	margin-left:0px;
	padding-left:10px;
	padding-top:4px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #FFFFFF;
	height: 15px;
	background-color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	width: 115px;
	border: thin inset #FFFFFF;
	cursor: text;
}
.searchbutton {
	margin-left:0px;
	padding-top:2px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #FFFFFF;
	height: 25px;
	width: 28px;
	background-color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	border: thin outset #FFFFFF;
	cursor: hand;
}