* {
	padding:0px;
	margin:0px;
}
body {
	font: 11px "Tahoma", "Arial", "Helvetica";
	background:#dfdfdf url(../images/a4.gif) repeat-x top;
	line-height:1.6em;
	color:#979797;
}
a {
	color:#fff;
}
#pagewarp {
	width:980px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:30px;
	
	}
.cover {
	top:310px;
	}
h3 {
	margin:5px 8px;
	
	font: 12px "Tahoma", "Arial", "Helvetica";
	font-weight: bold;
}
.boxgrid {
	width: 300px;
	height: 336px;
	margin:5px;
	float:left;
	background:#fff;
	border: solid 5px #ccc;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width:300px
}
.boxgrid p {
	padding: 0 8px;
	
	font-size:10px;
}
.boxgrid p a {
	font-weight:bold;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .7;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.captionfull .boxcaption {
	top: 304;
	left: 0;
}
.caption .boxcaption {
	top: 309;
	left: 0;
}