@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	background-image: url(grad.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
.txt_redBold {
	font-weight: bold;
	color: #960000;
}
.txt_10-13 {
	font-size: 10px;
	line-height: 13px;
}
.txt_gray {
	color: #363636;
}
.txt_lite {
	color: #888888;
}
.txt_white {
	font-size: 11px;
	color: #ffffff;
}
a, div.footer_links {
	color: #6666ff;
	text-decoration:none;
}
a.noUnderline {
	text-decoration:none;
}
a:hover {
	color: #00ffff;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#header {
	position:relative;
	height: 410px;
	z-index: 3;
}
#flames {
	position:relative;
	top: -410px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	width: 989px;
}

