@charset "utf-8";
/* CSS Document */


body { 
		padding: 0;
		margin: 0;
		font:"Lucida Sans Unicode";
		font-family:"Segoe UI", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", sans-serif;
		*font-family:"Lucida Sans Unicode", "Trebuchet MS", "Helvetica", sans-serif;
		font-size:13px;
		line-height: 1.6em;
		background:#acacac url(images/BG.png) repeat-x;
		color:#393939;
}

html {
	margin:0;
	padding:0;
}

a {
	color:#393939;
	text-decoration:underline;
}

a:hover {
	color:#393939;
	text-decoration:none;
}

#header {
	width:1000px;
	height:75px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/header_BG.png) no-repeat;
}

#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#left_column {
	width:400px;
	height:800px;
	float:left;
	margin-bottom:20px;
}

#right_column {
	width:580px;
	height:750px;
	margin-left:20px;
	float:left;
	margin-bottom:20px;
}

#right_column a {
	color:#CCC;
	text-decoration:underline;
}

#right_column a:hover {
	color:#CCC;
	text-decoration:none;
}

#right_column h3{ margin: 10px 10px 0 10px; color:#FFF; font:18pt; letter-spacing:1px; font-weight: bold;  }

#footer {
	width:1000px;
	height:30px;
	float:left;
}

.boxgrid{ 
				width: 275px; 
				height: 175px; 
				margin:10px; 
				float:left; 
				background:#161613; 
				border: solid 5px #595959; 
				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 "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: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
				
