body {
	background-color: #D7FFAE;

}

.bkgplum {
	background-image: url(graphics/bkg_blue.gif);
	background-repeat: repeat-y;
	background-position: 25px;
	background-color: #FFFFFF;
}

.title-bkg {
	background:url(graphics/green-bar-bkg.png)  bottom repeat-x;
}

.yellow-bar-bkg {
	background:url(graphics/yellow-bar-bkg.png) bottom repeat-x;
	padding: 0;
}

.blue-bar-bkg {
	background:url(graphics/blue-bar-bkg.png) bottom repeat-x;
	padding: 0;
}

.dog-bkg {
	background-image:url(graphics/whats-new/titles/Desp-dog-1.png);
	background-repeat:no-repeat;
	background-position:right;
	height: 176px;
	text-align:right;
	padding-top: 110px;
}

.greenbar-container {
	width: 100%;
	height: 100px;
	background-color:#FFF; /*Just so you can see the borders of the div - okay to delete this or make it white*/
	padding-top: 20px; /*This pushes the text bar down and creates space at the top of the div*/
	margin-bottom: 50px; /*This creates space below the div, before the next item on the page*/
}
.greenbar-text {
	height: 40px;
	background-color:#6daa45;
	text-align: right;
	font-family: 'Neucha', Verdana, Geneva, sans-serif;
	font-size: 26pt;
	color: fff;
	padding-right: 24px;
	padding-top: 8px;
	margin-top: 75px; 
}

.greenbar-bottom-text {
	height: 40px;
	background-color:#6daa45;
	text-align: right;
	font-family: 'Neucha', Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: fff;
	padding-right: 24px;
	padding-top: 16px;
	margin-top: 80px; 
}

.greenbar-image2 {
	margin-left:150px;
	top: -201px; /*This pushes the image back up so it sits on the baseline of the greenbar-text*/
	position:relative;
}

.greenbar-image {
	margin-left:50px;
	top: -217px; /*This pushes the image back up so it sits on the baseline of the greenbar-text*/
	position:relative;
}


.greentitle {
	position: relative;
	background-image: url(graphics/spots/green-bkg-bar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: right;
	font-family: 'Neucha', Verdana, Geneva, sans-serif;
	font-size: 26pt;
	color: fff;
	padding: 10px 20px 0px 0;
	height: 40px;
	margin: 75px 0 20px 0;
}

.greentitle-bottom {
	position: relative;
	background-image: url(graphics/spots/green-bkg-bar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: right;
	font-family: 'Neucha', Verdana, Geneva, sans-serif;
	font-size: 14pt;
	color: fff;
	padding: 10px 20px 8px 0;
	margin: 130px 0 20px 0;
}

.lemonbar-text {
	height: 40px;
	background-color:#d5e895;
	text-align: right;
	font-family: 'Neucha', Verdana, Geneva, sans-serif;
	font-size: 26pt;
	color: #60C;
	padding-right: 24px;
	padding-top: 12px;
	margin-top: 75px; 
}

.bluebar-text {
	height: 40px;
	background-color: #0CF;
	text-align: right;
	font-family: 'Neucha', Verdana, Geneva, sans-serif;
	font-size: 26pt;
	color: #009;
	padding-right: 24px;
	padding-top: 12px;
	margin-top: 75px; 
}
	

