body {
	padding: 0px;
	border: 0px;
	margin: 0px;
	background-image: url("../template/bg.gif");
	background-repeat: repeat;
	background-color: #444;
}

a:link, a:hover, a:active, a:visited {
	border: 0px;
	text-decoration: none;
	color: #E60000;
}

h3 {
	font-family: Arial, "sans-serif" !important;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-left: 10px;
	margin-top: 6px;
	margin-bottom: 0px;
	letter-spacing: -1px;
}

p {
	font-family: Verdana;
	color: #fff;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 0.6em;
}

span.amp {
   font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
   font-size: 110%;
   font-style: italic;
}

.boxgrid{ 
	top: 0px;
	width: 250px;  
	height: 250px;  
	float:left;  
	background:#161613;  
	overflow: hidden;  
	position: relative;  
}

.boxgrid img{  
	position: absolute;  
	top: 0;  
	left: 0;  
	border: 0;  
} 

.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .9;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.caption .boxcaption {
	border-top: 3px solid #E60000;
	top: 206px;
 	left: 0;
}
