HTML,BODY {
	padding: 0;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;	
}

#main-zone INPUT, #donate INPUT {
	background-color: #000000;
}

#links img{
  vertical-align: top;
  padding: 0 10px 0 10px;
}

#links {
padding-top: 180px;
}

#links A:hover img {
 border: 1px solid #38a0b2;
}

#about-zone {
background: url('http://s.weareextremefire.com/images/displayed/SLIDE2(displayed).jpg') no-repeat;
height: 542px;
width: 882px;
}

td img {
	display: block;
}

#canvas {
	margin: 0 auto 0px auto;
	text-align: left;
	width: 880px;
	background-color: #000000;
}

#main-zone P, #main-zone H3{
	padding: 0 0 0 10px;
}

#bottom-zone {
	width: 882px;
	height: 139px;
	
	color: #C6C6C6;
	font-size: 12px;

}

#contact-info {
	color: #DDDDDD;
	font-size: 12px;
	padding: 20px 0 0 20px;	
}

A {	color: #FFFFFF;
	text-decoration: underline;
}

A:link, A:visited, A:active {
	color: #DDDDDD;
	text-decoration: underline;
}

A:hover {
	color: #38a0b2;
}

#top-zone h1, #top-zone h1 span {
	background: url('http://s.weareextremefire.com/images/header.jpg') no-repeat;
	width: 882px;
	height: 124px;
	font-size: 100%;
	padding: 0;
	margin: 0;
}

#top-zone h1 span {
	display: block;
	position: relative;
	z-index: 1;
	margin-bottom: -121px;
	}
# top-zone h1 {
	overflow: hidden;
	}
	
.bold {
	font-weight: bold;
}


