/* CSS Document */

body{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	margin:0px;
	background:url(img/flash_black_bg.jpg);
	background-position:middle left;
	background-color:#000000;
	background-repeat:repeat-x;
}
.mainDivHider{
	position:relative;
	top:0px;
	left:0px;
	height:730px;
	width:1017px;
	overflow:hidden;
	z-index:0;
}
.leatherBackDiv{
	position:relative;
	top:0px;
	left:0px;
	height:714px;
	width:1017px;
	z-index:1;
}
.mainOverDiv{
	position:relative;
	top:-714px;
	left:0px;
	height:714px;
	width:1017px;
	z-index:2;
}
.mailingListOver{
	position:relative;
	top:-145px;
	left:0px;
	width:100%;
}
input{

}
.field{
	width:185px;
	height:22px;
	padding:2px;
	border:1px solid #000000;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#1b1c1c;
}

.newsOver{
	position:relative;
	top:-143px;
	left:0px;
	width:192px;
	height:120px;
	margin-right:16px;
	overflow:auto;
}

.showsOver{
	position:relative;
	top:-128px;
	left:0px;
	width:318px;
	height:110px;
	overflow:auto;
}
.showsText{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#1b1c1c;
	padding:2px;
}
a.showLink:link{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#1b1c1c;
	text-decoration:none;
}
a.showLink:visited{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#1b1c1c;
	text-decoration:none;
}
a.showLink:active{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#1b1c1c;
	text-decoration:none;
}
a.showLink:hover{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#5F573D;
	text-decoration:none;
}

.mainText{
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#1b1c1c;
}
