body {
	background-color: #292928;
	margin-top:100px;
	font-size:12px;
	font-family:Courier, Courier New, Serif;
	}
	
h1, h2, h3, h4, p, a{
	margin:0;
	padding:0;
	border:0;
	font-size:11px;	
	color:#fff;
	font-weight:normal;
}

h1, h2{
	letter-spacing:1px;
	display:inline-block;
	position:relative;
	top:-7px;
	line-height:14px;
	width:auto;
	background:#292928;
}

h1{
	padding:0 0 10px 0;
	
}

h2{
	padding:0 0px 15px 8px;
}

p{
	line-height:18px;
	color:#666666;
}

#container{
	width:940px;
	display:block;
	margin-left:25px;
	}

#blankcolumn{
	display:block;
	float:left;
	width:260px;
	height:200px;
	margin-right:25px;	
	padding-bottom:40px;
		
}

#blankcolumn h1 span{
	color:#666666;
}

#videocolumn{
	display:block;
	float:left;
	width:355px;
	text-align:right;
	background:url('../images/horizontalline.jpg') repeat-x;
	margin-right:25px;
	padding-bottom:40px;

	}

	#videocolumn a{
		float:right;
		display:block;
		margin-bottom:30px;
		width:352px;
	}

#imagecolumn{
	display:block;
	float:left;
	width:250px;
	text-align:right;
	background:url('../images/horizontalline.jpg') repeat-x;
	padding-bottom:40px;
	
	}
	
	#imagecolumn a{
		float:right;
		display:block;
		margin-bottom:15px;
		width:195px;
	}

.bloglink{
		color:#FFF;
	}

a:link {
	color: #CCCCCC;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	}
a:hover {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
a.mb{
	opacity:.6;
	background:#000;
	}
a.mb:hover{
	opacity:1;
	}