body {
	margin:0px 0px; padding-top:0px;
	text-align:center;
	color:#ffffff;
	background: url(images/bg.jpg) no-repeat top center;
	background-color:black;
	font-family:arial, helvetica;
	font-size:12px;
}	
	
A:link {
 COLOR:white;
}
A:visited {
 COLOR:white;
}
A:hover {
 COLOR:#3C80FF;



	}
	
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 972px;
	height: 100%;

}

#header {
	margin: 0 0 0 0;
}

#side-a {
	float: left;
	width: 212px;
	height: 100%;
	padding-top:25px;
	padding-bottom:16px;

/* Mozilla ignores MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft… sizingMethod=scale, src='images/transparent.png');
/* IE ignores styles with [attributes], so it will skip the following. */
	background-image:url(images/transparent.png);
}

#side-b {
	float: right;
	width: 212px;
	height: 100%;
	padding-top:25px;
	padding-bottom:16px;

/* Mozilla ignores MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft… sizingMethod=scale, src='images/transparent.png');
/* IE ignores styles with [attributes], so it will skip the following. */
	background-image:url(images/transparent.png);
}


#content { 
	float: left;
	width: 54%;
	padding-top:25px;
	padding-bottom:16px;
	padding-left:14px;
}

#content_center { 
	float: center;
	padding-top:25px;
	padding-bottom:16px;
}

#footer {
	clear: both;
	background: #black2;
}

#footer-text {
	font-family:arial, helvetica;
	font-size:12px;
}

hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 520px;
	text-align: left;
}

#blogtext {
	font-family:arial, helvetica;
	font-size:14px;

}

#blogheadline {
	font-family:arial, helvetica;
	font-size:20px;
	font-weight:bold;

}

#blogdate {
	font-family:arial, helvetica;
	font-size:10px;
	padding-left:10px;
	color:#3C80FF;
}

#columntext {
	font-family:arial, helvetica;
	font-size:14px;
}
#columntext_merch {
	font-family:arial, helvetica;
	font-size:12px;
	font-weight:bold;
}

#columntext_video {
	font-family:arial, helvetica;
	font-size:14px;
	font-weight:bold;
}