body {
	background-image:url(img/1bg.jpg); 
	background-position:center center;
}
a {
	font-family: Arial;
	color: #FFF;
	font-size: 9pt;
	text-decoration: none;
}
a:hover {
	color: #dd0d21;
	font-weight:bold;
}
#flashcontain {
	border: 0px;
	width: 800px;
	height:332px;
	z-index: 2; 
	margin:0px;
}
#about {
	position:relative;
	left:20;
	top:20;
	width:440;
	font-family: Arial;
	color: #b3b3b3;
	font-size: 9pt;	
	line-height:20px;
}	
.redtab {
	background-color:#dd0d21;
	text-align:center;
	font-family: Arial;
	color: #000;
}
.darktab {
	background-color:#2a2a2a;
	font-family: Arial;
	color: #b3b3b3;
	font-size: 8pt;
}
.contactTab {
	background-color:464646;
	position:relative;
	left:25px;
	font-family:arial;
	font-size:10pt;
	color:#fff;
	border:1px solid #dd0d21;
}
.redFont {
	font-family: Arial;
	color: #dd0d21;
	font-size: 9pt;
	text-decoration: none;
}
.darkfont {
	font-family: Arial;
	color: #b3b3b3;
	font-size: 8pt;
}

