/*-----------------------------------------------------
   COLUMNS
----------------------------------------------------- */
#leftCol                                              {
	width: 220px;
	height: auto; /*245px*/
	background-color: #f3f3f3;
	float: left;
	display: inline;
	overflow: hidden;
}

#mainCol .content a h3, #leftCol .content a h3, 
#leftCol .content a img, #rightCol .content a h3, 
#rightCol .content a img                              {
	text-decoration:none;
	cursor:pointer;
	border:none;
}
#secondCol                                            {
	width: 650px;
	height: auto; /*245px*/
	float:right;
	display:inline;
}
#mainCol                                              {
	width: 400px;
	height: auto; /*245px*/
	background-color: #f3f3f3;
	float: left;
	display: inline;
	overflow: hidden;
}
#rightCol                                             {
	width: 220px;
	height: auto; /*245px*/
	background-color: #f3f3f3;
	float: right;
	display: inline;
	overflow: hidden;
}
.homecolImg                                           {
	margin-left: -15px;
	width: 208px;
	height: 83px;
	background:url(../images/layout/img_border.gif) repeat-y;
	text-align:center;
	margin-bottom:25px;
}
.homecolImg img                                       { margin-top:4px; }

#leftCol h3, #mainCol h3, #rightCol h3                { cursor:pointer; }

/*-----------------------------------------------------
   GENERAL
----------------------------------------------------- */
/*#leftCol img, */
/*#rightCol img{
	margin-left: -10px;
	padding-bottom:15px;
}*/