body.home #content {
    height: 572px;
	background: transparent url("/wp-content/themes/1222north/_images/home/sidebar.gif") scroll repeat-y right top;
}


/* LEFT */
#leftColumn div.feature {
	float: left;
	height: 269px;
	width: 368px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#leftColumn #creativityFeature {
	background-image: url("/wp-content/themes/1222north/_images/home/firstFeature.gif");
}
#leftColumn #techFeature {
	margin-left: 9px;
	background-image: url("/wp-content/themes/1222north/_images/home/secondFeature.gif");
}
#leftColumn div.feature .padding {
	padding: 25px;
}
#leftColumn div.feature .date {
	padding: 0 0 5px 22px;
	width: 300px;
	height: 18px;
	color: #666666;
	font-size: 14px;
	font-weight: 900;
	background: url("/wp-content/themes/1222north/_images/icon_cal.gif") 0 0 no-repeat;
}


/* BOTTOM */
#bottomColumn {
	float: left;
	clear: left;
	margin: 10px 0 0 0;
	width: 744px;
    height: 293px;
	background: url("/wp-content/themes/1222north/_images/home/bottomColumn.gif") bottom left no-repeat;
	overflow: hidden;
}
#bottomColumn div.column {
	float: left;
	margin: 14px 0 0 11px;
	padding: 4px 0 0 10px;
	width: 219px;
	color: #f2f2f2;
	font-size: 15px;
	font-weight: bold;
}
#bottomColumn div.column .head {
	float: left;
	margin: 0;
	padding: 2px 0 0 10px;
	width: 209px;
	height: 30px;
	color: #f2f2f2;
	font-size: 15px;
    line-height: 30px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#bottomColumn div.column#strategy .head {
	background-image: url("/wp-content/themes/1222north/_images/bg_strategy.gif");
}
#bottomColumn div.column#technology .head {
	background-image: url("/wp-content/themes/1222north/_images/bg_tech.gif");
}
#bottomColumn div.column#creativity .head {
	background-image: url("/wp-content/themes/1222north/_images/bg_create.gif");
}
#bottomColumn div.column .padding {
	clear: both;
	float: left;
	padding: 5px 10px 0 10px;
	height: 190px;
	width: 199px;
}
#bottomColumn div.column .padding div.hr {
    float: left;
    clear: left;
    width: 199px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
}
#bottomColumn div.column .postLink {
    float: left;
    clear: left;
	margin: 0;
	padding: 10px 0 7px 14px;
    width: 185px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 15px;
	background-position: 3px 14px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#bottomColumn div.column#technology .postLink {
	background-image: url("/wp-content/themes/1222north/_images/arrow_tech.jpg");
}
#bottomColumn div.column#strategy .postLink {
	background-image: url("/wp-content/themes/1222north/_images/arrow_strat.jpg");
}
#bottomColumn div.column#creativity .postLink {
	background-image: url("/wp-content/themes/1222north/_images/arrow_create.jpg");
}
#bottomColumn div.column .more {
	clear: both;
	padding: 0 0 7px 23px;
}
#bottomColumn div.column .more a {
	color: #333;
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;
}
#bottomColumn div.column .more a:hover {
    text-decoration: underline;
}
#bottomColumn div.column#technology .more a {
	color: #81a915;
}
#bottomColumn div.column#strategy .more a {
	color: #55a0da;
}
#bottomColumn div.column#creativity .more a {
	color: #f19817;
}
