		#GreenTips {
			background: url(images/greenideas-bg.gif);
			margin: 0 auto;
			height: 232px;
			width: 422px;
			text-align: center;
			padding: 0 5px;
			color: #360;
			font-size: 20px;
			font-weight: bold;
			line-height: 22px;
			display: table;
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		#GreenTips div {
			display: table-cell;
			vertical-align: middle;
		}
		#GreenTips h1 {
			color: #CF9;
			text-shadow: #1A3113 2px 2px 2px;
			font-size: 27px;
			margin-top: 0;
			margin-bottom: 0.5ex;
			text-transform: uppercase;
		}
		#GreenTips a { text-decoration: none; color: #360;}
		#GreenTips h1 a { color: #CF9; }
		#BadIdea {
			background-color: #C00;
			border: thick double white;
			color: white;
			font-size: x-large;
			font-weight: bold;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			text-align: center;
		}
