#kc_title {
	text-indent:-9999px;
	background:#f79420 url(kc_images/title.jpg) no-repeat;	
	height: 192px;
}
#kc_reel {
	background:#101010;
	padding:10px 10px 10px 40px;
	margin:0 auto;
	
}
#kc_content{
	background:#f79420 url(kc_images/faux-column.gif) repeat-y;
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	font-size:.85em;
	line-height:170%;
}
#kc_content a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	
}
#kc_content a:hover, #kc_content a:focus{
	text-decoration:underline;
	
}
#kc_contentLeft {
	float:left;
	width:383px;
	padding:50px;
	background:#f79420 url(kc_images/contentLeft_bg.jpg) no-repeat;
}
#kc_contentLeft p {
	margin: 0 0 1.5em 0;	
}
#kc_contentRight img {
	border:none;
	
}
#kc_contentRight {
	background:#d2862d;
	width:192px;
	padding:50px 10px 0 25px;
	float:left;
}
#kc_contentRight p{
margin: 0 0 1.5em 0;
}

#kc_contentRight p.when{
	color:#000;
	font-size:2.3em;
	line-height:120%;
	margin: .35em 0 1em 0;
}
#kc_contentRight .where{
	font-size:1.5em;
	
}
#kc_contentRight .register a{
	width:171px;
	height:43px;
	display:block;
	text-indent:-99999px;
	background:url(kc_images/register_btn.gif) no-repeat 0 0;
}
#kc_contentRight .register a:hover{
	background:url(kc_images/register_btn.gif) no-repeat 0 -43px;
}


/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}