html {
background:url('images/bggradient.jpg') repeat-x top left #1e83bd;
}

body {
	width:960px;
	margin:12px auto;
	font:13px/125% Arial, sans-serif;
	}

a {
	text-decoration:none;
	}

a.donate {
	display:block;
	float:right;
	width:188px;
	background:red;
	color:#efefef;
	text-decoration:none;
	padding:5px 1px;
	text-align:center;
	background:url('images/donate.png') top left no-repeat;
}

a.donate:hover {
	background:url('images/donatehover.png') top left no-repeat;
}

a.twitter, a.facebook {
	display:block;
	float:right;
	margin-right:20px;
}

img {
	border:0;
}

h2 {
margin:0 0 20px 0;
padding:0;
line-height:1.2em;
}

#header {
height:180px;
}

#logo img {
	width:960px;
}

#main {
background: url('images/mainbg.jpg') top left repeat-x #42a54c;
padding:20px;
overflow:hidden;
}

#intro {
clear:both;
overflow:hidden;
}

#video {
margin:0px 20px 20px 0px;
}

#introtext {
	clear:both;
color:#000;
background: #42a54c;
width:380px;
float:right;
padding:0px 20px 20px 20px;
}

#petition {
margin:3px 0px;
padding:40px;
background:#ededed;
border:1px solid #999;
overflow:auto;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
}


#petitiontext {
font-size:1.4em;
line-height:1.4em;
}

#petitionform {
float:left;
}

#footer {
clear:both;
margin-top:20px;
text-align:center;
border:1px solid #999;
height:60px;
background:#42a54c;
line-height:60px;
}


