html {
	height: 100%;
	width: 100%;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: #000000;
	font: 12px Tahoma, Helvetica, sans-serif;
}
h1 {
	color: #FFE04F;
	text-transform: uppercase;
	font-size: 40px;
	margin: 0 0 10px;
}
h2 {
	color: #F26631;
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 12px;
}
a {
	color: #F26631;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #E0E0E0;
}
p {
}
#page {
	width: 750px;
	margin: 0 auto;
	position: relative;
	background: #F26631 url(images/color_orange.png);	
}
#banner {
	text-align: left;
	height: 170px;
	clear: both;
x	background: #000;
}
#logo {
	margin: 5px 5px 0;
x	float: left;
}
#nav {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
#nav a:hover {
	border: 0;
}
#content {
	text-align: left;
	width: 580px;
	float: right;
	background: #FFF;
}

#content pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
font: 12px Tahoma, Helvetica, sans-serif;
width:550px;
border-bottom:1px dashed black;
padding-bottom:10px;
}
#left-column {
	width: 170px;
	float: left;
	background: #F26631 url(images/color_orange.png);
}
#bottom-yellow-block {
	width: 170px;
	height: 75px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.clear {
	clear: both;
}
.padding {
	padding: 10px;
}

#input {
border:1px solid #F26631;
}

#submit {
border:1px solid #F26631;
background-color:#F26631;
color:#FFE04F;
font-weight:bold;
}

#newsletter {
width:100%;
padding-top:10px;
padding-bottom:10px;
text-align:center;
color:#FFFFFF;
}

#contact {
font-family:Arial Black;
color:#ffe04f;
font-size:12pt;
text-align:left;
margin-left:-35px;
margin-top:-10px;
text-decoration:none;
}

