html, body {
	height:100%;
	background:#ffffff;
	margin:0;
	padding:0;
}

img {
	border: 0;
	}
	
img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

#BG_header { background-color:#79b028;
	}
#BG_main { background-color:#ffffff;
	}
	
#youtube { 
		  width:215px;
		  height:185px;
		  margin: 4px 0px 0px 19px;
		  border-width:12px;
		  border-style: solid;
		  border-color: #79b028;
		 }
#Demo_video { 
		  width:215px;
		  height:12px;
		  margin: 20px 0px 0px 20px;
		  text-align:left;

		 }
	*{ padding:0px; margin:0px; }
			a{ color:#79b028; }
			a:hover{ color: #446A12; }
			h3{ margin: 10px 10px 5px 10px; color:#FFF; font:14pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
			
			.boxgrid{ 
				width: 200px;
				height: 170px; 
				margin: 3px; 
				float:left; 
				background:#161613; 
				border: solid 2px #79b028; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 8px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 80;
 					left: 0;
 				}
 				.caption .boxcaption {
	top: 220;
	left: 0;
	margin-top:132px;
 				}
		

