@charset "UTF-8";
/* CSS Document */

html, body {height:100%;
	font-family: Futura, "Futura", "Futura Book", Futura Medium, FuturaMedium, Futura Book, Gill Sans, STHeiti, "Century Gothic", "Apple LiGothic Medium", "AppleGothic Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {background:url(images/red_bg.gif) repeat;}

#container {
	min-height:100%;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-15px;
}

#header {
	margin:0;
	padding:0;
}

#header a {
	cursor:hand;
}

#main {
	position:relative;
	height:100%;
	margin:0 13px 0 0;
	padding:0;
	background-color:#0076BF;
}

#footer {
	position:relative;
	bottom:0px;
	left:0px;
	height:35px;
	margin:0;
	padding:0;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
}

.petition {
	background-image:url(images/petition_bar.gif);
	background-repeat:no-repeat;
	display:block;
	padding:20px 0 0 525px;
	margin:0;
	border:none;
	height:150px;
	position:relative;
}

a {color:#FFF; text-decoration:none;}

a:hover {text-decoration:underline;}

p {
	font-size:16px;
	color:#FFF;
	padding:0 20px 0 20px;
	margin:0;
}

h1 {
	font-size:20px;
	color:#FFF;
	padding:0 0 5px 0;
	margin:0;
	font-weight:normal;
}

.form {
	padding:20px 0 20px 20px;
	margin:0 12px 0 0;
	color:#FFF;
	font-size:20px;
}

h4 {
	font-size:20px;
	color:#FFF;
	font-weight:normal;
	padding:20px;
	text-align:center;
}

.result {
	padding:20px 0 20px 20px;
	margin:0 12px 0 0;
	color:#FFF;
	font-size:16px;
}

