﻿*{ padding:0px; margin:0px; }
body {

  margin: 0;
  padding: 0;
  background-color: #000;
  
  font-family: Arial, sans-serif;
  
}
.wrapper
{
    background-color: #242626;
    margin: 20px;
    padding: 0;
    height: 900px;
    border: 5px solid #363839;
}
.main
{
    border: 1px solid #000;
    height:898px;
    padding-left: 20px;
}

.top 
{
    margin: 20px 10px;
}

a{ color: #ff7800; text-decoration: none;}

h2{ color:#dedede; font-size:18pt;}
h3{ margin: 3px 10px 0 10px; color:#dedede; font-size:10pt;  }
h4{ color:#dedede; font-size:13pt;   }

.boxgrid{ 
	width: 250px; 
	height: 158px; 
	margin:10px; 
	float:left;
	background:#161613; 
	border: solid 2px #363839; 
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	border: 0px; 
}
.boxgrid p{ 
	padding: 3px 10px 0 10px; 
	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: 260px;
	left: 0px;
}
.caption .boxcaption {
	top: 135px;
	left: 0px;
}
