			*{ padding:0px; margin:0px; }
			body{ background:#D5DEE7; }
			a{ color:#000;text-shadow: #bbb 0.1em 0.1em 0.1em; font-weight: bold;}
			h3{ margin: 13px 1px 0 1px; color:white; font:18pt open sans condensed; letter-spacing:1px; font-weight: bold;}
			h3 span{text-shadow: 0px 1px 10px white;}
			.boxgrid{ 
				width: 250px; 
				height: 260px; 
				margin:10px; 
				/*float:left; */
				bottom: 0px;
				background:#161613; 
				border: solid 2px white; 
				overflow: hidden; 
				position: relative; 
				box-shadow: 0px 1px 8px white;
				border-top-right-radius: 9px;
				border-top-left-radius: 9px;
				border-bottom-right-radius: 9px;
				border-bottom-left-radius: 9px;
				z-index: 100;
				background-color: white;
			}
				.boxgrid img{ 
					position: absolute; 
					top: -3px; 
					background: white;
					left: 0; 
					border: 0; 
					border-top-right-radius: 7px;
					border-top-left-radius: 7px;
					-moz-border-top-right-radius: 7px;
					-moz-border-top-left-radius: 7px;
				}
				.boxgrid p{ 
					text-align: center;
					padding: 0 20px; 
					color:black; 
					font-weight:bold; 
					font:12pt open sans condensed; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #f27326; 
				height: 100px; 
				width: 100%; 
				opacity: .9; 
				bottom: 0px;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}

 			.boxcaption h3{
 				font-size: 16px;
 				/*text-transform:uppercase;*/
 				font-weight: bold;
 				letter-spacing: 0px;
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}

