@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-size: 11px;
	background: #2c2d2d;
	background-image: url(../images/bkgradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

object {
	outline: none;
}

#lines {
	background-image: url(../images/bklines.png);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: -1;
}

#container {
	width: 865px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: #000000;
	border-left: solid #000000 12px;
	border-right: solid #000000 12px;
	padding: 0 0 35px 0;
}

a {
	text-decoration: none;
	color: #d2232a;
	border: none;
}

a:hover {
	color: #ffffff;
}

img {
	border: none;
}

#header {
	height: 36px;
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: right;
	color: #666666;
	padding: 68px 26px 0 0;
}

#header a {
	color: #888888;
}

#header a:hover {
	color: #CCCCCC;
}

#flashMain {
	width: 865px;
	height: 435px;
}

#showBox {
	float: right;
	margin: 24px 0 0 25px;
	padding: 0 0 0 0;
}

#headline {
	margin: 24px 0 0 16px;
}

#copy {
	margin: 9px 0 0 34px;
	width: 786px;
	min-height: 125px;
	color: #808285;
	line-height: 16px;
}

#footer {
	width: 865px;
	margin: 0 auto;
	text-align: right;
	color: #808285;
	font-size: 9px;
	padding: 7px 0 25px 0;
}
