/* *************************** [ Layout Styles ] ******************************** */
/*/////////////////////////////// [Section Layout - three columns] //////////////////////////////*/

#frame {

	width:770px;
	margin-left: auto;
	margin-right: auto;
	position: static;
	background-color:#FFFFFF;
}

#main {
	width:770px;
	position: static;


}

#leftCol {
	width:160px;
	float: left;
	margin-right:15px;
	position: static;

}

#frame2 {
	width:auto;
	position: static;

}

#spotlight {
	width:595px;
	Float:right;
	background-color: #f2f2f2;
	margin-bottom:15px;
	position: static;


}

#middleContainer {
	width:auto;
	position: static;

}

#centerCol {
	float:left;
	margin-right: 15px;
	width:400px;
	position: static;

}

#rightCol {
	float:right;
	width:180px;
	position: static;

}

#topContainer {
	width:770px;
	margin-bottom:15px;
	position: static;

}

#bottom {
	width:770px;
	clear:both;
	display:block;
	float: none;
	position: static;
	padding-top:30px;
}

/* ////////////////////////////// [ Two columns Main Column float right (browse)] ////////////////////////////// */

#mainCol-floatRight {
	width:595px;
	float:right;
	position: static;
}

/* ////////////////////////////// [ Two columns main column float left (search)] ////////////////////////////// */

#mainCol-floatLeft {
	width:550px;
	float: left;
	margin-right:15px;
	position: static;
}

#rightCol-floatRight {
	width:205px;
	float:right;
	position: static;
}

