/* CSS file */
body {
  padding:				0px;
  margin:				0px;
  background-color:		black;
  color:				#3a3a3a;
  font-size:			12px;
  font-family:			"Lucida Grande", Verdana, Arial, sans-serif;
  text-align:			center;
}

a {
  color:				#3a3a3a;
}

#splash {
	width:				100%;
	height:				780px;
}

#site {
	width:				100%;
	height:				800px;
}
#textOnlyContent {
	width:				800px;
	padding-bottom:		30px;
	color:				#fff;
	font-size:			13px;
}
#textOnlyContent a {
	color:				#af122e;
	font-weight:		bold;
	text-decoration:	underline;
}
#textOnly a {
	color:				#af122e;
	font-weight:		bold;
	text-decoration:	underline;
	font-size:			18px;
}

h1 {
	padding-top:		10px;
	padding-bottom:		0px;
	margin-bottom:		0px;
	color:				#fff;
	font-size:			18px;
}
.hr {
	border-top:			thin solid #af122e;
	padding-bottom:		10px;	
}
p, ol, ul {
	margin-top:			0px;
	padding-top:		0px;
}

#textOnly {
	padding-top:		30px;
}

#textOnlyHeader_Now {
	display:			none;
}
#ratingBlock {
}