@charset "ISO-8859-1";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px;
}
#wrap {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#layer1 {
	position:absolute;
	left:447px;
	top:276px;
	width:343px;
	height:45px;
	z-index:1;
	font-size: 80%;
	text-align: center;
	font-weight: bold;
}


#layer2 {
	position:absolute;
	left:5px;
	top:459px;
	width:444px;
	height:147px;
	z-index:1;
	text-align: center;
}h1 {
	font-size: 270%;
	color: #F24238;
	margin-top: 5px;
	margin-bottom: 3px;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 90%;
	line-height: 20px;
}
h4 {
	color: #F1CD44;
	font-size: 160%;
	margin-bottom: 10px;
}
#form {
	font-size: 80%;
}
.smallcopy {
	font-size: 80%;
	font-style: italic;
}
a {
	color: #8EC836;
}
.h3red {
	font-size: 120%;
	line-height: 30px;
	color: #F24238;
}
