*{ padding:0px; margin:0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
			body{ background: #000; }
			a{
	text-decoration: none;
	color: #fff;
}
			h3{ margin: 10px 10px 0 10px; font: 18pt Arial, sans-serif; letter-spacing:-1px;
	color: #fff;
}
			
			.boxgrid{ 
				width: 325px; 
				height: 260px; 
				margin:10px; 
				float:left; 
				background:#161613; 
				border: solid 2px #ccc; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt; 
				}
				
			.boxcaption{ 
				position: absolute; 
				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)";
	float: left;
	background-color: #000;
}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}

.clear {
	clear: left;
}

#wrapper {
	width:700px;
 	margin-left: auto;
  	margin-right: auto;
	height: auto;
	padding-top: 10px;
}

#banner {
	width: 100%;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #ccc;
	background: none repeat-x;
}

.title {
	width: 670px;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

h1 {
	font-weight: bold;
	font-size: 4em;
	color: #fff;
}

h4 {
	font-weight: normal;
	font-style: normal;
	font-size: 1.9em;
	color: #fff;
}

p {
	float: right;
	padding-right: 10px;
	font-size: 13px;
	color: #fff;
}

#footer {
	width: 100%;
	height: auto;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-bottom: 10px;
}

.badge {
	float: right;
	border-style: none;
	padding-right: 10px;
}