#flash {
    width: 750px;
    height: 50px;
    z-index: 0;
}

#header {
    z-index: 1;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: auto;
	background-color: #ef2d24;
	topmargin: 30px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #ef2d24;
	font-size: 20px;
}

h2 {
	color: #FF9999;
}

h3 {
	color: #990000;
}

h4 {
	color: #ef2d24;
	font-size:16px;
}

h5, h6 {
	color: #FF6633;
	font-size: 14px;
	
}


#footer_wrap {
	background: #fff;
	width: 742px;
	border-top: 1px solid #ef2d24;
	position: fixed;
	bottom: 0;
	left:auto;
	right:auto;
	margin-left:auto;
	margin-right:auto;
	z-index: 100;
	overflow: hidden;
	padding: 8px;
}

#footer {
	height: 40px;
	overflow: hidden;
	left: auto;
	right: auto;
	width: 742px;
}

.footer_section {width: 180px; float: left;}
.footer_section p, .footer_section ul {font-size: 10px;}
.footer_section ul li {text-transform: uppercase; font-weight: bold; list-style-type: none;}
.footer_section a {font-weight: bold; text-decoration:none; font-size:11px;}

#footer_links {width: 150px;}
