//World of Green stylesheet

html, body {
	height: 100% }
	
body {
	width: 100%;
	margin: 0 auto;
	background-color: #bfa991; }
	
#container{
	width: 70%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 0 0 3px 3px #888;
	-webkit-box-shadow: 0 0 3px 3px #888;
	box-shadow: 0  0 3px 3px #888;	
	background-color: white; }	
	
#ribbon {
	width: 50%;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	padding-top: 10px;
	float: left;	
	border-bottom: 4px #003300 solid;
	background-color: white; }
	
#content {
	width: 100%;
	min-height: 400px;	
	margin-right: auto;
	margin-left: auto;
	float: left;
	border-bottom: 20px #003300 solid;
	background-color: white; }
	
#content.watermark {
	width: 100%;
	min-height: 400px;	
	margin-right: auto;
	margin-left: auto;
	float: left;
	border-bottom: 20px #003300 solid;	 	
	background-image: url('transplant2.png');
	background-repeat: no-repeat;
	background-position: bottom right; }
	
#footer {
	clear:both;
	width: 100%;
	height: 100%px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: white; }
	
h1.sansserif{font-family:Arial,Helvetica,sans-serif; font-size: 22px; margin-left: 22px; margin-top: 0px; color:#3f4800; }
h3.sansserif{font-family:Arial,Helvetica,sans-serif; font-size: 16px; margin-left: 22px; margin-top: 0px; color:#bfa991; }
h4.wofgreen{font-family:Arial,Helvetica,sans-serif; font-size: 18px; margin-left: 0px; margin-top: 20px; margin-bottom: -15px; color:#49932c; }

p.sansserif{font-family:Arial,Helvetica,sans-serif; margin-left: 22px; margin-right: 22px; }

a:link {color: #bfa991;}
a:visited {color: #bfa991;}
a:hover {color: #3f4800;}
a:active {color: #bfa991;}

img.center {   
	display: block;   
	margin-left: auto;   
	margin-right: auto; }
	
img {border: none; }

.centeredImage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
	
iframe.center {   
	display: block;   
	margin-left: auto;   
	margin-right: auto; }