html,
body {
    margin: 0px;
    padding: 0px;
}
body {
	background-color:#E8F0C8;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 18px;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -0.003em;
    word-spacing: -0.004em;
    line-height: 1.25;
    text-align: center;
}
body,
.container,
a,
a:hover { color: #444 }

.header, .container{
	background-color:#D9E9A4;
	margin: 0px auto;
    text-align: left;
    width: 950px;
}
.container {
	
	background-color:#D9E9A4;
	padding:0px 125px 125px 125px;
	width:700px;
	-webkit-box-shadow: 3px 3px 10px 2px #999;
	   -moz-box-shadow: 3px 3px 10px 2px #999;
	        box-shadow: 3px 3px 10px 2px #999;
}
.header{
	margin-left:-125px;
	margin-bottom:75px;
	position:relative;
}
img {
	left: 340px;
	position: absolute;
	top: 60px;
	width: 240px;
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.content{
	margin-bottom:50px;
	
  font-family: 'Quattrocento Sans', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
}

h1, h2{
    margin: 0;
    text-align: left;
}
h1 {
	color: #460609;
	font-family: "minion-pro-1","minion-pro-2",georgia,serif;
	font-size: 125px;
	font-weight:700;
	letter-spacing: 0;
	line-height: 1.2;
	margin-left: -16px;
	margin-bottom:10px;
	padding-top: 150px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	word-spacing: 63px;
	text-shadow: 3px 3px 2px #9AB629;
	filter: dropshadow(color=#9AB629, offx=3, offy=3);
}
h1 a, h1 a:hover{
		color: #460609;
		text-decoration:none;
}
h1 span{
	/* fix webkit kicking the V */
	letter-spacing:-20px;
}
h2 {
	 font-family: "minion-pro-1","minion-pro-2",georgia,serif;
	font-size: 18px;
	font-weight: 400;
	float:right;
	margin-right:48px;
	font-style:italic;

}
h4{
    color: red;

  font-family: 'Quattrocento Sans', serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
}
h3 {
    color: red;
		float:right;
    text-align: right;
    margin: 0 30px 0 0;


  font-family: 'Quattrocento Sans', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;

}
h3 a, h3 a:hover{
	color:red;
}
label{
	font-size:14px;
}
button.grow { 
	float:right;
	margin-left:20px; }
.right, button.selection { float:right; }
.clear{
	clear:both;
	height:1px;
}
