/* CSS Document */

/* Global Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
}

img {
	border: none;
}


/* End Global Styles */

/* Container Styles */
#container {
	position: relative;
	margin: 0px auto;
	width: 80em;
	border: 2px solid #000000;
}
/* End Container Styles */

/* Header Styles */
#header {
	margin: 0px 0px;
	background-color: #FF1E00;
	border-bottom: 1.7em solid #000000;
	overflow: hidden;
	height: 9.3em;
	width: 100%;
}

#header h1 {
	margin: .5em 0px;
	padding: 0px 0px 0px 1.5em;
	font-size: 35px;
	line-height: 3.0em;
	letter-spacing: 1em;
	width: 45%;
}

#header h1.sIFR-replaced {
	letter-spacing: 20px;
	
}

#header h1 span.sIFR-alternate {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFFFFF;
	font-style: italic;
}

#header span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* End Header Styles */

#content {
	margin: 0px 0px;
	overflow: hidden;
	width: 100%;
}