/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #831B2E;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #3B0000;
}
a:visited {
	color: #3B0000;

}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #3B0000;
}
a .no_border {border:0;}

.style1 {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
}

.style2 {
	font-family: Verdana;
	font-size: 12px;
	color: #831B2E;
}

.Container {
  position: relative;
  /*top: 474px; left: 320px;*/
  width: 737px;
  height: 215px;
  /*border:solid;
  border-color:#000000;
  border-width:3px;*/
}
#Scroller-1 {
  position: absolute;
  /*top: 193px; 
  left: 17px;*/
  overflow: hidden;
  width: 727px;
  height: 205px;
  margin: 5px;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.home_box {
	background-color:#831B2E;
	color:#FFF;
	padding:5px;
	border:solid 1px #FFF;
	text-align:center;
	font-size:14px;
}

#float {
	position:fixed;
	left:50%;
	width:200px;
	margin-left:30px;
	float:left;
	top:550px;
}
