.wrapper {
	background:transparent url(/img/idbids/header-cap.png) no-repeat scroll 0 0;
	margin: 0 auto;
	padding: 44px 0 0 0;
	width: 880px;
}
.content {
	background: transparent url(/img/idbids/main-bg.png) repeat-y;
	margin: 0;
	padding: 0;
	width: 880px;
}
	.content h1 {
		margin: 0;
		padding: 0;
	}
	.content p {
		margin: 0;
		padding: 0;
	}
	.content img {
		margin: 0;
		padding: 0;
	}
.wrapper .bottom {
	background:transparent url(/img/idbids/content-cap.png) no-repeat scroll 0 0;
	height: 44px;
	width: 880px;
}

/* welcome page */
.tease {
	text-align: center;
}
.welcome {
}
	.welcome h1 {
		color: #77893D;
		font-size: 250%;
		padding: 30px 0 20px 0;
		text-align: center;
	}
	.welcome h2 {
		padding: 0 150px;
		text-align: center;
	}
	.welcome p {
		padding: 10px 100px;
	}
	.welcome form {
		text-align: center;
	}
		.welcome form label {
			display: block;
			font-size: 120%;
			text-transform: uppercase;
		}
		.welcome form input {
			background: #77893D;
			color: #fff;
			border: 0;
			padding: 10px;
		}
	.nature_conservancy	{
		padding: 30px 0 0 0;
		text-align: center;
	}
	
/* select pages */
.certificates.select {
	border: 1px solid;
}	
	.certificates.select .quote {
		border: 1px solid red;
		float: left;
		margin: 0 10px 0 25px;
		width: 180px;
	}
		.certificates.select .quote p {
			color: #77893D;
			font-style: italic;
			font-weight: bold;
		}
	.certificates.select .info {
		border: 1px solid blue;
		float: left;
		width: 630px;
	}
		.certificates.select .info p {
			padding: 10px 0;
		}
		.certificates.select .info .animals {
			border: 1px solid red;
		}

/* animal page */
.certificates.animal {
	padding: 0 40px;
	text-align: center;
}
	.certificates.animal h1 {
		color: #77893D;
	}
	.certificates.animal img.animal {
		float: left;
		margin: 20px 0 0 0;
	}
	.certificates.animal .did_you_know {
		color: #77893D;
		float: left;
		margin: 120px 0 0 15px;
		text-align: left;
		width: 260px;
	}
		.certificates.animal .did_you_know h2 {
			font-style: italic;
			margin: 0;
			padding: 3px 0;
		}
		.certificates.animal .did_you_know p {
			font-size: 140%;
			line-height: 1.4em;
		}
	.certificates.animal .about_my_habitat {
		clear: both;
		padding: 20px 0 0 0;
		width: 100%;
	}
		.certificates.animal .about_my_habitat p {
			padding: 0 0 6px 0;
			text-align: left;
		}
	.certificates.animal .buttons {
		clear: both;
		padding: 20px 0 0 0;
		text-align: center;
	}

/* create page */
.certificates.create {
	padding: 0 40px;
	text-align: center;
}	
	.certificates.create img.animal {
		float: left;
	}
	.certificates.create h1 {
		color: #77893D;
		font-size: 250%;
		line-height: 1.6em;
	}
	.certificates.create .input {
		margin: 30px 0;
	}
		.certificates.create .input label {
			color: #77893D;
			display: block;
			font-size: 200%;
			line-height: 1.2em;
			text-align: center;
		}
		.certificates.create .input input {
			padding: 5px;
			font-size: 150%;
			width: 200px;
		}
	.certificates.create h2 {
		color: #77893D;	
	}
	.certificates.create .print {
		background: url('/img/certificates/print.gif');
		border: 0 none;
		display: block;
		margin: 0 auto;
		height: 58px;
		text-indent: -10000em;
		width: 174px;
	}
	
/* print page */
.certificates.print {
	background: url('/img/certificates/certificate_bg.gif');
	font: normal normal normal 1.5em Arial, sans-serif;
	height: 640px;
	width: 880px;
}
	.certificates.print img {
		float: left;
		margin: 35px 10px 0 20px;
	}
	.certificates.print .certificate_text {
		float: left;
		margin: 100px 0 0 0;
		width: 330px;
	}
	.certificates.print h1 {
		color: #77893D;
		text-align: center;
		text-transform: uppercase;
	}
	.certificates.print p {
		text-align: center;
	}
	.certificates.print strong {
		color: #77893D;
		display: block;
		font-size: 140%;
		padding: 10px 0;
	}


p.back_to_idbids {
	text-align: center;
}
	p.back_to_idbids a:link, p.back_to_idbids a:visited {
		color: #77893D;
	}
	.back_home:link, .back_home:visited  {
		color: #788A3E;
	}



	
	
